com.google.pubsub.v1.UpdateSnapshotRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-pubsub-v1 Show documentation
Show all versions of proto-google-cloud-pubsub-v1 Show documentation
PROTO library for proto-google-cloud-pubsub-v1
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/pubsub/v1/pubsub.proto
package com.google.pubsub.v1;
public interface UpdateSnapshotRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.pubsub.v1.UpdateSnapshotRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The updated snapshot object.
*
*
* .google.pubsub.v1.Snapshot snapshot = 1;
*/
boolean hasSnapshot();
/**
*
* The updated snapshot object.
*
*
* .google.pubsub.v1.Snapshot snapshot = 1;
*/
com.google.pubsub.v1.Snapshot getSnapshot();
/**
*
* The updated snapshot object.
*
*
* .google.pubsub.v1.Snapshot snapshot = 1;
*/
com.google.pubsub.v1.SnapshotOrBuilder getSnapshotOrBuilder();
/**
*
* Indicates which fields in the provided snapshot to update.
* Must be specified and non-empty.
*
*
* .google.protobuf.FieldMask update_mask = 2;
*/
boolean hasUpdateMask();
/**
*
* Indicates which fields in the provided snapshot to update.
* Must be specified and non-empty.
*
*
* .google.protobuf.FieldMask update_mask = 2;
*/
com.google.protobuf.FieldMask getUpdateMask();
/**
*
* Indicates which fields in the provided snapshot to update.
* Must be specified and non-empty.
*
*
* .google.protobuf.FieldMask update_mask = 2;
*/
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy