public interface UpdateSnapshotRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
getSnapshot()
The updated snpashot object.
|
SnapshotOrBuilder |
getSnapshotOrBuilder()
The updated snpashot object.
|
FieldMask |
getUpdateMask()
Indicates which fields in the provided snapshot to update.
|
FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Indicates which fields in the provided snapshot to update.
|
boolean |
hasSnapshot()
The updated snpashot object.
|
boolean |
hasUpdateMask()
Indicates which fields in the provided snapshot to update.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasSnapshot()
The updated snpashot object.
.google.pubsub.v1.Snapshot snapshot = 1;Snapshot getSnapshot()
The updated snpashot object.
.google.pubsub.v1.Snapshot snapshot = 1;SnapshotOrBuilder getSnapshotOrBuilder()
The updated snpashot object.
.google.pubsub.v1.Snapshot snapshot = 1;boolean hasUpdateMask()
Indicates which fields in the provided snapshot to update. Must be specified and non-empty.
.google.protobuf.FieldMask update_mask = 2;FieldMask getUpdateMask()
Indicates which fields in the provided snapshot to update. Must be specified and non-empty.
.google.protobuf.FieldMask update_mask = 2;FieldMaskOrBuilder getUpdateMaskOrBuilder()
Indicates which fields in the provided snapshot to update. Must be specified and non-empty.
.google.protobuf.FieldMask update_mask = 2;