public static final class CreateCustomClassRequest.Builder extends GeneratedMessageV3.Builder<CreateCustomClassRequest.Builder> implements CreateCustomClassRequestOrBuilder
   
   Message sent by the client for the CreateCustomClass method.
 Protobuf type google.cloud.speech.v1p1beta1.CreateCustomClassRequest
    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 CreateCustomClassRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  build()
  
    public CreateCustomClassRequest build()
   
  Returns
  
  
  buildPartial()
  
    public CreateCustomClassRequest buildPartial()
   
  Returns
  
  
  clear()
  
    public CreateCustomClassRequest.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearCustomClass()
  
    public CreateCustomClassRequest.Builder clearCustomClass()
   
   Required. The custom class to create.
 
 .google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
 
clearCustomClassId()
  
    public CreateCustomClassRequest.Builder clearCustomClassId()
   
   Required. The ID to use for the custom class, which will become the final
 component of the custom class' resource name.
 This value should restrict to letters, numbers, and hyphens, with the first
 character a letter, the last a letter or a number, and be 4-63 characters.
 string custom_class_id = 2 [(.google.api.field_behavior) = REQUIRED];
clearField(Descriptors.FieldDescriptor field)
  
    public CreateCustomClassRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public CreateCustomClassRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearParent()
  
    public CreateCustomClassRequest.Builder clearParent()
   
   Required. The parent resource where this custom class will be created.
 Format:
 projects/{project}/locations/{location}/customClasses
 Speech-to-Text supports three locations: global, us (US North America),
 and eu (Europe). If you are calling the speech.googleapis.com
 endpoint, use the global location. To specify a region, use a
 regional endpoint
 with matching us or eu location value.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
clone()
  
    public CreateCustomClassRequest.Builder clone()
   
  Returns
  
  Overrides
  
  
  getCustomClass()
  
    public CustomClass getCustomClass()
   
   Required. The custom class to create.
 
 .google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
 
getCustomClassBuilder()
  
    public CustomClass.Builder getCustomClassBuilder()
   
   Required. The custom class to create.
 
 .google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
 
getCustomClassId()
  
    public String getCustomClassId()
   
   Required. The ID to use for the custom class, which will become the final
 component of the custom class' resource name.
 This value should restrict to letters, numbers, and hyphens, with the first
 character a letter, the last a letter or a number, and be 4-63 characters.
 string custom_class_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Type | Description | 
      
        | String | The customClassId. | 
    
  
  
  getCustomClassIdBytes()
  
    public ByteString getCustomClassIdBytes()
   
   Required. The ID to use for the custom class, which will become the final
 component of the custom class' resource name.
 This value should restrict to letters, numbers, and hyphens, with the first
 character a letter, the last a letter or a number, and be 4-63 characters.
 string custom_class_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Type | Description | 
      
        | ByteString | The bytes for customClassId. | 
    
  
  
  getCustomClassOrBuilder()
  
    public CustomClassOrBuilder getCustomClassOrBuilder()
   
   Required. The custom class to create.
 
 .google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
 
getDefaultInstanceForType()
  
    public CreateCustomClassRequest getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getParent()
  
    public String getParent()
   
   Required. The parent resource where this custom class will be created.
 Format:
 projects/{project}/locations/{location}/customClasses
 Speech-to-Text supports three locations: global, us (US North America),
 and eu (Europe). If you are calling the speech.googleapis.com
 endpoint, use the global location. To specify a region, use a
 regional endpoint
 with matching us or eu location value.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Type | Description | 
      
        | String | The parent. | 
    
  
  
  getParentBytes()
  
    public ByteString getParentBytes()
   
   Required. The parent resource where this custom class will be created.
 Format:
 projects/{project}/locations/{location}/customClasses
 Speech-to-Text supports three locations: global, us (US North America),
 and eu (Europe). If you are calling the speech.googleapis.com
 endpoint, use the global location. To specify a region, use a
 regional endpoint
 with matching us or eu location value.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
hasCustomClass()
  
    public boolean hasCustomClass()
   
   Required. The custom class to create.
 
 .google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Type | Description | 
      
        | boolean | Whether the customClass field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeCustomClass(CustomClass value)
  
    public CreateCustomClassRequest.Builder mergeCustomClass(CustomClass value)
   
   Required. The custom class to create.
 
 .google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
 
mergeFrom(CreateCustomClassRequest other)
  
    public CreateCustomClassRequest.Builder mergeFrom(CreateCustomClassRequest other)
   
  Parameter
  
  Returns
  
  
  
  
    public CreateCustomClassRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public CreateCustomClassRequest.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateCustomClassRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  setCustomClass(CustomClass value)
  
    public CreateCustomClassRequest.Builder setCustomClass(CustomClass value)
   
   Required. The custom class to create.
 
 .google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
 
setCustomClass(CustomClass.Builder builderForValue)
  
    public CreateCustomClassRequest.Builder setCustomClass(CustomClass.Builder builderForValue)
   
   Required. The custom class to create.
 
 .google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
 
setCustomClassId(String value)
  
    public CreateCustomClassRequest.Builder setCustomClassId(String value)
   
   Required. The ID to use for the custom class, which will become the final
 component of the custom class' resource name.
 This value should restrict to letters, numbers, and hyphens, with the first
 character a letter, the last a letter or a number, and be 4-63 characters.
 string custom_class_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Name | Description | 
      
        | value | String
 The customClassId to set. | 
    
  
  Returns
  
  
  setCustomClassIdBytes(ByteString value)
  
    public CreateCustomClassRequest.Builder setCustomClassIdBytes(ByteString value)
   
   Required. The ID to use for the custom class, which will become the final
 component of the custom class' resource name.
 This value should restrict to letters, numbers, and hyphens, with the first
 character a letter, the last a letter or a number, and be 4-63 characters.
 string custom_class_id = 2 [(.google.api.field_behavior) = REQUIRED];
    
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for customClassId to set. | 
    
  
  Returns
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public CreateCustomClassRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setParent(String value)
  
    public CreateCustomClassRequest.Builder setParent(String value)
   
   Required. The parent resource where this custom class will be created.
 Format:
 projects/{project}/locations/{location}/customClasses
 Speech-to-Text supports three locations: global, us (US North America),
 and eu (Europe). If you are calling the speech.googleapis.com
 endpoint, use the global location. To specify a region, use a
 regional endpoint
 with matching us or eu location value.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Name | Description | 
      
        | value | String
 The parent to set. | 
    
  
  Returns
  
  
  setParentBytes(ByteString value)
  
    public CreateCustomClassRequest.Builder setParentBytes(ByteString value)
   
   Required. The parent resource where this custom class will be created.
 Format:
 projects/{project}/locations/{location}/customClasses
 Speech-to-Text supports three locations: global, us (US North America),
 and eu (Europe). If you are calling the speech.googleapis.com
 endpoint, use the global location. To specify a region, use a
 regional endpoint
 with matching us or eu location value.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for parent to set. | 
    
  
  Returns
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public CreateCustomClassRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateCustomClassRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides