Class ListSnapshotsRequest.Builder (1.120.10)

public static final class ListSnapshotsRequest.Builder extends GeneratedMessageV3.Builder<ListSnapshotsRequest.Builder> implements ListSnapshotsRequestOrBuilder

Request for the ListSnapshots method.

Protobuf type google.pubsub.v1.ListSnapshotsRequest

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListSnapshotsRequest build()
Returns
TypeDescription
ListSnapshotsRequest

buildPartial()

public ListSnapshotsRequest buildPartial()
Returns
TypeDescription
ListSnapshotsRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPageSize()

public ListSnapshotsRequest.Builder clearPageSize()

Maximum number of snapshots to return.

int32 page_size = 2;

Returns
TypeDescription
ListSnapshotsRequest.Builder

This builder for chaining.

clearPageToken()

public ListSnapshotsRequest.Builder clearPageToken()

The value returned by the last ListSnapshotsResponse; indicates that this is a continuation of a prior ListSnapshots call, and that the system should return the next page of data.

string page_token = 3;

Returns
TypeDescription
ListSnapshotsRequest.Builder

This builder for chaining.

clearProject()

public ListSnapshotsRequest.Builder clearProject()

Required. The name of the project in which to list snapshots. Format is projects/{project-id}.

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

Returns
TypeDescription
ListSnapshotsRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListSnapshotsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListSnapshotsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

Maximum number of snapshots to return.

int32 page_size = 2;

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

The value returned by the last ListSnapshotsResponse; indicates that this is a continuation of a prior ListSnapshots call, and that the system should return the next page of data.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

The value returned by the last ListSnapshotsResponse; indicates that this is a continuation of a prior ListSnapshots call, and that the system should return the next page of data.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getProject()

public String getProject()

Required. The name of the project in which to list snapshots. Format is projects/{project-id}.

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

Returns
TypeDescription
String

The project.

getProjectBytes()

public ByteString getProjectBytes()

Required. The name of the project in which to list snapshots. Format is projects/{project-id}.

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

Returns
TypeDescription
ByteString

The bytes for project.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(ListSnapshotsRequest other)

public ListSnapshotsRequest.Builder mergeFrom(ListSnapshotsRequest other)
Parameter
NameDescription
otherListSnapshotsRequest
Returns
TypeDescription
ListSnapshotsRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setPageSize(int value)

public ListSnapshotsRequest.Builder setPageSize(int value)

Maximum number of snapshots to return.

int32 page_size = 2;

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListSnapshotsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListSnapshotsRequest.Builder setPageToken(String value)

The value returned by the last ListSnapshotsResponse; indicates that this is a continuation of a prior ListSnapshots call, and that the system should return the next page of data.

string page_token = 3;

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListSnapshotsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListSnapshotsRequest.Builder setPageTokenBytes(ByteString value)

The value returned by the last ListSnapshotsResponse; indicates that this is a continuation of a prior ListSnapshots call, and that the system should return the next page of data.

string page_token = 3;

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListSnapshotsRequest.Builder

This builder for chaining.

setProject(String value)

public ListSnapshotsRequest.Builder setProject(String value)

Required. The name of the project in which to list snapshots. Format is projects/{project-id}.

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

Parameter
NameDescription
valueString

The project to set.

Returns
TypeDescription
ListSnapshotsRequest.Builder

This builder for chaining.

setProjectBytes(ByteString value)

public ListSnapshotsRequest.Builder setProjectBytes(ByteString value)

Required. The name of the project in which to list snapshots. Format is projects/{project-id}.

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

Parameter
NameDescription
valueByteString

The bytes for project to set.

Returns
TypeDescription
ListSnapshotsRequest.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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