Interface ListExpandedDataSetsResponseOrBuilder (0.51.0)

public interface ListExpandedDataSetsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExpandedDataSets(int index)

public abstract ExpandedDataSet getExpandedDataSets(int index)

List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExpandedDataSet

getExpandedDataSetsCount()

public abstract int getExpandedDataSetsCount()

List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_sets = 1;

Returns
TypeDescription
int

getExpandedDataSetsList()

public abstract List<ExpandedDataSet> getExpandedDataSetsList()

List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_sets = 1;

Returns
TypeDescription
List<ExpandedDataSet>

getExpandedDataSetsOrBuilder(int index)

public abstract ExpandedDataSetOrBuilder getExpandedDataSetsOrBuilder(int index)

List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_sets = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ExpandedDataSetOrBuilder

getExpandedDataSetsOrBuilderList()

public abstract List<? extends ExpandedDataSetOrBuilder> getExpandedDataSetsOrBuilderList()

List of ExpandedDataSet. These will be ordered stably, but in an arbitrary order.

repeated .google.analytics.admin.v1alpha.ExpandedDataSet expanded_data_sets = 1;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.ExpandedDataSetOrBuilder>

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.