Uses of Class
com.google.pubsub.v1.Snapshot.Builder
-
Uses of Snapshot.Builder in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return Snapshot.BuilderModifier and TypeMethodDescriptionSnapshot.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ListSnapshotsResponse.Builder.addSnapshotsBuilder()The resulting snapshots.ListSnapshotsResponse.Builder.addSnapshotsBuilder(int index) The resulting snapshots.Snapshot.Builder.clear()Snapshot.Builder.clearExpireTime()The snapshot is guaranteed to exist up until this time.Snapshot.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Snapshot.Builder.clearLabels()Snapshot.Builder.clearName()The name of the snapshot.Snapshot.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Snapshot.Builder.clearTopic()The name of the topic from which this snapshot is retaining messages.Snapshot.Builder.clone()UpdateSnapshotRequest.Builder.getSnapshotBuilder()Required.ListSnapshotsResponse.Builder.getSnapshotsBuilder(int index) The resulting snapshots.Snapshot.Builder.mergeExpireTime(com.google.protobuf.Timestamp value) The snapshot is guaranteed to exist up until this time.Snapshot.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Snapshot.Builder.mergeFrom(com.google.protobuf.Message other) final Snapshot.BuilderSnapshot.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Snapshot.BuilderSnapshot.newBuilder()static Snapshot.BuilderSnapshot.newBuilder(Snapshot prototype) Snapshot.newBuilderForType()protected Snapshot.BuilderSnapshot.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Snapshot.Builder.putAllLabels(Map<String, String> values) See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).Snapshot.Builder.removeLabels(String key) See [Creating and managing labels] (https://cloud.google.com/pubsub/docs/labels).Snapshot.Builder.setExpireTime(com.google.protobuf.Timestamp value) The snapshot is guaranteed to exist up until this time.Snapshot.Builder.setExpireTime(com.google.protobuf.Timestamp.Builder builderForValue) The snapshot is guaranteed to exist up until this time.The name of the snapshot.Snapshot.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the snapshot.Snapshot.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The name of the topic from which this snapshot is retaining messages.Snapshot.Builder.setTopicBytes(com.google.protobuf.ByteString value) The name of the topic from which this snapshot is retaining messages.final Snapshot.BuilderSnapshot.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Snapshot.toBuilder()Methods in com.google.pubsub.v1 that return types with arguments of type Snapshot.BuilderModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.getSnapshotsBuilderList()The resulting snapshots.Methods in com.google.pubsub.v1 with parameters of type Snapshot.BuilderModifier and TypeMethodDescriptionListSnapshotsResponse.Builder.addSnapshots(int index, Snapshot.Builder builderForValue) The resulting snapshots.ListSnapshotsResponse.Builder.addSnapshots(Snapshot.Builder builderForValue) The resulting snapshots.UpdateSnapshotRequest.Builder.setSnapshot(Snapshot.Builder builderForValue) Required.ListSnapshotsResponse.Builder.setSnapshots(int index, Snapshot.Builder builderForValue) The resulting snapshots.