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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/pubsub/v1/pubsub.proto

package com.google.pubsub.v1;

public interface UpdateSubscriptionRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.pubsub.v1.UpdateSubscriptionRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The updated subscription object.
   * 
* * .google.pubsub.v1.Subscription subscription = 1; */ boolean hasSubscription(); /** *
   * The updated subscription object.
   * 
* * .google.pubsub.v1.Subscription subscription = 1; */ com.google.pubsub.v1.Subscription getSubscription(); /** *
   * The updated subscription object.
   * 
* * .google.pubsub.v1.Subscription subscription = 1; */ com.google.pubsub.v1.SubscriptionOrBuilder getSubscriptionOrBuilder(); /** *
   * Indicates which fields in the provided subscription to update.
   * Must be specified and non-empty.
   * 
* * .google.protobuf.FieldMask update_mask = 2; */ boolean hasUpdateMask(); /** *
   * Indicates which fields in the provided subscription 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 subscription 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