public static final class UpdateGoogleApiSourceRequest.Builder extends GeneratedMessageV3.Builder<UpdateGoogleApiSourceRequest.Builder> implements UpdateGoogleApiSourceRequestOrBuilder
   
   The request message for the UpdateGoogleApiSource method.
 Protobuf type google.cloud.eventarc.v1.UpdateGoogleApiSourceRequest
    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 UpdateGoogleApiSourceRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public UpdateGoogleApiSourceRequest build()
   
  
  
  buildPartial()
  
    public UpdateGoogleApiSourceRequest buildPartial()
   
  
  
  clear()
  
    public UpdateGoogleApiSourceRequest.Builder clear()
   
  
  Overrides
  
  
  clearAllowMissing()
  
    public UpdateGoogleApiSourceRequest.Builder clearAllowMissing()
   
   Optional. If set to true, and the GoogleApiSource is not found, a new
 GoogleApiSource will be created. In this situation, update_mask is
 ignored.
 bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];
clearField(Descriptors.FieldDescriptor field)
  
    public UpdateGoogleApiSourceRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearGoogleApiSource()
  
    public UpdateGoogleApiSourceRequest.Builder clearGoogleApiSource()
   
   Required. The GoogleApiSource to be updated.
 
 .google.cloud.eventarc.v1.GoogleApiSource google_api_source = 1 [(.google.api.field_behavior) = REQUIRED];
 
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public UpdateGoogleApiSourceRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearUpdateMask()
  
    public UpdateGoogleApiSourceRequest.Builder clearUpdateMask()
   
   Optional. The fields to be updated; only fields explicitly provided are
 updated. If no field mask is provided, all provided fields in the request
 are updated. To update all fields, provide a field mask of "*".
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
clearValidateOnly()
  
    public UpdateGoogleApiSourceRequest.Builder clearValidateOnly()
   
   Optional. If set, validate the request and preview the review, but do not
 post it.
 bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
clone()
  
    public UpdateGoogleApiSourceRequest.Builder clone()
   
  
  Overrides
  
  
  getAllowMissing()
  
    public boolean getAllowMissing()
   
   Optional. If set to true, and the GoogleApiSource is not found, a new
 GoogleApiSource will be created. In this situation, update_mask is
 ignored.
 bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | The allowMissing. | 
    
  
  
  getDefaultInstanceForType()
  
    public UpdateGoogleApiSourceRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getGoogleApiSource()
  
    public GoogleApiSource getGoogleApiSource()
   
   Required. The GoogleApiSource to be updated.
 
 .google.cloud.eventarc.v1.GoogleApiSource google_api_source = 1 [(.google.api.field_behavior) = REQUIRED];
 
getGoogleApiSourceBuilder()
  
    public GoogleApiSource.Builder getGoogleApiSourceBuilder()
   
   Required. The GoogleApiSource to be updated.
 
 .google.cloud.eventarc.v1.GoogleApiSource google_api_source = 1 [(.google.api.field_behavior) = REQUIRED];
 
getGoogleApiSourceOrBuilder()
  
    public GoogleApiSourceOrBuilder getGoogleApiSourceOrBuilder()
   
   Required. The GoogleApiSource to be updated.
 
 .google.cloud.eventarc.v1.GoogleApiSource google_api_source = 1 [(.google.api.field_behavior) = REQUIRED];
 
