public interface ListChannelGroupsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| 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. |