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;
| 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. |
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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.analytics.admin.v1alpha.PropertyOrBuilder> |
|