getUpdateMask()
  
    public FieldMask getUpdateMask()
   
   Optional. The fields to be updated; only fields explicitly provided are
 updated. If no field mask is provided, all provided fields in the request
 are updated. To update all fields, provide a field mask of "*".
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | FieldMask | The updateMask. | 
    
  
  
  getUpdateMaskBuilder()
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   Optional. The fields to be updated; only fields explicitly provided are
 updated. If no field mask is provided, all provided fields in the request
 are updated. To update all fields, provide a field mask of "*".
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
getUpdateMaskOrBuilder()
  
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   Optional. The fields to be updated; only fields explicitly provided are
 updated. If no field mask is provided, all provided fields in the request
 are updated. To update all fields, provide a field mask of "*".
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
getValidateOnly()
  
    public boolean getValidateOnly()
   
   Optional. If set, validate the request and preview the review, but do not
 post it.
 bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | The validateOnly. | 
    
  
  
  hasGoogleApiSource()
  
    public boolean hasGoogleApiSource()
   
   Required. The GoogleApiSource to be updated.
 
 .google.cloud.eventarc.v1.GoogleApiSource google_api_source = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the googleApiSource field is set. | 
    
  
  
  hasUpdateMask()
  
    public boolean hasUpdateMask()
   
   Optional. The fields to be updated; only fields explicitly provided are
 updated. If no field mask is provided, all provided fields in the request
 are updated. To update all fields, provide a field mask of "*".
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateMask field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(UpdateGoogleApiSourceRequest other)
  
    public UpdateGoogleApiSourceRequest.Builder mergeFrom(UpdateGoogleApiSourceRequest other)
   
  
  
  
  
  
    public UpdateGoogleApiSourceRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public UpdateGoogleApiSourceRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeGoogleApiSource(GoogleApiSource value)
  
    public UpdateGoogleApiSourceRequest.Builder mergeGoogleApiSource(GoogleApiSource value)
   
   Required. The GoogleApiSource to be updated.
 
 .google.cloud.eventarc.v1.GoogleApiSource google_api_source = 1 [(.google.api.field_behavior) = REQUIRED];
 
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateGoogleApiSourceRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateMask(FieldMask value)
  
    public UpdateGoogleApiSourceRequest.Builder mergeUpdateMask(FieldMask value)
   
   Optional. The fields to be updated; only fields explicitly provided are
 updated. If no field mask is provided, all provided fields in the request
 are updated. To update all fields, provide a field mask of "*".
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
setAllowMissing(boolean value)
  
    public UpdateGoogleApiSourceRequest.Builder setAllowMissing(boolean value)
   
   Optional. If set to true, and the GoogleApiSource is not found, a new
 GoogleApiSource will be created. In this situation, update_mask is
 ignored.
 bool allow_missing = 3 [(.google.api.field_behavior) = OPTIONAL];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | boolean
 The allowMissing to set. | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateGoogleApiSourceRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setGoogleApiSource(GoogleApiSource value)
  
    public UpdateGoogleApiSourceRequest.Builder setGoogleApiSource(GoogleApiSource value)
   
   Required. The GoogleApiSource to be updated.
 
 .google.cloud.eventarc.v1.GoogleApiSource google_api_source = 1 [(.google.api.field_behavior) = REQUIRED];
 
setGoogleApiSource(GoogleApiSource.Builder builderForValue)
  
    public UpdateGoogleApiSourceRequest.Builder setGoogleApiSource(GoogleApiSource.Builder builderForValue)
   
   Required. The GoogleApiSource to be updated.
 
 .google.cloud.eventarc.v1.GoogleApiSource google_api_source = 1 [(.google.api.field_behavior) = REQUIRED];
 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public UpdateGoogleApiSourceRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateGoogleApiSourceRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateMask(FieldMask value)
  
    public UpdateGoogleApiSourceRequest.Builder setUpdateMask(FieldMask value)
   
   Optional. The fields to be updated; only fields explicitly provided are
 updated. If no field mask is provided, all provided fields in the request
 are updated. To update all fields, provide a field mask of "*".
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
setUpdateMask(FieldMask.Builder builderForValue)
  
    public UpdateGoogleApiSourceRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   Optional. The fields to be updated; only fields explicitly provided are
 updated. If no field mask is provided, all provided fields in the request
 are updated. To update all fields, provide a field mask of "*".
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  
  
  setValidateOnly(boolean value)
  
    public UpdateGoogleApiSourceRequest.Builder setValidateOnly(boolean value)
   
   Optional. If set, validate the request and preview the review, but do not
 post it.
 bool validate_only = 4 [(.google.api.field_behavior) = OPTIONAL];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | boolean
 The validateOnly to set. |