All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.pubsub.v1.UpdateSnapshotRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.114.2
Show newest version
// 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 snpashot object.
   * 
* * .google.pubsub.v1.Snapshot snapshot = 1; */ boolean hasSnapshot(); /** *
   * The updated snpashot object.
   * 
* * .google.pubsub.v1.Snapshot snapshot = 1; */ com.google.pubsub.v1.Snapshot getSnapshot(); /** *
   * The updated snpashot 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 - 2024 Weber Informatics LLC | Privacy Policy