Class ListSnapshotsRequest.Builder (1.129.1)

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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListSnapshotsRequest build()
Returns
Type Description
ListSnapshotsRequest

buildPartial()

public ListSnapshotsRequest buildPartial()
Returns
Type Description
ListSnapshotsRequest

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearPageSize()

public ListSnapshotsRequest.Builder clearPageSize()

Optional. Maximum number of snapshots to return.

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

Returns
Type Description
ListSnapshotsRequest.Builder

This builder for chaining.

clearPageToken()

public ListSnapshotsRequest.Builder clearPageToken()

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
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
Type Description
ListSnapshotsRequest.Builder

This builder for chaining.

clone()

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

getDefaultInstanceForType()

public ListSnapshotsRequest getDefaultInstanceForType()
Returns
Type Description
ListSnapshotsRequest

getDescriptorForType()

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

getPageSize()

public int getPageSize()

Optional. Maximum number of snapshots to return.

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

Returns
Type Description
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for project.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(ListSnapshotsRequest other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

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

setPageSize(int value)

public ListSnapshotsRequest.Builder setPageSize(int value)

Optional. Maximum number of snapshots to return.

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

Parameter
Name Description
value int

The pageSize to set.

Returns
Type Description
ListSnapshotsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListSnapshotsRequest.Builder setPageToken(String value)

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The pageToken to set.

Returns
Type Description
ListSnapshotsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListSnapshotsRequest.Builder setPageTokenBytes(ByteString value)

Optional. 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 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for pageToken to set.

Returns
Type Description
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
Name Description
value String

The project to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for project to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
ListSnapshotsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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