Interface ListPropertiesResponseOrBuilder (0.51.0)

public interface ListPropertiesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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.v1beta.Property properties = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Property

getPropertiesCount()

public abstract int getPropertiesCount()

Results that matched the filter criteria and were accessible to the caller.

repeated .google.analytics.admin.v1beta.Property properties = 1;

Returns
TypeDescription
int

getPropertiesList()

public abstract List<Property> getPropertiesList()

Results that matched the filter criteria and were accessible to the caller.

repeated .google.analytics.admin.v1beta.Property properties = 1;

Returns
TypeDescription
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.v1beta.Property properties = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
PropertyOrBuilder

getPropertiesOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.analytics.admin.v1beta.PropertyOrBuilder>