public static final class ListSubpropertySyncConfigsResponse.Builder extends GeneratedMessageV3.Builder<ListSubpropertySyncConfigsResponse.Builder> implements ListSubpropertySyncConfigsResponseOrBuilder
Response message for ListSubpropertySyncConfigs RPC.
Protobuf type google.analytics.admin.v1alpha.ListSubpropertySyncConfigsResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
addAllSubpropertySyncConfigs(Iterable<? extends SubpropertySyncConfig> values)
public ListSubpropertySyncConfigsResponse.Builder addAllSubpropertySyncConfigs(Iterable<? extends SubpropertySyncConfig> values)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.analytics.admin.v1alpha.SubpropertySyncConfig>
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListSubpropertySyncConfigsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
addSubpropertySyncConfigs(SubpropertySyncConfig value)
public ListSubpropertySyncConfigsResponse.Builder addSubpropertySyncConfigs(SubpropertySyncConfig value)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
addSubpropertySyncConfigs(SubpropertySyncConfig.Builder builderForValue)
public ListSubpropertySyncConfigsResponse.Builder addSubpropertySyncConfigs(SubpropertySyncConfig.Builder builderForValue)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
addSubpropertySyncConfigs(int index, SubpropertySyncConfig value)
public ListSubpropertySyncConfigsResponse.Builder addSubpropertySyncConfigs(int index, SubpropertySyncConfig value)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
addSubpropertySyncConfigs(int index, SubpropertySyncConfig.Builder builderForValue)
public ListSubpropertySyncConfigsResponse.Builder addSubpropertySyncConfigs(int index, SubpropertySyncConfig.Builder builderForValue)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
addSubpropertySyncConfigsBuilder()
public SubpropertySyncConfig.Builder addSubpropertySyncConfigsBuilder()
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
addSubpropertySyncConfigsBuilder(int index)
public SubpropertySyncConfig.Builder addSubpropertySyncConfigsBuilder(int index)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Parameter |
Name |
Description |
index |
int
|
build()
public ListSubpropertySyncConfigsResponse build()
buildPartial()
public ListSubpropertySyncConfigsResponse buildPartial()
clear()
public ListSubpropertySyncConfigsResponse.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListSubpropertySyncConfigsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNextPageToken()
public ListSubpropertySyncConfigsResponse.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;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListSubpropertySyncConfigsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSubpropertySyncConfigs()
public ListSubpropertySyncConfigsResponse.Builder clearSubpropertySyncConfigs()
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
clone()
public ListSubpropertySyncConfigsResponse.Builder clone()
Overrides
getDefaultInstanceForType()
public ListSubpropertySyncConfigsResponse getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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.
|
getSubpropertySyncConfigs(int index)
public SubpropertySyncConfig getSubpropertySyncConfigs(int index)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Parameter |
Name |
Description |
index |
int
|
getSubpropertySyncConfigsBuilder(int index)
public SubpropertySyncConfig.Builder getSubpropertySyncConfigsBuilder(int index)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Parameter |
Name |
Description |
index |
int
|
getSubpropertySyncConfigsBuilderList()
public List<SubpropertySyncConfig.Builder> getSubpropertySyncConfigsBuilderList()
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
getSubpropertySyncConfigsCount()
public int getSubpropertySyncConfigsCount()
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Returns |
Type |
Description |
int |
|
getSubpropertySyncConfigsList()
public List<SubpropertySyncConfig> getSubpropertySyncConfigsList()
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
getSubpropertySyncConfigsOrBuilder(int index)
public SubpropertySyncConfigOrBuilder getSubpropertySyncConfigsOrBuilder(int index)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Parameter |
Name |
Description |
index |
int
|
getSubpropertySyncConfigsOrBuilderList()
public List<? extends SubpropertySyncConfigOrBuilder> getSubpropertySyncConfigsOrBuilderList()
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Returns |
Type |
Description |
List<? extends com.google.analytics.admin.v1alpha.SubpropertySyncConfigOrBuilder> |
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ListSubpropertySyncConfigsResponse other)
public ListSubpropertySyncConfigsResponse.Builder mergeFrom(ListSubpropertySyncConfigsResponse other)
public ListSubpropertySyncConfigsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ListSubpropertySyncConfigsResponse.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListSubpropertySyncConfigsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeSubpropertySyncConfigs(int index)
public ListSubpropertySyncConfigsResponse.Builder removeSubpropertySyncConfigs(int index)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Parameter |
Name |
Description |
index |
int
|
setField(Descriptors.FieldDescriptor field, Object value)
public ListSubpropertySyncConfigsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNextPageToken(String value)
public ListSubpropertySyncConfigsResponse.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.
|
setNextPageTokenBytes(ByteString value)
public ListSubpropertySyncConfigsResponse.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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListSubpropertySyncConfigsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSubpropertySyncConfigs(int index, SubpropertySyncConfig value)
public ListSubpropertySyncConfigsResponse.Builder setSubpropertySyncConfigs(int index, SubpropertySyncConfig value)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
setSubpropertySyncConfigs(int index, SubpropertySyncConfig.Builder builderForValue)
public ListSubpropertySyncConfigsResponse.Builder setSubpropertySyncConfigs(int index, SubpropertySyncConfig.Builder builderForValue)
List of Subproperty Sync Configs.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
setUnknownFields(UnknownFieldSet unknownFields)
public final ListSubpropertySyncConfigsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides