public static final class UpdateSessionEntityTypeRequest.Builder extends GeneratedMessageV3.Builder<UpdateSessionEntityTypeRequest.Builder> implements UpdateSessionEntityTypeRequestOrBuilder
   
   The request message for
 SessionEntityTypes.UpdateSessionEntityType.
 Protobuf type google.cloud.dialogflow.cx.v3beta1.UpdateSessionEntityTypeRequest
    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 UpdateSessionEntityTypeRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public UpdateSessionEntityTypeRequest build()
   
  
  
  buildPartial()
  
    public UpdateSessionEntityTypeRequest buildPartial()
   
  
  
  clear()
  
    public UpdateSessionEntityTypeRequest.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public UpdateSessionEntityTypeRequest.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearOneof(Descriptors.OneofDescriptor oneof)
  
    public UpdateSessionEntityTypeRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearSessionEntityType()
  
    public UpdateSessionEntityTypeRequest.Builder clearSessionEntityType()
   
   Required. The session entity type to update.
 Format:
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
 or
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>.
 If Environment ID is not specified, we assume default 'draft'
 environment.
 
 .google.cloud.dialogflow.cx.v3beta1.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
clearUpdateMask()
  
    public UpdateSessionEntityTypeRequest.Builder clearUpdateMask()
   
   The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 2;
clone()
  
    public UpdateSessionEntityTypeRequest.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public UpdateSessionEntityTypeRequest getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getSessionEntityType()
  
    public SessionEntityType getSessionEntityType()
   
   Required. The session entity type to update.
 Format:
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
 or
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>.
 If Environment ID is not specified, we assume default 'draft'
 environment.
 
 .google.cloud.dialogflow.cx.v3beta1.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
getSessionEntityTypeBuilder()
  
    public SessionEntityType.Builder getSessionEntityTypeBuilder()
   
   Required. The session entity type to update.
 Format:
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
 or
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>.
 If Environment ID is not specified, we assume default 'draft'
 environment.
 
 .google.cloud.dialogflow.cx.v3beta1.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
getSessionEntityTypeOrBuilder()
  
    public SessionEntityTypeOrBuilder getSessionEntityTypeOrBuilder()
   
   Required. The session entity type to update.
 Format:
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
 or
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>.
 If Environment ID is not specified, we assume default 'draft'
 environment.
 
 .google.cloud.dialogflow.cx.v3beta1.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
getUpdateMask()
  
    public FieldMask getUpdateMask()
   
   The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | FieldMask | The updateMask. | 
    
  
  
  getUpdateMaskBuilder()
  
    public FieldMask.Builder getUpdateMaskBuilder()
   
   The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 2;
getUpdateMaskOrBuilder()
  
    public FieldMaskOrBuilder getUpdateMaskOrBuilder()
   
   The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 2;
hasSessionEntityType()
  
    public boolean hasSessionEntityType()
   
   Required. The session entity type to update.
 Format:
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
 or
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>.
 If Environment ID is not specified, we assume default 'draft'
 environment.
 
 .google.cloud.dialogflow.cx.v3beta1.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the sessionEntityType field is set. | 
    
  
  
  hasUpdateMask()
  
    public boolean hasUpdateMask()
   
   The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateMask field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(UpdateSessionEntityTypeRequest other)
  
    public UpdateSessionEntityTypeRequest.Builder mergeFrom(UpdateSessionEntityTypeRequest other)
   
  
  
  
  
  
    public UpdateSessionEntityTypeRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public UpdateSessionEntityTypeRequest.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeSessionEntityType(SessionEntityType value)
  
    public UpdateSessionEntityTypeRequest.Builder mergeSessionEntityType(SessionEntityType value)
   
   Required. The session entity type to update.
 Format:
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
 or
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>.
 If Environment ID is not specified, we assume default 'draft'
 environment.
 
 .google.cloud.dialogflow.cx.v3beta1.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateSessionEntityTypeRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  mergeUpdateMask(FieldMask value)
  
    public UpdateSessionEntityTypeRequest.Builder mergeUpdateMask(FieldMask value)
   
   The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 2;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public UpdateSessionEntityTypeRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public UpdateSessionEntityTypeRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setSessionEntityType(SessionEntityType value)
  
    public UpdateSessionEntityTypeRequest.Builder setSessionEntityType(SessionEntityType value)
   
   Required. The session entity type to update.
 Format:
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
 or
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>.
 If Environment ID is not specified, we assume default 'draft'
 environment.
 
 .google.cloud.dialogflow.cx.v3beta1.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
setSessionEntityType(SessionEntityType.Builder builderForValue)
  
    public UpdateSessionEntityTypeRequest.Builder setSessionEntityType(SessionEntityType.Builder builderForValue)
   
   Required. The session entity type to update.
 Format:
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>
 or
 projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/environments/<EnvironmentID>/sessions/<SessionID>/entityTypes/<EntityTypeID>.
 If Environment ID is not specified, we assume default 'draft'
 environment.
 
 .google.cloud.dialogflow.cx.v3beta1.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
 
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final UpdateSessionEntityTypeRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  setUpdateMask(FieldMask value)
  
    public UpdateSessionEntityTypeRequest.Builder setUpdateMask(FieldMask value)
   
   The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 2;
setUpdateMask(FieldMask.Builder builderForValue)
  
    public UpdateSessionEntityTypeRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)
   
   The mask to control which fields get updated.
 .google.protobuf.FieldMask update_mask = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | builderForValue | Builder
 |