Class ListChannelGroupsRequest.Builder (0.26.0)

public static final class ListChannelGroupsRequest.Builder extends GeneratedMessageV3.Builder<ListChannelGroupsRequest.Builder> implements ListChannelGroupsRequestOrBuilder

Request message for ListChannelGroups RPC.

Protobuf type google.analytics.admin.v1alpha.ListChannelGroupsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListChannelGroupsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListChannelGroupsRequest.Builder
Overrides

build()

public ListChannelGroupsRequest build()
Returns
TypeDescription
ListChannelGroupsRequest

buildPartial()

public ListChannelGroupsRequest buildPartial()
Returns
TypeDescription
ListChannelGroupsRequest

clear()

public ListChannelGroupsRequest.Builder clear()
Returns
TypeDescription
ListChannelGroupsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ListChannelGroupsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ListChannelGroupsRequest.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public ListChannelGroupsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListChannelGroupsRequest.Builder
Overrides

clearPageSize()

public ListChannelGroupsRequest.Builder clearPageSize()

The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).

int32 page_size = 2;

Returns
TypeDescription
ListChannelGroupsRequest.Builder

This builder for chaining.

clearPageToken()

public ListChannelGroupsRequest.Builder clearPageToken()

A page token, received from a previous ListChannelGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListChannelGroups must match the call that provided the page token.

string page_token = 3;

Returns
TypeDescription
ListChannelGroupsRequest.Builder

This builder for chaining.

clearParent()

public ListChannelGroupsRequest.Builder clearParent()

Required. The property for which to list ChannelGroups. Example format: properties/1234

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ListChannelGroupsRequest.Builder

This builder for chaining.

clone()

public ListChannelGroupsRequest.Builder clone()
Returns
TypeDescription
ListChannelGroupsRequest.Builder
Overrides

getDefaultInstanceForType()

public ListChannelGroupsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListChannelGroupsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

A page token, received from a previous ListChannelGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListChannelGroups must match the call that provided the page token.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A page token, received from a previous ListChannelGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListChannelGroups must match the call that provided the page token.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The property for which to list ChannelGroups. Example format: properties/1234

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The property for which to list ChannelGroups. Example format: properties/1234

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListChannelGroupsRequest other)

public ListChannelGroupsRequest.Builder mergeFrom(ListChannelGroupsRequest other)
Parameter
NameDescription
otherListChannelGroupsRequest
Returns
TypeDescription
ListChannelGroupsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListChannelGroupsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ListChannelGroupsRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ListChannelGroupsRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ListChannelGroupsRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListChannelGroupsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListChannelGroupsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListChannelGroupsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ListChannelGroupsRequest.Builder
Overrides

setPageSize(int value)

public ListChannelGroupsRequest.Builder setPageSize(int value)

The maximum number of resources to return. If unspecified, at most 50 resources will be returned. The maximum value is 200 (higher values will be coerced to the maximum).

int32 page_size = 2;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListChannelGroupsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListChannelGroupsRequest.Builder setPageToken(String value)

A page token, received from a previous ListChannelGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListChannelGroups must match the call that provided the page token.

string page_token = 3;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListChannelGroupsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListChannelGroupsRequest.Builder setPageTokenBytes(ByteString value)

A page token, received from a previous ListChannelGroups call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListChannelGroups must match the call that provided the page token.

string page_token = 3;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListChannelGroupsRequest.Builder

This builder for chaining.

setParent(String value)

public ListChannelGroupsRequest.Builder setParent(String value)

Required. The property for which to list ChannelGroups. Example format: properties/1234

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListChannelGroupsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListChannelGroupsRequest.Builder setParentBytes(ByteString value)

Required. The property for which to list ChannelGroups. Example format: properties/1234

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListChannelGroupsRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public ListChannelGroupsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListChannelGroupsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListChannelGroupsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListChannelGroupsRequest.Builder
Overrides