Snapshot.Builder |
Snapshot.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Snapshot.Builder |
ListSnapshotsResponse.Builder.addSnapshotsBuilder() |
The resulting snapshots.
|
Snapshot.Builder |
ListSnapshotsResponse.Builder.addSnapshotsBuilder(int index) |
The resulting snapshots.
|
Snapshot.Builder |
Snapshot.Builder.clear() |
|
Snapshot.Builder |
Snapshot.Builder.clearExpireTime() |
The snapshot is guaranteed to exist up until this time.
|
Snapshot.Builder |
Snapshot.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Snapshot.Builder |
Snapshot.Builder.clearLabels() |
|
Snapshot.Builder |
Snapshot.Builder.clearName() |
The name of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Snapshot.Builder |
Snapshot.Builder.clearTopic() |
The name of the topic from which this snapshot is retaining messages.
|
Snapshot.Builder |
Snapshot.Builder.clone() |
|
Snapshot.Builder |
UpdateSnapshotRequest.Builder.getSnapshotBuilder() |
Required.
|
Snapshot.Builder |
ListSnapshotsResponse.Builder.getSnapshotsBuilder(int index) |
The resulting snapshots.
|
Snapshot.Builder |
Snapshot.Builder.mergeExpireTime(com.google.protobuf.Timestamp value) |
The snapshot is guaranteed to exist up until this time.
|
Snapshot.Builder |
Snapshot.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Snapshot.Builder |
Snapshot.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Snapshot.Builder |
Snapshot.Builder.mergeFrom(Snapshot other) |
|
Snapshot.Builder |
Snapshot.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Snapshot.Builder |
Snapshot.newBuilder() |
|
static Snapshot.Builder |
Snapshot.newBuilder(Snapshot prototype) |
|
Snapshot.Builder |
Snapshot.newBuilderForType() |
|
protected Snapshot.Builder |
Snapshot.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Snapshot.Builder |
Snapshot.Builder.putAllLabels(Map<String,String> values) |
See [Creating and managing labels]
(https://cloud.google.com/pubsub/docs/labels).
|
Snapshot.Builder |
Snapshot.Builder.putLabels(String key,
String value) |
See [Creating and managing labels]
(https://cloud.google.com/pubsub/docs/labels).
|
Snapshot.Builder |
Snapshot.Builder.removeLabels(String key) |
See [Creating and managing labels]
(https://cloud.google.com/pubsub/docs/labels).
|
Snapshot.Builder |
Snapshot.Builder.setExpireTime(com.google.protobuf.Timestamp value) |
The snapshot is guaranteed to exist up until this time.
|
Snapshot.Builder |
Snapshot.Builder.setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) |
The snapshot is guaranteed to exist up until this time.
|
Snapshot.Builder |
Snapshot.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Snapshot.Builder |
Snapshot.Builder.setName(String value) |
The name of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.setNameBytes(com.google.protobuf.ByteString value) |
The name of the snapshot.
|
Snapshot.Builder |
Snapshot.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Snapshot.Builder |
Snapshot.Builder.setTopic(String value) |
The name of the topic from which this snapshot is retaining messages.
|
Snapshot.Builder |
Snapshot.Builder.setTopicBytes(com.google.protobuf.ByteString value) |
The name of the topic from which this snapshot is retaining messages.
|
Snapshot.Builder |
Snapshot.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Snapshot.Builder |
Snapshot.toBuilder() |
|