Class ListDeploymentRevisionsRequest.Builder (0.13.0)

public static final class ListDeploymentRevisionsRequest.Builder extends GeneratedMessageV3.Builder<ListDeploymentRevisionsRequest.Builder> implements ListDeploymentRevisionsRequestOrBuilder

Request for listing all revisions of a deployment.

Protobuf type google.cloud.telcoautomation.v1alpha1.ListDeploymentRevisionsRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ListDeploymentRevisionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListDeploymentRevisionsRequest.Builder
Overrides

build()

public ListDeploymentRevisionsRequest build()
Returns
Type Description
ListDeploymentRevisionsRequest

buildPartial()

public ListDeploymentRevisionsRequest buildPartial()
Returns
Type Description
ListDeploymentRevisionsRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

public ListDeploymentRevisionsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListDeploymentRevisionsRequest.Builder
Overrides

clearName()

public ListDeploymentRevisionsRequest.Builder clearName()

Required. The name of the deployment to list revisions for.

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

Returns
Type Description
ListDeploymentRevisionsRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ListDeploymentRevisionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
ListDeploymentRevisionsRequest.Builder
Overrides

clearPageSize()

public ListDeploymentRevisionsRequest.Builder clearPageSize()

Optional. The maximum number of revisions to return per page.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListDeploymentRevisionsRequest.Builder

This builder for chaining.

clearPageToken()

public ListDeploymentRevisionsRequest.Builder clearPageToken()

Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListDeploymentRevisionsRequest.Builder

This builder for chaining.

clone()

public ListDeploymentRevisionsRequest.Builder clone()
Returns
Type Description
ListDeploymentRevisionsRequest.Builder
Overrides

getDefaultInstanceForType()

public ListDeploymentRevisionsRequest getDefaultInstanceForType()
Returns
Type Description
ListDeploymentRevisionsRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The name of the deployment to list revisions for.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The name of the deployment to list revisions for.

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

Returns
Type Description
ByteString

The bytes for name.

getPageSize()

public int getPageSize()

Optional. The maximum number of revisions to return per page.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for pageToken.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListDeploymentRevisionsRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListDeploymentRevisionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListDeploymentRevisionsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ListDeploymentRevisionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
ListDeploymentRevisionsRequest.Builder
Overrides

setName(String value)

public ListDeploymentRevisionsRequest.Builder setName(String value)

Required. The name of the deployment to list revisions for.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
ListDeploymentRevisionsRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public ListDeploymentRevisionsRequest.Builder setNameBytes(ByteString value)

Required. The name of the deployment to list revisions for.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
ListDeploymentRevisionsRequest.Builder

This builder for chaining.

setPageSize(int value)

public ListDeploymentRevisionsRequest.Builder setPageSize(int value)

Optional. The maximum number of revisions to return per page.

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListDeploymentRevisionsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListDeploymentRevisionsRequest.Builder setPageToken(String value)

Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListDeploymentRevisionsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListDeploymentRevisionsRequest.Builder setPageTokenBytes(ByteString value)

Optional. The page token, received from a previous ListDeploymentRevisions call Provide this to retrieve the subsequent page.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
ListDeploymentRevisionsRequest.Builder

This builder for chaining.

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

public ListDeploymentRevisionsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListDeploymentRevisionsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final ListDeploymentRevisionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
ListDeploymentRevisionsRequest.Builder
Overrides