Class ListSnapshotsResponse.Builder (1.147.0)

public static final class ListSnapshotsResponse.Builder extends GeneratedMessage.Builder<ListSnapshotsResponse.Builder> implements ListSnapshotsResponseOrBuilder

Response for the ListSnapshots method.

Protobuf type google.pubsub.v1.ListSnapshotsResponse

Static Methods

getDescriptor()

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

Methods

addAllSnapshots(Iterable<? extends Snapshot> values)

public ListSnapshotsResponse.Builder addAllSnapshots(Iterable<? extends Snapshot> values)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
values Iterable<? extends com.google.pubsub.v1.Snapshot>
Returns
Type Description
ListSnapshotsResponse.Builder

addSnapshots(Snapshot value)

public ListSnapshotsResponse.Builder addSnapshots(Snapshot value)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value Snapshot
Returns
Type Description
ListSnapshotsResponse.Builder

addSnapshots(Snapshot.Builder builderForValue)

public ListSnapshotsResponse.Builder addSnapshots(Snapshot.Builder builderForValue)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Snapshot.Builder
Returns
Type Description
ListSnapshotsResponse.Builder

addSnapshots(int index, Snapshot value)

public ListSnapshotsResponse.Builder addSnapshots(int index, Snapshot value)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
value Snapshot
Returns
Type Description
ListSnapshotsResponse.Builder

addSnapshots(int index, Snapshot.Builder builderForValue)

public ListSnapshotsResponse.Builder addSnapshots(int index, Snapshot.Builder builderForValue)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
builderForValue Snapshot.Builder
Returns
Type Description
ListSnapshotsResponse.Builder

addSnapshotsBuilder()

public Snapshot.Builder addSnapshotsBuilder()

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Snapshot.Builder

addSnapshotsBuilder(int index)

public Snapshot.Builder addSnapshotsBuilder(int index)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Snapshot.Builder

build()

public ListSnapshotsResponse build()
Returns
Type Description
ListSnapshotsResponse

buildPartial()

public ListSnapshotsResponse buildPartial()
Returns
Type Description
ListSnapshotsResponse

clear()

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

clearNextPageToken()

public ListSnapshotsResponse.Builder clearNextPageToken()

Optional. If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new ListSnapshotsRequest.

string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListSnapshotsResponse.Builder

This builder for chaining.

clearSnapshots()

public ListSnapshotsResponse.Builder clearSnapshots()

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ListSnapshotsResponse.Builder

getDefaultInstanceForType()

public ListSnapshotsResponse getDefaultInstanceForType()
Returns
Type Description
ListSnapshotsResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

Optional. If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new ListSnapshotsRequest.

string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

Optional. If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new ListSnapshotsRequest.

string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for nextPageToken.

getSnapshots(int index)

public Snapshot getSnapshots(int index)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Snapshot

getSnapshotsBuilder(int index)

public Snapshot.Builder getSnapshotsBuilder(int index)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
Snapshot.Builder

getSnapshotsBuilderList()

public List<Snapshot.Builder> getSnapshotsBuilderList()

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Builder>

getSnapshotsCount()

public int getSnapshotsCount()

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getSnapshotsList()

public List<Snapshot> getSnapshotsList()

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Snapshot>

getSnapshotsOrBuilder(int index)

public SnapshotOrBuilder getSnapshotsOrBuilder(int index)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
SnapshotOrBuilder

getSnapshotsOrBuilderList()

public List<? extends SnapshotOrBuilder> getSnapshotsOrBuilderList()

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.pubsub.v1.SnapshotOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeFrom(ListSnapshotsResponse other)

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

removeSnapshots(int index)

public ListSnapshotsResponse.Builder removeSnapshots(int index)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ListSnapshotsResponse.Builder

setNextPageToken(String value)

public ListSnapshotsResponse.Builder setNextPageToken(String value)

Optional. If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new ListSnapshotsRequest.

string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListSnapshotsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListSnapshotsResponse.Builder setNextPageTokenBytes(ByteString value)

Optional. If not empty, indicates that there may be more snapshot that match the request; this value should be passed in a new ListSnapshotsRequest.

string next_page_token = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListSnapshotsResponse.Builder

This builder for chaining.

setSnapshots(int index, Snapshot value)

public ListSnapshotsResponse.Builder setSnapshots(int index, Snapshot value)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
value Snapshot
Returns
Type Description
ListSnapshotsResponse.Builder

setSnapshots(int index, Snapshot.Builder builderForValue)

public ListSnapshotsResponse.Builder setSnapshots(int index, Snapshot.Builder builderForValue)

Optional. The resulting snapshots.

repeated .google.pubsub.v1.Snapshot snapshots = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameters
Name Description
index int
builderForValue Snapshot.Builder
Returns
Type Description
ListSnapshotsResponse.Builder