Interface ListChannelGroupsResponseOrBuilder (0.51.0)

public interface ListChannelGroupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChannelGroups(int index)

public abstract ChannelGroup getChannelGroups(int index)

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

repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChannelGroup

getChannelGroupsCount()

public abstract int getChannelGroupsCount()

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

repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;

Returns
TypeDescription
int

getChannelGroupsList()

public abstract List<ChannelGroup> getChannelGroupsList()

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

repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;

Returns
TypeDescription
List<ChannelGroup>

getChannelGroupsOrBuilder(int index)

public abstract ChannelGroupOrBuilder getChannelGroupsOrBuilder(int index)

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

repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChannelGroupOrBuilder

getChannelGroupsOrBuilderList()

public abstract List<? extends ChannelGroupOrBuilder> getChannelGroupsOrBuilderList()

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

repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;

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

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.