public static final class ListPropertiesResponse.Builder extends GeneratedMessageV3.Builder<ListPropertiesResponse.Builder> implements ListPropertiesResponseOrBuilder
Response message for ListProperties RPC.
Protobuf type google.analytics.admin.v1beta.ListPropertiesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addAllProperties(Iterable<? extends Property> values)
public ListPropertiesResponse.Builder addAllProperties(Iterable<? extends Property> values)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameter
Name | Description |
values | Iterable<? extends com.google.analytics.admin.v1beta.Property>
|
Returns
addProperties(Property value)
public ListPropertiesResponse.Builder addProperties(Property value)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameter
Returns
addProperties(Property.Builder builderForValue)
public ListPropertiesResponse.Builder addProperties(Property.Builder builderForValue)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameter
Returns
addProperties(int index, Property value)
public ListPropertiesResponse.Builder addProperties(int index, Property value)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameters
Returns
addProperties(int index, Property.Builder builderForValue)
public ListPropertiesResponse.Builder addProperties(int index, Property.Builder builderForValue)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameters
Returns
addPropertiesBuilder()
public Property.Builder addPropertiesBuilder()
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Returns
addPropertiesBuilder(int index)
public Property.Builder addPropertiesBuilder(int index)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameter
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListPropertiesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public ListPropertiesResponse build()
Returns
buildPartial()
public ListPropertiesResponse buildPartial()
Returns
clear()
public ListPropertiesResponse.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListPropertiesResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearNextPageToken()
public ListPropertiesResponse.Builder clearNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public ListPropertiesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearProperties()
public ListPropertiesResponse.Builder clearProperties()
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Returns
clone()
public ListPropertiesResponse.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public ListPropertiesResponse getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getNextPageToken()
public String getNextPageToken()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
Type | Description |
String | The nextPageToken.
|
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes()
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Returns
Type | Description |
ByteString | The bytes for nextPageToken.
|
getProperties(int index)
public Property getProperties(int index)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameter
Returns
getPropertiesBuilder(int index)
public Property.Builder getPropertiesBuilder(int index)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameter
Returns
getPropertiesBuilderList()
public List<Property.Builder> getPropertiesBuilderList()
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Returns
getPropertiesCount()
public int getPropertiesCount()
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Returns
getPropertiesList()
public List<Property> getPropertiesList()
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Returns
getPropertiesOrBuilder(int index)
public PropertyOrBuilder getPropertiesOrBuilder(int index)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameter
Returns
getPropertiesOrBuilderList()
public List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Returns
Type | Description |
List<? extends com.google.analytics.admin.v1beta.PropertyOrBuilder> | |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(ListPropertiesResponse other)
public ListPropertiesResponse.Builder mergeFrom(ListPropertiesResponse other)
Parameter
Returns
public ListPropertiesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public ListPropertiesResponse.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListPropertiesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
removeProperties(int index)
public ListPropertiesResponse.Builder removeProperties(int index)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameter
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public ListPropertiesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setNextPageToken(String value)
public ListPropertiesResponse.Builder setNextPageToken(String value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter
Name | Description |
value | String
The nextPageToken to set.
|
Returns
setNextPageTokenBytes(ByteString value)
public ListPropertiesResponse.Builder setNextPageTokenBytes(ByteString value)
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
Parameter
Name | Description |
value | ByteString
The bytes for nextPageToken to set.
|
Returns
setProperties(int index, Property value)
public ListPropertiesResponse.Builder setProperties(int index, Property value)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameters
Returns
setProperties(int index, Property.Builder builderForValue)
public ListPropertiesResponse.Builder setProperties(int index, Property.Builder builderForValue)
Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1beta.Property properties = 1;
Parameters
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListPropertiesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListPropertiesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides