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()
   
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public CreateCustomClassRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public CreateCustomClassRequest build()
   
  
  
  buildPartial()
  
    public CreateCustomClassRequest buildPartial()
   
  
  
  clear()
  
    public CreateCustomClassRequest.Builder clear()
   
  
  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)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public CreateCustomClassRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  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()
   
  
  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];
    
      
        | Returns | 
      
        | 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];
    
      
        | Returns | 
      
        | 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()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  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) = { ... }
 
    
      
        | Returns | 
      
        | 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) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for parent. | 
    
  
  
  hasCustomClass()
  
    public boolean hasCustomClass()
   
   Required. The custom class to create.
 
 .google.cloud.speech.v1p1beta1.CustomClass custom_class = 3 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the customClass field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  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)
   
  
  
  
  
  
    public CreateCustomClassRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public CreateCustomClassRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateCustomClassRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  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];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The customClassId to set. | 
    
  
  
  
  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];
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for customClassId to set. | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public CreateCustomClassRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  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) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The parent to set. | 
    
  
  
  
  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) = { ... }
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for parent to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public CreateCustomClassRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateCustomClassRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides