Class ListCommentsRequest.Builder (0.69.0)

public static final class ListCommentsRequest.Builder extends GeneratedMessage.Builder<ListCommentsRequest.Builder> implements ListCommentsRequestOrBuilder

The request message for the ListComments endpoint.

Protobuf type google.cloud.support.v2.ListCommentsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public ListCommentsRequest build()
Returns
Type Description
ListCommentsRequest

buildPartial()

public ListCommentsRequest buildPartial()
Returns
Type Description
ListCommentsRequest

clear()

public ListCommentsRequest.Builder clear()
Returns
Type Description
ListCommentsRequest.Builder
Overrides

clearPageSize()

public ListCommentsRequest.Builder clearPageSize()

The maximum number of comments to fetch. Defaults to 10.

int32 page_size = 4;

Returns
Type Description
ListCommentsRequest.Builder

This builder for chaining.

clearPageToken()

public ListCommentsRequest.Builder clearPageToken()

A token identifying the page of results to return. If unspecified, the first page is returned.

string page_token = 5;

Returns
Type Description
ListCommentsRequest.Builder

This builder for chaining.

clearParent()

public ListCommentsRequest.Builder clearParent()

Required. The name of the case for which to list comments.

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

Returns
Type Description
ListCommentsRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public ListCommentsRequest getDefaultInstanceForType()
Returns
Type Description
ListCommentsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getPageSize()

public int getPageSize()

The maximum number of comments to fetch. Defaults to 10.

int32 page_size = 4;

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

A token identifying the page of results to return. If unspecified, the first page is returned.

string page_token = 5;

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

A token identifying the page of results to return. If unspecified, the first page is returned.

string page_token = 5;

Returns
Type Description
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. The name of the case for which to list comments.

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

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The name of the case for which to list comments.

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

Returns
Type Description
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListCommentsRequest other)

public ListCommentsRequest.Builder mergeFrom(ListCommentsRequest other)
Parameter
Name Description
other ListCommentsRequest
Returns
Type Description
ListCommentsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ListCommentsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ListCommentsRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ListCommentsRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
ListCommentsRequest.Builder
Overrides

setPageSize(int value)

public ListCommentsRequest.Builder setPageSize(int value)

The maximum number of comments to fetch. Defaults to 10.

int32 page_size = 4;

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListCommentsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListCommentsRequest.Builder setPageToken(String value)

A token identifying the page of results to return. If unspecified, the first page is returned.

string page_token = 5;

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListCommentsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListCommentsRequest.Builder setPageTokenBytes(ByteString value)

A token identifying the page of results to return. If unspecified, the first page is returned.

string page_token = 5;

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListCommentsRequest.Builder

This builder for chaining.

setParent(String value)

public ListCommentsRequest.Builder setParent(String value)

Required. The name of the case for which to list comments.

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

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
ListCommentsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListCommentsRequest.Builder setParentBytes(ByteString value)

Required. The name of the case for which to list comments.

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

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
ListCommentsRequest.Builder

This builder for chaining.