public static final class CreateSessionEntityTypeRequest.Builder extends GeneratedMessageV3.Builder<CreateSessionEntityTypeRequest.Builder> implements CreateSessionEntityTypeRequestOrBuilder
   
   The request message for
 SessionEntityTypes.CreateSessionEntityType.
 Protobuf type google.cloud.dialogflow.v2.CreateSessionEntityTypeRequest
    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 CreateSessionEntityTypeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public CreateSessionEntityTypeRequest build()
   
  
  
  buildPartial()
  
    public CreateSessionEntityTypeRequest buildPartial()
   
  
  
  clear()
  
    public CreateSessionEntityTypeRequest.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public CreateSessionEntityTypeRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public CreateSessionEntityTypeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearParent()
  
    public CreateSessionEntityTypeRequest.Builder clearParent()
   
   Required. The session to create a session entity type for.
 Format: projects/<Project ID>/agent/sessions/<Session ID> or
 projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/
 sessions/<Session ID>.
 If Environment ID is not specified, we assume default 'draft'
 environment. If User ID is not specified, we assume default '-' user.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
clearSessionEntityType()
  
    public CreateSessionEntityTypeRequest.Builder clearSessionEntityType()
   
   Required. The session entity type to create.
 
 .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 2 [(.google.api.field_behavior) = REQUIRED];
 
clone()
  
    public CreateSessionEntityTypeRequest.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public CreateSessionEntityTypeRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getParent()
  
    public String getParent()
   
   Required. The session to create a session entity type for.
 Format: projects/<Project ID>/agent/sessions/<Session ID> or
 projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/
 sessions/<Session ID>.
 If Environment ID is not specified, we assume default 'draft'
 environment. If User ID is not specified, we assume default '-' user.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The parent. | 
    
  
  
  getParentBytes()
  
    public ByteString getParentBytes()
   
   Required. The session to create a session entity type for.
 Format: projects/<Project ID>/agent/sessions/<Session ID> or
 projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/
 sessions/<Session ID>.
 If Environment ID is not specified, we assume default 'draft'
 environment. If User ID is not specified, we assume default '-' user.
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for parent. | 
    
  
  
  getSessionEntityType()
  
    public SessionEntityType getSessionEntityType()
   
   Required. The session entity type to create.
 
 .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 2 [(.google.api.field_behavior) = REQUIRED];
 
getSessionEntityTypeBuilder()
  
    public SessionEntityType.Builder getSessionEntityTypeBuilder()
   
   Required. The session entity type to create.
 
 .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 2 [(.google.api.field_behavior) = REQUIRED];
 
getSessionEntityTypeOrBuilder()
  
    public SessionEntityTypeOrBuilder getSessionEntityTypeOrBuilder()
   
   Required. The session entity type to create.
 
 .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 2 [(.google.api.field_behavior) = REQUIRED];
 
hasSessionEntityType()
  
    public boolean hasSessionEntityType()
   
   Required. The session entity type to create.
 
 .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 2 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the sessionEntityType field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(CreateSessionEntityTypeRequest other)
  
    public CreateSessionEntityTypeRequest.Builder mergeFrom(CreateSessionEntityTypeRequest other)
   
  
  
  
  
  
    public CreateSessionEntityTypeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public CreateSessionEntityTypeRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeSessionEntityType(SessionEntityType value)
  
    public CreateSessionEntityTypeRequest.Builder mergeSessionEntityType(SessionEntityType value)
   
   Required. The session entity type to create.
 
 .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 2 [(.google.api.field_behavior) = REQUIRED];
 
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateSessionEntityTypeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public CreateSessionEntityTypeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setParent(String value)
  
    public CreateSessionEntityTypeRequest.Builder setParent(String value)
   
   Required. The session to create a session entity type for.
 Format: projects/<Project ID>/agent/sessions/<Session ID> or
 projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/
 sessions/<Session ID>.
 If Environment ID is not specified, we assume default 'draft'
 environment. If User ID is not specified, we assume default '-' user.
 
 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 CreateSessionEntityTypeRequest.Builder setParentBytes(ByteString value)
   
   Required. The session to create a session entity type for.
 Format: projects/<Project ID>/agent/sessions/<Session ID> or
 projects/<Project ID>/agent/environments/<Environment ID>/users/<User ID>/
 sessions/<Session ID>.
 If Environment ID is not specified, we assume default 'draft'
 environment. If User ID is not specified, we assume default '-' user.
 
 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 CreateSessionEntityTypeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setSessionEntityType(SessionEntityType value)
  
    public CreateSessionEntityTypeRequest.Builder setSessionEntityType(SessionEntityType value)
   
   Required. The session entity type to create.
 
 .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 2 [(.google.api.field_behavior) = REQUIRED];
 
setSessionEntityType(SessionEntityType.Builder builderForValue)
  
    public CreateSessionEntityTypeRequest.Builder setSessionEntityType(SessionEntityType.Builder builderForValue)
   
   Required. The session entity type to create.
 
 .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 2 [(.google.api.field_behavior) = REQUIRED];
 
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final CreateSessionEntityTypeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides