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()
   
  Returns
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateTopicRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  build()
  
    public UpdateTopicRequest build()
   
  Returns
  
  
  buildPartial()
  
    public UpdateTopicRequest buildPartial()
   
  Returns
  
  
  clear()
  
    public UpdateTopicRequest.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public UpdateTopicRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public UpdateTopicRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  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()
   
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public UpdateTopicRequest getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getTopic()
  
   Required. The updated topic object.
 .google.pubsub.v1.Topic topic = 1 [(.google.api.field_behavior) = REQUIRED];
    
      
        | 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];
 
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];
    
      
        | 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];
 
    
      
        | Type | Description | 
      
        | boolean | Whether the updateMask field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  
  
    public UpdateTopicRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public UpdateTopicRequest.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeFrom(UpdateTopicRequest other)
  
    public UpdateTopicRequest.Builder mergeFrom(UpdateTopicRequest other)
   
  Parameter
  
  Returns
  
  
  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];
    
      
        | Name | Description | 
      
        | value | Topic
 | 
    
  
  Returns
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateTopicRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  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)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public UpdateTopicRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  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];
    
      
        | Name | Description | 
      
        | value | Topic
 | 
    
  
  Returns
  
  
  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)
   
  Parameter
  
  Returns
  
  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];
 
    
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  Returns