public static final class UpdateIndexEndpointRequest.Builder extends GeneratedMessageV3.Builder<UpdateIndexEndpointRequest.Builder> implements UpdateIndexEndpointRequestOrBuilder
   
   Request message for UpdateIndexEndpoint.
 Protobuf type google.cloud.visionai.v1.UpdateIndexEndpointRequest
 
  
  
  
    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 UpdateIndexEndpointRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public UpdateIndexEndpointRequest build()
   
  
  
  buildPartial()
  
    public UpdateIndexEndpointRequest buildPartial()
   
  
  
  clear()
  
    public UpdateIndexEndpointRequest.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public UpdateIndexEndpointRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearIndexEndpoint()
  
    public UpdateIndexEndpointRequest.Builder clearIndexEndpoint()
   
   Required. The resource being updated.
 
 .google.cloud.visionai.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public UpdateIndexEndpointRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearUpdateMask()
  
    public UpdateIndexEndpointRequest.Builder clearUpdateMask()
   
   Required. Field mask is used to specify the fields to be overwritten in the
 IndexEndpoint resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 A field of the resource will be overwritten if it is in the mask.
 Empty field mask is not allowed.
 If the mask is "*", then this is a full replacement of the resource.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  clone()
  
    public UpdateIndexEndpointRequest.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public UpdateIndexEndpointRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getIndexEndpoint()
  
    public IndexEndpoint getIndexEndpoint()
   
   Required. The resource being updated.
 
 .google.cloud.visionai.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  getIndexEndpointBuilder()
  
    public IndexEndpoint.Builder getIndexEndpointBuilder()
   
   Required. The resource being updated.
 
 .google.cloud.visionai.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  getIndexEndpointOrBuilder()
  
    public IndexEndpointOrBuilder getIndexEndpointOrBuilder()
   
   Required. The resource being updated.
 
 .google.cloud.visionai.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  getUpdateMask()
  
    public FieldMask getUpdateMask()
   
   Required. Field mask is used to specify the fields to be overwritten in the
 IndexEndpoint resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 A field of the resource will be overwritten if it is in the mask.
 Empty field mask is not allowed.
 If the mask is "*", then this is a full replacement of the resource.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        FieldMask | 
        The updateMask. 
 | 
      
    
  
  
  getUpdateMaskBuilder()
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   Required. Field mask is used to specify the fields to be overwritten in the
 IndexEndpoint resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 A field of the resource will be overwritten if it is in the mask.
 Empty field mask is not allowed.
 If the mask is "*", then this is a full replacement of the resource.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  getUpdateMaskOrBuilder()
  
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   Required. Field mask is used to specify the fields to be overwritten in the
 IndexEndpoint resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 A field of the resource will be overwritten if it is in the mask.
 Empty field mask is not allowed.
 If the mask is "*", then this is a full replacement of the resource.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  hasIndexEndpoint()
  
    public boolean hasIndexEndpoint()
   
   Required. The resource being updated.
 
 .google.cloud.visionai.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        | Returns | 
      
      
        | Type | 
        Description | 
      
      
        boolean | 
        Whether the indexEndpoint field is set. 
 | 
      
    
  
  
  hasUpdateMask()
  
    public boolean hasUpdateMask()
   
   Required. Field mask is used to specify the fields to be overwritten in the
 IndexEndpoint resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 A field of the resource will be overwritten if it is in the mask.
 Empty field mask is not allowed.
 If the mask is "*", then this is a full replacement of the resource.
 .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
  
  
  mergeFrom(UpdateIndexEndpointRequest other)
  
    public UpdateIndexEndpointRequest.Builder mergeFrom(UpdateIndexEndpointRequest other)
   
  
  
  
  
  
    public UpdateIndexEndpointRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public UpdateIndexEndpointRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        other | 
        Message
  | 
      
    
  
  
  Overrides
  
  
  mergeIndexEndpoint(IndexEndpoint value)
  
    public UpdateIndexEndpointRequest.Builder mergeIndexEndpoint(IndexEndpoint value)
   
   Required. The resource being updated.
 
 .google.cloud.visionai.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateIndexEndpointRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateMask(FieldMask value)
  
    public UpdateIndexEndpointRequest.Builder mergeUpdateMask(FieldMask value)
   
   Required. Field mask is used to specify the fields to be overwritten in the
 IndexEndpoint resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 A field of the resource will be overwritten if it is in the mask.
 Empty field mask is not allowed.
 If the mask is "*", then this is a full replacement of the resource.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateIndexEndpointRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setIndexEndpoint(IndexEndpoint value)
  
    public UpdateIndexEndpointRequest.Builder setIndexEndpoint(IndexEndpoint value)
   
   Required. The resource being updated.
 
 .google.cloud.visionai.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  
  setIndexEndpoint(IndexEndpoint.Builder builderForValue)
  
    public UpdateIndexEndpointRequest.Builder setIndexEndpoint(IndexEndpoint.Builder builderForValue)
   
   Required. The resource being updated.
 
 .google.cloud.visionai.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public UpdateIndexEndpointRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateIndexEndpointRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateMask(FieldMask value)
  
    public UpdateIndexEndpointRequest.Builder setUpdateMask(FieldMask value)
   
   Required. Field mask is used to specify the fields to be overwritten in the
 IndexEndpoint resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 A field of the resource will be overwritten if it is in the mask.
 Empty field mask is not allowed.
 If the mask is "*", then this is a full replacement of the resource.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
  
  
  setUpdateMask(FieldMask.Builder builderForValue)
  
    public UpdateIndexEndpointRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   Required. Field mask is used to specify the fields to be overwritten in the
 IndexEndpoint resource by the update.
 The fields specified in the update_mask are relative to the resource, not
 the full request.
 A field of the resource will be overwritten if it is in the mask.
 Empty field mask is not allowed.
 If the mask is "*", then this is a full replacement of the resource.
 .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
 
 
  
    
      
        | Parameter | 
      
      
        | Name | 
        Description | 
      
      
        builderForValue | 
        Builder
  |