public static final class UpdateEventEditRuleRequest.Builder extends GeneratedMessageV3.Builder<UpdateEventEditRuleRequest.Builder> implements UpdateEventEditRuleRequestOrBuilder
   
   Request message for UpdateEventEditRule RPC.
 Protobuf type google.analytics.admin.v1alpha.UpdateEventEditRuleRequest
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      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 UpdateEventEditRuleRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public UpdateEventEditRuleRequest build()
   
  
  
  buildPartial()
  
    public UpdateEventEditRuleRequest buildPartial()
   
  
  
  clear()
  
    public UpdateEventEditRuleRequest.Builder clear()
   
  
  Overrides
  
  
  clearEventEditRule()
  
    public UpdateEventEditRuleRequest.Builder clearEventEditRule()
   
   Required. The EventEditRule to update.
 The resource's name field is used to identify the EventEditRule to be
 updated.
 
 .google.analytics.admin.v1alpha.EventEditRule event_edit_rule = 1 [(.google.api.field_behavior) = REQUIRED];
 
clearField(Descriptors.FieldDescriptor field)
  
    public UpdateEventEditRuleRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public UpdateEventEditRuleRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearUpdateMask()
  
    public UpdateEventEditRuleRequest.Builder clearUpdateMask()
   
   Required. The list of fields to be updated. Field names must be in snake
 case (e.g., "field_to_update"). Omitted fields will not be updated. To
 replace the entire entity, use one path with the string "*" to match all
 fields.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
clone()
  
    public UpdateEventEditRuleRequest.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public UpdateEventEditRuleRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getEventEditRule()
  
    public EventEditRule getEventEditRule()
   
   Required. The EventEditRule to update.
 The resource's name field is used to identify the EventEditRule to be
 updated.
 
 .google.analytics.admin.v1alpha.EventEditRule event_edit_rule = 1 [(.google.api.field_behavior) = REQUIRED];
 
getEventEditRuleBuilder()
  
    public EventEditRule.Builder getEventEditRuleBuilder()
   
   Required. The EventEditRule to update.
 The resource's name field is used to identify the EventEditRule to be
 updated.
 
 .google.analytics.admin.v1alpha.EventEditRule event_edit_rule = 1 [(.google.api.field_behavior) = REQUIRED];
 
getEventEditRuleOrBuilder()
  
    public EventEditRuleOrBuilder getEventEditRuleOrBuilder()
   
   Required. The EventEditRule to update.
 The resource's name field is used to identify the EventEditRule to be
 updated.
 
 .google.analytics.admin.v1alpha.EventEditRule event_edit_rule = 1 [(.google.api.field_behavior) = REQUIRED];
 
getUpdateMask()
  
    public FieldMask getUpdateMask()
   
   Required. The list of fields to be updated. Field names must be in snake
 case (e.g., "field_to_update"). Omitted fields will not be updated. To
 replace the entire entity, use one path with the string "*" to match all
 fields.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | FieldMask | The updateMask. | 
    
  
  
  getUpdateMaskBuilder()
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   Required. The list of fields to be updated. Field names must be in snake
 case (e.g., "field_to_update"). Omitted fields will not be updated. To
 replace the entire entity, use one path with the string "*" to match all
 fields.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
getUpdateMaskOrBuilder()
  
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   Required. The list of fields to be updated. Field names must be in snake
 case (e.g., "field_to_update"). Omitted fields will not be updated. To
 replace the entire entity, use one path with the string "*" to match all
 fields.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
hasEventEditRule()
  
    public boolean hasEventEditRule()
   
   Required. The EventEditRule to update.
 The resource's name field is used to identify the EventEditRule to be
 updated.
 
 .google.analytics.admin.v1alpha.EventEditRule event_edit_rule = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the eventEditRule field is set. | 
    
  
  
  hasUpdateMask()
  
    public boolean hasUpdateMask()
   
   Required. The list of fields to be updated. Field names must be in snake
 case (e.g., "field_to_update"). Omitted fields will not be updated. To
 replace the entire entity, use one path with the string "*" to match all
 fields.
 .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
  
  
  mergeEventEditRule(EventEditRule value)
  
    public UpdateEventEditRuleRequest.Builder mergeEventEditRule(EventEditRule value)
   
   Required. The EventEditRule to update.
 The resource's name field is used to identify the EventEditRule to be
 updated.
 
 .google.analytics.admin.v1alpha.EventEditRule event_edit_rule = 1 [(.google.api.field_behavior) = REQUIRED];
 
mergeFrom(UpdateEventEditRuleRequest other)
  
    public UpdateEventEditRuleRequest.Builder mergeFrom(UpdateEventEditRuleRequest other)
   
  
  
  
  
  
    public UpdateEventEditRuleRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public UpdateEventEditRuleRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateEventEditRuleRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateMask(FieldMask value)
  
    public UpdateEventEditRuleRequest.Builder mergeUpdateMask(FieldMask value)
   
   Required. The list of fields to be updated. Field names must be in snake
 case (e.g., "field_to_update"). Omitted fields will not be updated. To
 replace the entire entity, use one path with the string "*" to match all
 fields.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
setEventEditRule(EventEditRule value)
  
    public UpdateEventEditRuleRequest.Builder setEventEditRule(EventEditRule value)
   
   Required. The EventEditRule to update.
 The resource's name field is used to identify the EventEditRule to be
 updated.
 
 .google.analytics.admin.v1alpha.EventEditRule event_edit_rule = 1 [(.google.api.field_behavior) = REQUIRED];
 
setEventEditRule(EventEditRule.Builder builderForValue)
  
    public UpdateEventEditRuleRequest.Builder setEventEditRule(EventEditRule.Builder builderForValue)
   
   Required. The EventEditRule to update.
 The resource's name field is used to identify the EventEditRule to be
 updated.
 
 .google.analytics.admin.v1alpha.EventEditRule event_edit_rule = 1 [(.google.api.field_behavior) = REQUIRED];
 
setField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateEventEditRuleRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public UpdateEventEditRuleRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateEventEditRuleRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateMask(FieldMask value)
  
    public UpdateEventEditRuleRequest.Builder setUpdateMask(FieldMask value)
   
   Required. The list of fields to be updated. Field names must be in snake
 case (e.g., "field_to_update"). Omitted fields will not be updated. To
 replace the entire entity, use one path with the string "*" to match all
 fields.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
setUpdateMask(FieldMask.Builder builderForValue)
  
    public UpdateEventEditRuleRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   Required. The list of fields to be updated. Field names must be in snake
 case (e.g., "field_to_update"). Omitted fields will not be updated. To
 replace the entire entity, use one path with the string "*" to match all
 fields.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |