Interface UpdateSessionEntityTypeRequestOrBuilder

    • Method Detail

      • hasSessionEntityType

        boolean hasSessionEntityType()
         Required. The session entity type to update.
         
        .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the sessionEntityType field is set.
      • getSessionEntityType

        SessionEntityType getSessionEntityType()
         Required. The session entity type to update.
         
        .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The sessionEntityType.
      • getSessionEntityTypeOrBuilder

        SessionEntityTypeOrBuilder getSessionEntityTypeOrBuilder()
         Required. The session entity type to update.
         
        .google.cloud.dialogflow.v2.SessionEntityType session_entity_type = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         Optional. The mask to control which fields get updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Optional. The mask to control which fields get updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Optional. The mask to control which fields get updated.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];