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

com.google.pubsub.v1.UpdateTopicRequestOrBuilder 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 UpdateTopicRequestOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.pubsub.v1.UpdateTopicRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The updated topic object.
   * 
* * .google.pubsub.v1.Topic topic = 1; */ boolean hasTopic(); /** * * *
   * The updated topic object.
   * 
* * .google.pubsub.v1.Topic topic = 1; */ com.google.pubsub.v1.Topic getTopic(); /** * * *
   * The updated topic object.
   * 
* * .google.pubsub.v1.Topic topic = 1; */ com.google.pubsub.v1.TopicOrBuilder getTopicOrBuilder(); /** * * *
   * Indicates which fields in the provided topic to update. Must be specified
   * and non-empty. Note that if `update_mask` contains
   * "message_storage_policy" then the new value will be determined based on the
   * policy configured at the project or organization level. The
   * `message_storage_policy` must not be set in the `topic` provided above.
   * 
* * .google.protobuf.FieldMask update_mask = 2; */ boolean hasUpdateMask(); /** * * *
   * Indicates which fields in the provided topic to update. Must be specified
   * and non-empty. Note that if `update_mask` contains
   * "message_storage_policy" then the new value will be determined based on the
   * policy configured at the project or organization level. The
   * `message_storage_policy` must not be set in the `topic` provided above.
   * 
* * .google.protobuf.FieldMask update_mask = 2; */ com.google.protobuf.FieldMask getUpdateMask(); /** * * *
   * Indicates which fields in the provided topic to update. Must be specified
   * and non-empty. Note that if `update_mask` contains
   * "message_storage_policy" then the new value will be determined based on the
   * policy configured at the project or organization level. The
   * `message_storage_policy` must not be set in the `topic` provided above.
   * 
* * .google.protobuf.FieldMask update_mask = 2; */ com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy