public interface ListSubpropertySyncConfigsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract 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 abstract 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 abstract SubpropertySyncConfig getSubpropertySyncConfigs(int index)
List of SubpropertySyncConfig
resources.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SubpropertySyncConfig |
getSubpropertySyncConfigsCount()
public abstract int getSubpropertySyncConfigsCount()
List of SubpropertySyncConfig
resources.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Returns | |
---|---|
Type | Description |
int |
getSubpropertySyncConfigsList()
public abstract List<SubpropertySyncConfig> getSubpropertySyncConfigsList()
List of SubpropertySyncConfig
resources.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Returns | |
---|---|
Type | Description |
List<SubpropertySyncConfig> |
getSubpropertySyncConfigsOrBuilder(int index)
public abstract SubpropertySyncConfigOrBuilder getSubpropertySyncConfigsOrBuilder(int index)
List of SubpropertySyncConfig
resources.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
SubpropertySyncConfigOrBuilder |
getSubpropertySyncConfigsOrBuilderList()
public abstract List<? extends SubpropertySyncConfigOrBuilder> getSubpropertySyncConfigsOrBuilderList()
List of SubpropertySyncConfig
resources.
repeated .google.analytics.admin.v1alpha.SubpropertySyncConfig subproperty_sync_configs = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.analytics.admin.v1alpha.SubpropertySyncConfigOrBuilder> |