public static final class ListChannelGroupsResponse.Builder extends GeneratedMessage.Builder<ListChannelGroupsResponse.Builder> implements ListChannelGroupsResponseOrBuilderResponse message for ListChannelGroups RPC.
Protobuf type google.analytics.admin.v1alpha.ListChannelGroupsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListChannelGroupsResponse.BuilderImplements
ListChannelGroupsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllChannelGroups(Iterable<? extends ChannelGroup> values)
public ListChannelGroupsResponse.Builder addAllChannelGroups(Iterable<? extends ChannelGroup> values)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 |
values |
Iterable<? extends com.google.analytics.admin.v1alpha.ChannelGroup> |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
|
addChannelGroups(ChannelGroup value)
public ListChannelGroupsResponse.Builder addChannelGroups(ChannelGroup value)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 |
value |
ChannelGroup |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
|
addChannelGroups(ChannelGroup.Builder builderForValue)
public ListChannelGroupsResponse.Builder addChannelGroups(ChannelGroup.Builder builderForValue)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 |
builderForValue |
ChannelGroup.Builder |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
|
addChannelGroups(int index, ChannelGroup value)
public ListChannelGroupsResponse.Builder addChannelGroups(int index, ChannelGroup value)List of ChannelGroup. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ChannelGroup |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
|
addChannelGroups(int index, ChannelGroup.Builder builderForValue)
public ListChannelGroupsResponse.Builder addChannelGroups(int index, ChannelGroup.Builder builderForValue)List of ChannelGroup. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ChannelGroup.Builder |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
|
addChannelGroupsBuilder()
public ChannelGroup.Builder addChannelGroupsBuilder()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 |
ChannelGroup.Builder |
|
addChannelGroupsBuilder(int index)
public ChannelGroup.Builder addChannelGroupsBuilder(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.Builder |
|
build()
public ListChannelGroupsResponse build()| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse |
|
buildPartial()
public ListChannelGroupsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse |
|
clear()
public ListChannelGroupsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
|
clearChannelGroups()
public ListChannelGroupsResponse.Builder clearChannelGroups()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 |
ListChannelGroupsResponse.Builder |
|
clearNextPageToken()
public ListChannelGroupsResponse.Builder clearNextPageToken() 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 |
ListChannelGroupsResponse.Builder |
This builder for chaining. |
getChannelGroups(int index)
public 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 |
|
getChannelGroupsBuilder(int index)
public ChannelGroup.Builder getChannelGroupsBuilder(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.Builder |
|
getChannelGroupsBuilderList()
public List<ChannelGroup.Builder> getChannelGroupsBuilderList()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<Builder> |
|
getChannelGroupsCount()
public 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 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 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 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> |
|
getDefaultInstanceForType()
public ListChannelGroupsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getNextPageToken()
public 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListChannelGroupsResponse other)
public ListChannelGroupsResponse.Builder mergeFrom(ListChannelGroupsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListChannelGroupsResponse |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListChannelGroupsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListChannelGroupsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
|
removeChannelGroups(int index)
public ListChannelGroupsResponse.Builder removeChannelGroups(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 |
ListChannelGroupsResponse.Builder |
|
setChannelGroups(int index, ChannelGroup value)
public ListChannelGroupsResponse.Builder setChannelGroups(int index, ChannelGroup value)List of ChannelGroup. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
ChannelGroup |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
|
setChannelGroups(int index, ChannelGroup.Builder builderForValue)
public ListChannelGroupsResponse.Builder setChannelGroups(int index, ChannelGroup.Builder builderForValue)List of ChannelGroup. These will be ordered stably, but in an arbitrary order.
repeated .google.analytics.admin.v1alpha.ChannelGroup channel_groups = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
ChannelGroup.Builder |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
|
setNextPageToken(String value)
public ListChannelGroupsResponse.Builder setNextPageToken(String value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListChannelGroupsResponse.Builder setNextPageTokenBytes(ByteString value) 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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListChannelGroupsResponse.Builder |
This builder for chaining. |