public interface ListPropertiesResponseOrBuilder extends MessageOrBuilderImplements
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;
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getProperties(int index)
public abstract Property getProperties(int index)Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1alpha.Property properties = 1;
| Name | Description |
| index | int |
| Type | Description |
| Property |
getPropertiesCount()
public abstract int getPropertiesCount()Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1alpha.Property properties = 1;
| Type | Description |
| int |
getPropertiesList()
public abstract List<Property> getPropertiesList()Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1alpha.Property properties = 1;
| Type | Description |
| List<Property> |
getPropertiesOrBuilder(int index)
public abstract PropertyOrBuilder getPropertiesOrBuilder(int index)Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1alpha.Property properties = 1;
| Name | Description |
| index | int |
| Type | Description |
| PropertyOrBuilder |
getPropertiesOrBuilderList()
public abstract List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()Results that matched the filter criteria and were accessible to the caller.
repeated .google.analytics.admin.v1alpha.Property properties = 1;
| Type | Description |
| List<? extends com.google.analytics.admin.v1alpha.PropertyOrBuilder> |