public static final class UpdateTopicRequest.Builder extends GeneratedMessageV3.Builder<UpdateTopicRequest.Builder> implements UpdateTopicRequestOrBuilder
   
   Request for the UpdateTopic method.
 Protobuf type google.pubsub.v1.UpdateTopicRequest
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateTopicRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public UpdateTopicRequest build()
   
  
  
  buildPartial()
  
    public UpdateTopicRequest buildPartial()
   
  
  
  clear()
  
    public UpdateTopicRequest.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public UpdateTopicRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public UpdateTopicRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearTopic()
  
    public UpdateTopicRequest.Builder clearTopic()
   
   Required. The updated topic object.
 .google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
clearUpdateMask()
  
    public UpdateTopicRequest.Builder clearUpdateMask()
   
   Required. Indicates which fields in the provided topic to update. Must be
 specified and non-empty. Note that if update_mask contains
 "message_storage_policy" but the message_storage_policy is not set in
 the topic provided above, then the updated value is determined by the
 policy configured at the project or organization level.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
clone()
  
    public UpdateTopicRequest.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public UpdateTopicRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getTopic()
  
   Required. The updated topic object.
 .google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Topic | The topic. | 
    
  
  
  getTopicBuilder()
  
    public Topic.Builder getTopicBuilder()
   
   Required. The updated topic object.
 .google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
getTopicOrBuilder()
  
    public TopicOrBuilder getTopicOrBuilder()
   
   Required. The updated topic object.
 .google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
getUpdateMask()
  
    public FieldMask getUpdateMask()
   
   Required. Indicates which fields in the provided topic to update. Must be
 specified and non-empty. Note that if update_mask contains
 "message_storage_policy" but the message_storage_policy is not set in
 the topic provided above, then the updated value is determined by the
 policy configured at the project or organization level.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | FieldMask | The updateMask. | 
    
  
  
  getUpdateMaskBuilder()
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   Required. Indicates which fields in the provided topic to update. Must be
 specified and non-empty. Note that if update_mask contains
 "message_storage_policy" but the message_storage_policy is not set in
 the topic provided above, then the updated value is determined by the
 policy configured at the project or organization level.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
getUpdateMaskOrBuilder()
  
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   Required. Indicates which fields in the provided topic to update. Must be
 specified and non-empty. Note that if update_mask contains
 "message_storage_policy" but the message_storage_policy is not set in
 the topic provided above, then the updated value is determined by the
 policy configured at the project or organization level.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
hasTopic()
  
    public boolean hasTopic()
   
   Required. The updated topic object.
 .google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the topic field is set. | 
    
  
  
  hasUpdateMask()
  
    public boolean hasUpdateMask()
   
   Required. Indicates which fields in the provided topic to update. Must be
 specified and non-empty. Note that if update_mask contains
 "message_storage_policy" but the message_storage_policy is not set in
 the topic provided above, then the updated value is determined by the
 policy configured at the project or organization level.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateMask field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public UpdateTopicRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public UpdateTopicRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeFrom(UpdateTopicRequest other)
  
    public UpdateTopicRequest.Builder mergeFrom(UpdateTopicRequest other)
   
  
  
  
  mergeTopic(Topic value)
  
    public UpdateTopicRequest.Builder mergeTopic(Topic value)
   
   Required. The updated topic object.
 .google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Topic
 | 
    
  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateTopicRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateMask(FieldMask value)
  
    public UpdateTopicRequest.Builder mergeUpdateMask(FieldMask value)
   
   Required. Indicates which fields in the provided topic to update. Must be
 specified and non-empty. Note that if update_mask contains
 "message_storage_policy" but the message_storage_policy is not set in
 the topic provided above, then the updated value is determined by the
 policy configured at the project or organization level.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
setField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateTopicRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public UpdateTopicRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setTopic(Topic value)
  
    public UpdateTopicRequest.Builder setTopic(Topic value)
   
   Required. The updated topic object.
 .google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Topic
 | 
    
  
  
  
  setTopic(Topic.Builder builderForValue)
  
    public UpdateTopicRequest.Builder setTopic(Topic.Builder builderForValue)
   
   Required. The updated topic object.
 .google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateTopicRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateMask(FieldMask value)
  
    public UpdateTopicRequest.Builder setUpdateMask(FieldMask value)
   
   Required. Indicates which fields in the provided topic to update. Must be
 specified and non-empty. Note that if update_mask contains
 "message_storage_policy" but the message_storage_policy is not set in
 the topic provided above, then the updated value is determined by the
 policy configured at the project or organization level.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
setUpdateMask(FieldMask.Builder builderForValue)
  
    public UpdateTopicRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   Required. Indicates which fields in the provided topic to update. Must be
 specified and non-empty. Note that if update_mask contains
 "message_storage_policy" but the message_storage_policy is not set in
 the topic provided above, then the updated value is determined by the
 policy configured at the project or organization level.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |