Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractOpenApiSchema - Class in io.unitycatalog.client.model
Abstract class for oneOf,anyOf schemas defined in OpenAPI spec
AbstractOpenApiSchema(String, Boolean) - Constructor for class io.unitycatalog.client.model.AbstractOpenApiSchema
 
accessKeyId(String) - Method in class io.unitycatalog.client.model.AwsCredentials
 
add(List<Privilege>) - Method in class io.unitycatalog.client.model.PermissionsChange
 
addAddItem(Privilege) - Method in class io.unitycatalog.client.model.PermissionsChange
 
addCatalogsItem(CatalogInfo) - Method in class io.unitycatalog.client.model.ListCatalogsResponse
 
addChangesItem(PermissionsChange) - Method in class io.unitycatalog.client.model.UpdatePermissions
 
addColumnsItem(ColumnInfo) - Method in class io.unitycatalog.client.model.CreateTable
 
addColumnsItem(ColumnInfo) - Method in class io.unitycatalog.client.model.TableInfo
 
addDependenciesItem(Dependency) - Method in class io.unitycatalog.client.model.DependencyList
 
addFunctionsItem(FunctionInfo) - Method in class io.unitycatalog.client.model.ListFunctionsResponse
 
addModelVersionsItem(ModelVersionInfo) - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
 
addParametersItem(FunctionParameterInfo) - Method in class io.unitycatalog.client.model.FunctionParameterInfos
 
addPrivilegeAssignmentsItem(PrivilegeAssignment) - Method in class io.unitycatalog.client.model.PermissionsList
 
addPrivilegesItem(Privilege) - Method in class io.unitycatalog.client.model.PrivilegeAssignment
 
addRegisteredModelsItem(RegisteredModelInfo) - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
 
addRemoveItem(Privilege) - Method in class io.unitycatalog.client.model.PermissionsChange
 
addSchemasItem(SchemaInfo) - Method in class io.unitycatalog.client.model.ListSchemasResponse
 
addTablesItem(TableInfo) - Method in class io.unitycatalog.client.model.ListTablesResponse
 
addVolumesItem(VolumeInfo) - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
 
ApiClient - Class in io.unitycatalog.client
Configuration and utility class for API clients.
ApiClient() - Constructor for class io.unitycatalog.client.ApiClient
Create an instance of ApiClient.
ApiClient(HttpClient.Builder, ObjectMapper, String) - Constructor for class io.unitycatalog.client.ApiClient
Create an instance of ApiClient.
ApiException - Exception in io.unitycatalog.client
 
ApiException() - Constructor for exception io.unitycatalog.client.ApiException
 
ApiException(int, String) - Constructor for exception io.unitycatalog.client.ApiException
 
ApiException(int, String, HttpHeaders, String) - Constructor for exception io.unitycatalog.client.ApiException
 
ApiException(int, HttpHeaders, String) - Constructor for exception io.unitycatalog.client.ApiException
 
ApiException(String) - Constructor for exception io.unitycatalog.client.ApiException
 
ApiException(String, int, HttpHeaders, String) - Constructor for exception io.unitycatalog.client.ApiException
 
ApiException(String, Throwable, int, HttpHeaders) - Constructor for exception io.unitycatalog.client.ApiException
 
ApiException(String, Throwable, int, HttpHeaders, String) - Constructor for exception io.unitycatalog.client.ApiException
 
ApiException(Throwable) - Constructor for exception io.unitycatalog.client.ApiException
 
ApiResponse<T> - Class in io.unitycatalog.client
API response returned by API call.
ApiResponse(int, Map<String, List<String>>) - Constructor for class io.unitycatalog.client.ApiResponse
 
ApiResponse(int, Map<String, List<String>>, T) - Constructor for class io.unitycatalog.client.ApiResponse
 
ARRAY - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
AVRO - Enum constant in enum class io.unitycatalog.client.model.DataSourceFormat
 
AwsCredentials - Class in io.unitycatalog.client.model
AwsCredentials
AwsCredentials() - Constructor for class io.unitycatalog.client.model.AwsCredentials
 
awsTempCredentials(AwsCredentials) - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
azureUserDelegationSas(AzureUserDelegationSAS) - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
AzureUserDelegationSAS - Class in io.unitycatalog.client.model
AzureUserDelegationSAS
AzureUserDelegationSAS() - Constructor for class io.unitycatalog.client.model.AzureUserDelegationSAS
 

B

BINARY - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
BOOLEAN - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
BYTE - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 

C

CATALOG - Enum constant in enum class io.unitycatalog.client.model.SecurableType
 
CatalogInfo - Class in io.unitycatalog.client.model
CatalogInfo
CatalogInfo() - Constructor for class io.unitycatalog.client.model.CatalogInfo
 
catalogName(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
catalogName(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
catalogName(String) - Method in class io.unitycatalog.client.model.CreateRegisteredModel
 
catalogName(String) - Method in class io.unitycatalog.client.model.CreateSchema
 
catalogName(String) - Method in class io.unitycatalog.client.model.CreateTable
 
catalogName(String) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
catalogName(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
catalogName(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
catalogName(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
catalogName(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
catalogName(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
catalogName(String) - Method in class io.unitycatalog.client.model.TableInfo
 
catalogName(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
catalogs(List<CatalogInfo>) - Method in class io.unitycatalog.client.model.ListCatalogsResponse
 
CatalogsApi - Class in io.unitycatalog.client.api
 
CatalogsApi() - Constructor for class io.unitycatalog.client.api.CatalogsApi
 
CatalogsApi(ApiClient) - Constructor for class io.unitycatalog.client.api.CatalogsApi
 
changes(List<PermissionsChange>) - Method in class io.unitycatalog.client.model.UpdatePermissions
 
CHAR - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
clone() - Method in class io.unitycatalog.client.RFC3339DateFormat
 
COLUMN - Enum constant in enum class io.unitycatalog.client.model.FunctionParameterType
 
ColumnInfo - Class in io.unitycatalog.client.model
ColumnInfo
ColumnInfo() - Constructor for class io.unitycatalog.client.model.ColumnInfo
 
columns(List<ColumnInfo>) - Method in class io.unitycatalog.client.model.CreateTable
 
columns(List<ColumnInfo>) - Method in class io.unitycatalog.client.model.TableInfo
 
ColumnTypeName - Enum Class in io.unitycatalog.client.model
Name of type (INT, STRUCT, MAP, etc.).
comment(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
comment(String) - Method in class io.unitycatalog.client.model.ColumnInfo
 
comment(String) - Method in class io.unitycatalog.client.model.CreateCatalog
 
comment(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
comment(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
comment(String) - Method in class io.unitycatalog.client.model.CreateRegisteredModel
 
comment(String) - Method in class io.unitycatalog.client.model.CreateSchema
 
comment(String) - Method in class io.unitycatalog.client.model.CreateTable
 
comment(String) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
comment(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
comment(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
comment(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
comment(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
comment(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
comment(String) - Method in class io.unitycatalog.client.model.TableInfo
 
comment(String) - Method in class io.unitycatalog.client.model.UpdateCatalog
 
comment(String) - Method in class io.unitycatalog.client.model.UpdateModelVersion
 
comment(String) - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
 
comment(String) - Method in class io.unitycatalog.client.model.UpdateSchema
 
comment(String) - Method in class io.unitycatalog.client.model.UpdateVolumeRequestContent
 
comment(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
Configuration - Class in io.unitycatalog.client
 
Configuration() - Constructor for class io.unitycatalog.client.Configuration
 
CONTAINS_SQL - Enum constant in enum class io.unitycatalog.client.model.CreateFunction.SqlDataAccessEnum
 
CONTAINS_SQL - Enum constant in enum class io.unitycatalog.client.model.FunctionInfo.SqlDataAccessEnum
 
CREATE_CATALOG - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
CREATE_FUNCTION - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
CREATE_MODEL - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
CREATE_SCHEMA - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
CREATE_TABLE - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
CREATE_VOLUME - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
createCatalog(CreateCatalog) - Method in class io.unitycatalog.client.api.CatalogsApi
Create a catalog Creates a new catalog instance.
CreateCatalog - Class in io.unitycatalog.client.model
CreateCatalog
CreateCatalog() - Constructor for class io.unitycatalog.client.model.CreateCatalog
 
createCatalogWithHttpInfo(CreateCatalog) - Method in class io.unitycatalog.client.api.CatalogsApi
Create a catalog Creates a new catalog instance.
createdAt(Long) - Method in class io.unitycatalog.client.model.CatalogInfo
 
createdAt(Long) - Method in class io.unitycatalog.client.model.FunctionInfo
 
createdAt(Long) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
createdAt(Long) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
createdAt(Long) - Method in class io.unitycatalog.client.model.SchemaInfo
 
createdAt(Long) - Method in class io.unitycatalog.client.model.TableInfo
 
createdAt(Long) - Method in class io.unitycatalog.client.model.VolumeInfo
 
createdBy(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
createdBy(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
createdBy(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
createdBy(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
createdBy(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
createdBy(String) - Method in class io.unitycatalog.client.model.TableInfo
 
createdBy(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
createDefaultHttpClientBuilder() - Method in class io.unitycatalog.client.ApiClient
 
createDefaultObjectMapper() - Method in class io.unitycatalog.client.ApiClient
 
createFunction(CreateFunctionRequest) - Method in class io.unitycatalog.client.api.FunctionsApi
Create a function.
CreateFunction - Class in io.unitycatalog.client.model
CreateFunction
CreateFunction() - Constructor for class io.unitycatalog.client.model.CreateFunction
 
CreateFunction.ParameterStyleEnum - Enum Class in io.unitycatalog.client.model
Function parameter style.
CreateFunction.RoutineBodyEnum - Enum Class in io.unitycatalog.client.model
Function language.
CreateFunction.SecurityTypeEnum - Enum Class in io.unitycatalog.client.model
Function security type.
CreateFunction.SqlDataAccessEnum - Enum Class in io.unitycatalog.client.model
Function SQL data access.
CreateFunctionRequest - Class in io.unitycatalog.client.model
CreateFunctionRequest
CreateFunctionRequest() - Constructor for class io.unitycatalog.client.model.CreateFunctionRequest
 
createFunctionWithHttpInfo(CreateFunctionRequest) - Method in class io.unitycatalog.client.api.FunctionsApi
Create a function.
createModelVersion(CreateModelVersion) - Method in class io.unitycatalog.client.api.ModelVersionsApi
Create a model version.
CreateModelVersion - Class in io.unitycatalog.client.model
CreateModelVersion
CreateModelVersion() - Constructor for class io.unitycatalog.client.model.CreateModelVersion
 
createModelVersionWithHttpInfo(CreateModelVersion) - Method in class io.unitycatalog.client.api.ModelVersionsApi
Create a model version.
createRegisteredModel(CreateRegisteredModel) - Method in class io.unitycatalog.client.api.RegisteredModelsApi
Create a model.
CreateRegisteredModel - Class in io.unitycatalog.client.model
CreateRegisteredModel
CreateRegisteredModel() - Constructor for class io.unitycatalog.client.model.CreateRegisteredModel
 
createRegisteredModelWithHttpInfo(CreateRegisteredModel) - Method in class io.unitycatalog.client.api.RegisteredModelsApi
Create a model.
createSchema(CreateSchema) - Method in class io.unitycatalog.client.api.SchemasApi
Create a schema Creates a new schema in the specified catalog.
CreateSchema - Class in io.unitycatalog.client.model
CreateSchema
CreateSchema() - Constructor for class io.unitycatalog.client.model.CreateSchema
 
createSchemaWithHttpInfo(CreateSchema) - Method in class io.unitycatalog.client.api.SchemasApi
Create a schema Creates a new schema in the specified catalog.
createTable(CreateTable) - Method in class io.unitycatalog.client.api.TablesApi
Create a table.
CreateTable - Class in io.unitycatalog.client.model
CreateTable
CreateTable() - Constructor for class io.unitycatalog.client.model.CreateTable
 
createTableWithHttpInfo(CreateTable) - Method in class io.unitycatalog.client.api.TablesApi
Create a table.
createVolume(CreateVolumeRequestContent) - Method in class io.unitycatalog.client.api.VolumesApi
Create a Volume Creates a new volume.
CreateVolumeRequestContent - Class in io.unitycatalog.client.model
CreateVolumeRequestContent
CreateVolumeRequestContent() - Constructor for class io.unitycatalog.client.model.CreateVolumeRequestContent
 
createVolumeWithHttpInfo(CreateVolumeRequestContent) - Method in class io.unitycatalog.client.api.VolumesApi
Create a Volume Creates a new volume.
CSV - Enum constant in enum class io.unitycatalog.client.model.DataSourceFormat
 

D

dataSourceFormat(DataSourceFormat) - Method in class io.unitycatalog.client.model.CreateTable
 
dataSourceFormat(DataSourceFormat) - Method in class io.unitycatalog.client.model.TableInfo
 
DataSourceFormat - Enum Class in io.unitycatalog.client.model
Data source format
dataType(ColumnTypeName) - Method in class io.unitycatalog.client.model.CreateFunction
 
dataType(ColumnTypeName) - Method in class io.unitycatalog.client.model.FunctionInfo
 
DATE - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
DECIMAL - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
defaultValue - Variable in class io.unitycatalog.client.ServerVariable
 
DEFINER - Enum constant in enum class io.unitycatalog.client.model.CreateFunction.SecurityTypeEnum
 
DEFINER - Enum constant in enum class io.unitycatalog.client.model.FunctionInfo.SecurityTypeEnum
 
deleteCatalog(String, Boolean) - Method in class io.unitycatalog.client.api.CatalogsApi
Delete a catalog Deletes the catalog that matches the supplied name.
deleteCatalogWithHttpInfo(String, Boolean) - Method in class io.unitycatalog.client.api.CatalogsApi
Delete a catalog Deletes the catalog that matches the supplied name.
deleteFunction(String) - Method in class io.unitycatalog.client.api.FunctionsApi
Delete a function Deletes the function that matches the supplied name.
deleteFunctionWithHttpInfo(String) - Method in class io.unitycatalog.client.api.FunctionsApi
Delete a function Deletes the function that matches the supplied name.
deleteModelVersion(String, Long) - Method in class io.unitycatalog.client.api.ModelVersionsApi
Delete a model version Deletes the specified model version.
deleteModelVersionWithHttpInfo(String, Long) - Method in class io.unitycatalog.client.api.ModelVersionsApi
Delete a model version Deletes the specified model version.
deleteRegisteredModel(String, Boolean) - Method in class io.unitycatalog.client.api.RegisteredModelsApi
Delete a specified registered model.
deleteRegisteredModelWithHttpInfo(String, Boolean) - Method in class io.unitycatalog.client.api.RegisteredModelsApi
Delete a specified registered model.
deleteSchema(String, Boolean) - Method in class io.unitycatalog.client.api.SchemasApi
Delete a schema Deletes the specified schema from the parent catalog.
deleteSchemaWithHttpInfo(String, Boolean) - Method in class io.unitycatalog.client.api.SchemasApi
Delete a schema Deletes the specified schema from the parent catalog.
deleteTable(String) - Method in class io.unitycatalog.client.api.TablesApi
Delete a table Deletes a table from the specified parent catalog and schema.
deleteTableWithHttpInfo(String) - Method in class io.unitycatalog.client.api.TablesApi
Delete a table Deletes a table from the specified parent catalog and schema.
deleteVolume(String) - Method in class io.unitycatalog.client.api.VolumesApi
Delete a Volume Deletes a volume from the specified parent catalog and schema.
deleteVolumeWithHttpInfo(String) - Method in class io.unitycatalog.client.api.VolumesApi
Delete a Volume Deletes a volume from the specified parent catalog and schema.
DELTA - Enum constant in enum class io.unitycatalog.client.model.DataSourceFormat
 
dependencies(List<Dependency>) - Method in class io.unitycatalog.client.model.DependencyList
 
Dependency - Class in io.unitycatalog.client.model
A dependency of a SQL object.
Dependency() - Constructor for class io.unitycatalog.client.model.Dependency
 
DependencyList - Class in io.unitycatalog.client.model
A list of dependencies.
DependencyList() - Constructor for class io.unitycatalog.client.model.DependencyList
 
description - Variable in class io.unitycatalog.client.ServerConfiguration
 
description - Variable in class io.unitycatalog.client.ServerVariable
 
DOUBLE - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 

E

enumValues - Variable in class io.unitycatalog.client.ServerVariable
 
equals(Object) - Method in class io.unitycatalog.client.model.AbstractOpenApiSchema
 
equals(Object) - Method in class io.unitycatalog.client.model.AwsCredentials
Return true if this AwsCredentials object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.AzureUserDelegationSAS
Return true if this AzureUserDelegationSAS object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.CatalogInfo
Return true if this CatalogInfo object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.ColumnInfo
Return true if this ColumnInfo object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.CreateCatalog
Return true if this CreateCatalog object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.CreateFunction
Return true if this CreateFunction object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.CreateFunctionRequest
Return true if this CreateFunctionRequest object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.CreateModelVersion
Return true if this CreateModelVersion object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.CreateRegisteredModel
Return true if this CreateRegisteredModel object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.CreateSchema
Return true if this CreateSchema object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.CreateTable
Return true if this CreateTable object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
Return true if this CreateVolumeRequestContent object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.Dependency
Return true if this Dependency object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.DependencyList
Return true if this DependencyList object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.FinalizeModelVersion
Return true if this FinalizeModelVersion object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.FunctionDependency
Return true if this FunctionDependency object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.FunctionInfo
Return true if this FunctionInfo object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Return true if this FunctionParameterInfo object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.FunctionParameterInfos
Return true if this FunctionParameterInfos object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.GcpOauthToken
Return true if this GcpOauthToken object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
Return true if this GenerateTemporaryModelVersionCredential object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
Return true if this GenerateTemporaryPathCredential object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
Return true if this GenerateTemporaryTableCredential object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
Return true if this GenerateTemporaryVolumeCredential object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.ListCatalogsResponse
Return true if this ListCatalogsResponse object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.ListFunctionsResponse
Return true if this ListFunctionsResponse object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
Return true if this ListModelVersionsResponse object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
Return true if this ListRegisteredModelsResponse object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.ListSchemasResponse
Return true if this ListSchemasResponse object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.ListTablesResponse
Return true if this ListTablesResponse object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
Return true if this ListVolumesResponseContent object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.ModelVersionInfo
Return true if this ModelVersionInfo object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.PermissionsChange
Return true if this PermissionsChange object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.PermissionsList
Return true if this PermissionsList object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.PrivilegeAssignment
Return true if this PrivilegeAssignment object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
Return true if this RegisteredModelInfo object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.SchemaInfo
Return true if this SchemaInfo object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.TableDependency
Return true if this TableDependency object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.TableInfo
Return true if this TableInfo object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.TemporaryCredentials
Return true if this TemporaryCredentials object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.UpdateCatalog
Return true if this UpdateCatalog object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.UpdateModelVersion
Return true if this UpdateModelVersion object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.UpdatePermissions
Return true if this UpdatePermissions object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
Return true if this UpdateRegisteredModel object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.UpdateSchema
Return true if this UpdateSchema object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.UpdateVolumeRequestContent
Return true if this UpdateVolumeRequestContent object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.VolumeInfo
Return true if this VolumeInfo object is equal to o.
EXECUTE - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
expirationTime(Long) - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
EXTERNAL - Enum constant in enum class io.unitycatalog.client.model.CreateFunction.RoutineBodyEnum
 
EXTERNAL - Enum constant in enum class io.unitycatalog.client.model.FunctionInfo.RoutineBodyEnum
 
EXTERNAL - Enum constant in enum class io.unitycatalog.client.model.TableType
 
EXTERNAL - Enum constant in enum class io.unitycatalog.client.model.VolumeType
 
externalLanguage(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
externalLanguage(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 

F

FAILED_REGISTRATION - Enum constant in enum class io.unitycatalog.client.model.ModelVersionStatus
 
finalizeModelVersion(String, Long, FinalizeModelVersion) - Method in class io.unitycatalog.client.api.ModelVersionsApi
Finalize a model version Finalizes the status of the specified model version.
FinalizeModelVersion - Class in io.unitycatalog.client.model
FinalizeModelVersion
FinalizeModelVersion() - Constructor for class io.unitycatalog.client.model.FinalizeModelVersion
 
finalizeModelVersionWithHttpInfo(String, Long, FinalizeModelVersion) - Method in class io.unitycatalog.client.api.ModelVersionsApi
Finalize a model version Finalizes the status of the specified model version.
FLOAT - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
format(Date, StringBuffer, FieldPosition) - Method in class io.unitycatalog.client.RFC3339DateFormat
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.ColumnTypeName
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.CreateFunction.ParameterStyleEnum
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.CreateFunction.RoutineBodyEnum
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.CreateFunction.SecurityTypeEnum
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.CreateFunction.SqlDataAccessEnum
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.DataSourceFormat
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.FunctionInfo.ParameterStyleEnum
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.FunctionInfo.RoutineBodyEnum
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.FunctionInfo.SecurityTypeEnum
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.FunctionInfo.SqlDataAccessEnum
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.FunctionParameterMode
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.FunctionParameterType
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.ModelVersionOperation
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.ModelVersionStatus
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.PathOperation
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.PrincipalType
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.Privilege
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.SecurableType
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.TableOperation
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.TableType
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.VolumeOperation
 
fromValue(String) - Static method in enum class io.unitycatalog.client.model.VolumeType
 
fullDataType(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
fullDataType(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
fullName(String) - Method in class io.unitycatalog.client.model.FinalizeModelVersion
 
fullName(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
fullName(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
fullName(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
fullName(String) - Method in class io.unitycatalog.client.model.UpdateModelVersion
 
fullName(String) - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
 
fullName(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
function(FunctionDependency) - Method in class io.unitycatalog.client.model.Dependency
 
FUNCTION - Enum constant in enum class io.unitycatalog.client.model.SecurableType
 
FunctionDependency - Class in io.unitycatalog.client.model
A function that is dependent on a SQL object.
FunctionDependency() - Constructor for class io.unitycatalog.client.model.FunctionDependency
 
functionFullName(String) - Method in class io.unitycatalog.client.model.FunctionDependency
 
functionId(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
functionInfo(CreateFunction) - Method in class io.unitycatalog.client.model.CreateFunctionRequest
 
FunctionInfo - Class in io.unitycatalog.client.model
FunctionInfo
FunctionInfo() - Constructor for class io.unitycatalog.client.model.FunctionInfo
 
FunctionInfo.ParameterStyleEnum - Enum Class in io.unitycatalog.client.model
Function parameter style.
FunctionInfo.RoutineBodyEnum - Enum Class in io.unitycatalog.client.model
Function language.
FunctionInfo.SecurityTypeEnum - Enum Class in io.unitycatalog.client.model
Function security type.
FunctionInfo.SqlDataAccessEnum - Enum Class in io.unitycatalog.client.model
Function SQL data access.
FunctionParameterInfo - Class in io.unitycatalog.client.model
FunctionParameterInfo
FunctionParameterInfo() - Constructor for class io.unitycatalog.client.model.FunctionParameterInfo
 
FunctionParameterInfos - Class in io.unitycatalog.client.model
FunctionParameterInfos
FunctionParameterInfos() - Constructor for class io.unitycatalog.client.model.FunctionParameterInfos
 
FunctionParameterMode - Enum Class in io.unitycatalog.client.model
The mode of the function parameter.
FunctionParameterType - Enum Class in io.unitycatalog.client.model
The type of function parameter.
functions(List<FunctionInfo>) - Method in class io.unitycatalog.client.model.ListFunctionsResponse
 
FunctionsApi - Class in io.unitycatalog.client.api
 
FunctionsApi() - Constructor for class io.unitycatalog.client.api.FunctionsApi
 
FunctionsApi(ApiClient) - Constructor for class io.unitycatalog.client.api.FunctionsApi
 

G

gcpOauthToken(GcpOauthToken) - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
GcpOauthToken - Class in io.unitycatalog.client.model
GcpOauthToken
GcpOauthToken() - Constructor for class io.unitycatalog.client.model.GcpOauthToken
 
GenerateTemporaryModelVersionCredential - Class in io.unitycatalog.client.model
GenerateTemporaryModelVersionCredential
GenerateTemporaryModelVersionCredential() - Constructor for class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
generateTemporaryModelVersionCredentials(GenerateTemporaryModelVersionCredential) - Method in class io.unitycatalog.client.api.TemporaryCredentialsApi
Generate temporary model version credentials.
generateTemporaryModelVersionCredentialsWithHttpInfo(GenerateTemporaryModelVersionCredential) - Method in class io.unitycatalog.client.api.TemporaryCredentialsApi
Generate temporary model version credentials.
GenerateTemporaryPathCredential - Class in io.unitycatalog.client.model
GenerateTemporaryPathCredential
GenerateTemporaryPathCredential() - Constructor for class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
generateTemporaryPathCredentials(GenerateTemporaryPathCredential) - Method in class io.unitycatalog.client.api.TemporaryCredentialsApi
Generate temporary path credentials.
generateTemporaryPathCredentialsWithHttpInfo(GenerateTemporaryPathCredential) - Method in class io.unitycatalog.client.api.TemporaryCredentialsApi
Generate temporary path credentials.
GenerateTemporaryTableCredential - Class in io.unitycatalog.client.model
GenerateTemporaryTableCredential
GenerateTemporaryTableCredential() - Constructor for class io.unitycatalog.client.model.GenerateTemporaryTableCredential
 
generateTemporaryTableCredentials(GenerateTemporaryTableCredential) - Method in class io.unitycatalog.client.api.TemporaryCredentialsApi
Generate temporary table credentials.
generateTemporaryTableCredentialsWithHttpInfo(GenerateTemporaryTableCredential) - Method in class io.unitycatalog.client.api.TemporaryCredentialsApi
Generate temporary table credentials.
GenerateTemporaryVolumeCredential - Class in io.unitycatalog.client.model
GenerateTemporaryVolumeCredential
GenerateTemporaryVolumeCredential() - Constructor for class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
 
generateTemporaryVolumeCredentials(GenerateTemporaryVolumeCredential) - Method in class io.unitycatalog.client.api.TemporaryCredentialsApi
Generate temporary volume credentials.
generateTemporaryVolumeCredentialsWithHttpInfo(GenerateTemporaryVolumeCredential) - Method in class io.unitycatalog.client.api.TemporaryCredentialsApi
Generate temporary volume credentials.
get(SecurableType, String, String) - Method in class io.unitycatalog.client.api.GrantsApi
Get permissions Gets the permissions for a securable.
getAccessKeyId() - Method in class io.unitycatalog.client.model.AwsCredentials
The access key ID that identifies the temporary credentials.
getActualInstance() - Method in class io.unitycatalog.client.model.AbstractOpenApiSchema
Get the actual instance
getActualInstanceRecursively() - Method in class io.unitycatalog.client.model.AbstractOpenApiSchema
Get the instant recursively when the schemas defined in oneOf/anyof happen to be oneOf/anyOf schema as well
getAdd() - Method in class io.unitycatalog.client.model.PermissionsChange
The set of privileges to add.
getApiException(String, HttpResponse<InputStream>) - Method in class io.unitycatalog.client.api.CatalogsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class io.unitycatalog.client.api.FunctionsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class io.unitycatalog.client.api.GrantsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class io.unitycatalog.client.api.ModelVersionsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class io.unitycatalog.client.api.RegisteredModelsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class io.unitycatalog.client.api.SchemasApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class io.unitycatalog.client.api.TablesApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class io.unitycatalog.client.api.TemporaryCredentialsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class io.unitycatalog.client.api.VolumesApi
 
getAsyncResponseInterceptor() - Method in class io.unitycatalog.client.ApiClient
Get the custom async response interceptor.
getAwsTempCredentials() - Method in class io.unitycatalog.client.model.TemporaryCredentials
Get awsTempCredentials
getAzureUserDelegationSas() - Method in class io.unitycatalog.client.model.TemporaryCredentials
Get azureUserDelegationSas
getBaseUri() - Method in class io.unitycatalog.client.ApiClient
Get the base URI to resolve the endpoint paths against.
getCatalog(String) - Method in class io.unitycatalog.client.api.CatalogsApi
Get a catalog Gets the specified catalog.
getCatalogName() - Method in class io.unitycatalog.client.model.CreateFunction
Name of parent catalog.
getCatalogName() - Method in class io.unitycatalog.client.model.CreateModelVersion
Name of parent catalog.
getCatalogName() - Method in class io.unitycatalog.client.model.CreateRegisteredModel
Name of parent catalog.
getCatalogName() - Method in class io.unitycatalog.client.model.CreateSchema
Name of parent catalog.
getCatalogName() - Method in class io.unitycatalog.client.model.CreateTable
Name of parent catalog.
getCatalogName() - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
The name of the catalog where the schema and the volume are
getCatalogName() - Method in class io.unitycatalog.client.model.FunctionInfo
Name of parent catalog.
getCatalogName() - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
Catalog name for which temporary credentials are generated.
getCatalogName() - Method in class io.unitycatalog.client.model.ModelVersionInfo
The name of the catalog containing the model version
getCatalogName() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
The name of the catalog where the schema and the registered model reside
getCatalogName() - Method in class io.unitycatalog.client.model.SchemaInfo
Name of parent catalog.
getCatalogName() - Method in class io.unitycatalog.client.model.TableInfo
Name of parent catalog.
getCatalogName() - Method in class io.unitycatalog.client.model.VolumeInfo
The name of the catalog where the schema and the volume are
getCatalogs() - Method in class io.unitycatalog.client.model.ListCatalogsResponse
An array of catalog information objects.
getCatalogWithHttpInfo(String) - Method in class io.unitycatalog.client.api.CatalogsApi
Get a catalog Gets the specified catalog.
getChanges() - Method in class io.unitycatalog.client.model.UpdatePermissions
Array of permissions change objects.
getClassForElement(JsonNode, Class<?>) - Static method in class io.unitycatalog.client.JSON
Returns the target model class that should be used to deserialize the input data.
getCode() - Method in exception io.unitycatalog.client.ApiException
Get the HTTP status code.
getColumns() - Method in class io.unitycatalog.client.model.CreateTable
The array of __ColumnInfo__ definitions of the table's columns.
getColumns() - Method in class io.unitycatalog.client.model.TableInfo
The array of __ColumnInfo__ definitions of the table's columns.
getComment() - Method in class io.unitycatalog.client.model.CatalogInfo
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.ColumnInfo
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.CreateCatalog
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.CreateFunction
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.CreateModelVersion
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.CreateRegisteredModel
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.CreateSchema
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.CreateTable
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
The comment attached to the volume
getComment() - Method in class io.unitycatalog.client.model.FunctionInfo
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.ModelVersionInfo
The comment attached to the model version
getComment() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
The comment attached to the registered model
getComment() - Method in class io.unitycatalog.client.model.SchemaInfo
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.TableInfo
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.UpdateCatalog
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.UpdateModelVersion
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.UpdateSchema
User-provided free-form text description.
getComment() - Method in class io.unitycatalog.client.model.UpdateVolumeRequestContent
The comment attached to the volume
getComment() - Method in class io.unitycatalog.client.model.VolumeInfo
The comment attached to the volume
getConnectTimeout() - Method in class io.unitycatalog.client.ApiClient
Get connection timeout (in milliseconds).
getCreatedAt() - Method in class io.unitycatalog.client.model.CatalogInfo
Time at which this catalog was created, in epoch milliseconds.
getCreatedAt() - Method in class io.unitycatalog.client.model.FunctionInfo
Time at which this function was created, in epoch milliseconds.
getCreatedAt() - Method in class io.unitycatalog.client.model.ModelVersionInfo
Time at which this model version was created, in epoch milliseconds.
getCreatedAt() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
Creation timestamp of the registered model in milliseconds since the Unix epoch
getCreatedAt() - Method in class io.unitycatalog.client.model.SchemaInfo
Time at which this schema was created, in epoch milliseconds.
getCreatedAt() - Method in class io.unitycatalog.client.model.TableInfo
Time at which this table was created, in epoch milliseconds.
getCreatedAt() - Method in class io.unitycatalog.client.model.VolumeInfo
Time at which this volume was created, in epoch milliseconds.
getCreatedBy() - Method in class io.unitycatalog.client.model.CatalogInfo
Username of catalog creator.
getCreatedBy() - Method in class io.unitycatalog.client.model.FunctionInfo
Username of function creator.
getCreatedBy() - Method in class io.unitycatalog.client.model.ModelVersionInfo
The identifier of the user who created the model version
getCreatedBy() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
The identifier of the user who created the registered model
getCreatedBy() - Method in class io.unitycatalog.client.model.SchemaInfo
Username of schema creator.
getCreatedBy() - Method in class io.unitycatalog.client.model.TableInfo
Username of table creator.
getCreatedBy() - Method in class io.unitycatalog.client.model.VolumeInfo
TThe identifier of the user who created the volume
getData() - Method in class io.unitycatalog.client.ApiResponse
 
getDataSourceFormat() - Method in class io.unitycatalog.client.model.CreateTable
Get dataSourceFormat
getDataSourceFormat() - Method in class io.unitycatalog.client.model.TableInfo
Get dataSourceFormat
getDataType() - Method in class io.unitycatalog.client.model.CreateFunction
Get dataType
getDataType() - Method in class io.unitycatalog.client.model.FunctionInfo
Get dataType
getDefault() - Static method in class io.unitycatalog.client.JSON
Get the default JSON instance.
getDefaultApiClient() - Static method in class io.unitycatalog.client.Configuration
Get the default API client, which would be used when creating API instances without providing an API client.
getDefaultBaseUri() - Method in class io.unitycatalog.client.ApiClient
 
getDependencies() - Method in class io.unitycatalog.client.model.DependencyList
Array of dependencies.
getExpirationTime() - Method in class io.unitycatalog.client.model.TemporaryCredentials
Server time when the credential will expire, in epoch milliseconds.
getExternalLanguage() - Method in class io.unitycatalog.client.model.CreateFunction
External language of the function.
getExternalLanguage() - Method in class io.unitycatalog.client.model.FunctionInfo
External language of the function.
getFullDataType() - Method in class io.unitycatalog.client.model.CreateFunction
Pretty printed function data type.
getFullDataType() - Method in class io.unitycatalog.client.model.FunctionInfo
Pretty printed function data type.
getFullName() - Method in class io.unitycatalog.client.model.FinalizeModelVersion
The full name of the registered model to finalize.
getFullName() - Method in class io.unitycatalog.client.model.FunctionInfo
Full name of function, in form of __catalog_name__.__schema_name__.__function__name__
getFullName() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
The three-level (fully qualified) name of the registered model
getFullName() - Method in class io.unitycatalog.client.model.SchemaInfo
Full name of schema, in form of __catalog_name__.__schema_name__.
getFullName() - Method in class io.unitycatalog.client.model.UpdateModelVersion
The full name of the registered model to update.
getFullName() - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
The full name of the registered model to update.
getFullName() - Method in class io.unitycatalog.client.model.VolumeInfo
Full name of volume, in form of __catalog_name__.__schema_name__.__volume_name__.
getFunction() - Method in class io.unitycatalog.client.model.Dependency
Get function
getFunction(String) - Method in class io.unitycatalog.client.api.FunctionsApi
Get a function Gets a function from within a parent catalog and schema.
getFunctionFullName() - Method in class io.unitycatalog.client.model.FunctionDependency
Full name of the dependent function, in the form of __catalog_name__.__schema_name__.__function_name__.
getFunctionId() - Method in class io.unitycatalog.client.model.FunctionInfo
Id of Function, relative to parent schema.
getFunctionInfo() - Method in class io.unitycatalog.client.model.CreateFunctionRequest
Get functionInfo
getFunctions() - Method in class io.unitycatalog.client.model.ListFunctionsResponse
An array of function information objects.
getFunctionWithHttpInfo(String) - Method in class io.unitycatalog.client.api.FunctionsApi
Get a function Gets a function from within a parent catalog and schema.
getGcpOauthToken() - Method in class io.unitycatalog.client.model.TemporaryCredentials
Get gcpOauthToken
getHeaders() - Method in class io.unitycatalog.client.ApiResponse
 
getHttpClient() - Method in class io.unitycatalog.client.ApiClient
Get an HttpClient based on the current HttpClient.Builder.
getId() - Method in class io.unitycatalog.client.model.CatalogInfo
Unique identifier for the catalog.
getId() - Method in class io.unitycatalog.client.model.ModelVersionInfo
Unique identifier for the model version.
getId() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
Unique identifier for the registered model.
getInputParams() - Method in class io.unitycatalog.client.model.CreateFunction
Get inputParams
getInputParams() - Method in class io.unitycatalog.client.model.FunctionInfo
Get inputParams
getIsDeterministic() - Method in class io.unitycatalog.client.model.CreateFunction
Whether the function is deterministic.
getIsDeterministic() - Method in class io.unitycatalog.client.model.FunctionInfo
Whether the function is deterministic.
getIsNullCall() - Method in class io.unitycatalog.client.model.CreateFunction
Function null call.
getIsNullCall() - Method in class io.unitycatalog.client.model.FunctionInfo
Function null call.
getMapper() - Method in class io.unitycatalog.client.JSON
Get the object mapper
getModelName() - Method in class io.unitycatalog.client.model.CreateModelVersion
Name of registered model, relative to parent schema.
getModelName() - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
Model name for which temporary credentials are generated.
getModelName() - Method in class io.unitycatalog.client.model.ModelVersionInfo
The name of the parent registered model of the model version, relative to parent schema
getModelVersion(String, Long) - Method in class io.unitycatalog.client.api.ModelVersionsApi
Get a model version Gets a specific model version for a specific model.
getModelVersions() - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
An array of model version information objects.
getModelVersionWithHttpInfo(String, Long) - Method in class io.unitycatalog.client.api.ModelVersionsApi
Get a model version Gets a specific model version for a specific model.
getName() - Method in class io.unitycatalog.client.model.CatalogInfo
Name of catalog.
getName() - Method in class io.unitycatalog.client.model.ColumnInfo
Name of Column.
getName() - Method in class io.unitycatalog.client.model.CreateCatalog
Name of catalog.
getName() - Method in class io.unitycatalog.client.model.CreateFunction
Name of function, relative to parent schema.
getName() - Method in class io.unitycatalog.client.model.CreateRegisteredModel
Name of model, relative to parent schema.
getName() - Method in class io.unitycatalog.client.model.CreateSchema
Name of schema, relative to parent catalog.
getName() - Method in class io.unitycatalog.client.model.CreateTable
Name of table, relative to parent schema.
getName() - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
The name of the volume
getName() - Method in class io.unitycatalog.client.model.FunctionInfo
Name of function, relative to parent schema.
getName() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Name of parameter.
getName() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
The name of the registered model
getName() - Method in class io.unitycatalog.client.model.SchemaInfo
Name of schema, relative to parent catalog.
getName() - Method in class io.unitycatalog.client.model.TableInfo
Name of table, relative to parent schema.
getName() - Method in class io.unitycatalog.client.model.VolumeInfo
The name of the volume
getName() - Method in class io.unitycatalog.client.Pair
 
getNewName() - Method in class io.unitycatalog.client.model.UpdateCatalog
New name for the catalog.
getNewName() - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
New name for the model.
getNewName() - Method in class io.unitycatalog.client.model.UpdateSchema
New name for the schema.
getNewName() - Method in class io.unitycatalog.client.model.UpdateVolumeRequestContent
New name for the volume.
getNextPageToken() - Method in class io.unitycatalog.client.model.ListCatalogsResponse
Opaque token to retrieve the next page of results.
getNextPageToken() - Method in class io.unitycatalog.client.model.ListFunctionsResponse
Opaque token to retrieve the next page of results.
getNextPageToken() - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
Opaque token to retrieve the next page of results.
getNextPageToken() - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
Opaque token to retrieve the next page of results.
getNextPageToken() - Method in class io.unitycatalog.client.model.ListSchemasResponse
Opaque token to retrieve the next page of results.
getNextPageToken() - Method in class io.unitycatalog.client.model.ListTablesResponse
Opaque token to retrieve the next page of results.
getNextPageToken() - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
Opaque token to retrieve the next page of results.
getNullable() - Method in class io.unitycatalog.client.model.ColumnInfo
Whether field may be Null.
getOauthToken() - Method in class io.unitycatalog.client.model.GcpOauthToken
Gcp Token
getObjectMapper() - Method in class io.unitycatalog.client.ApiClient
Get a copy of the current ObjectMapper.
getOperation() - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
Get operation
getOperation() - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
Get operation
getOperation() - Method in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
Get operation
getOperation() - Method in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
Get operation
getOwner() - Method in class io.unitycatalog.client.model.CatalogInfo
Username of current owner of catalog.
getOwner() - Method in class io.unitycatalog.client.model.FunctionInfo
Username of current owner of function.
getOwner() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
The identifier of the user who owns the registered model
getOwner() - Method in class io.unitycatalog.client.model.SchemaInfo
Username of current owner of schema.
getOwner() - Method in class io.unitycatalog.client.model.TableInfo
Username of current owner of table.
getOwner() - Method in class io.unitycatalog.client.model.VolumeInfo
The identifier of the user who owns the volume
getParameterDefault() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Default value of the parameter.
getParameterMode() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Get parameterMode
getParameters() - Method in class io.unitycatalog.client.model.FunctionParameterInfos
The array of __FunctionParameterInfo__ definitions of the function's parameters.
getParameterStyle() - Method in class io.unitycatalog.client.model.CreateFunction
Function parameter style.
getParameterStyle() - Method in class io.unitycatalog.client.model.FunctionInfo
Function parameter style.
getParameterType() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Get parameterType
getPartitionIndex() - Method in class io.unitycatalog.client.model.ColumnInfo
Partition index for column.
getPosition() - Method in class io.unitycatalog.client.model.ColumnInfo
Ordinal position of column (starting at position 0).
getPosition() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Ordinal position of column (starting at position 0).
getPrincipal() - Method in class io.unitycatalog.client.model.PermissionsChange
The principal whose privileges we are changing.
getPrincipal() - Method in class io.unitycatalog.client.model.PrivilegeAssignment
The principal (user email address or group name).
getPrivilegeAssignments() - Method in class io.unitycatalog.client.model.PermissionsList
The privileges assigned to each principal.
getPrivileges() - Method in class io.unitycatalog.client.model.PrivilegeAssignment
The privileges assigned to the principal.
getProperties() - Method in class io.unitycatalog.client.model.CatalogInfo
A map of key-value properties attached to the securable.
getProperties() - Method in class io.unitycatalog.client.model.CreateCatalog
A map of key-value properties attached to the securable.
getProperties() - Method in class io.unitycatalog.client.model.CreateFunction
JSON-serialized key-value pair map, encoded (escaped) as a string.
getProperties() - Method in class io.unitycatalog.client.model.CreateSchema
A map of key-value properties attached to the securable.
getProperties() - Method in class io.unitycatalog.client.model.CreateTable
A map of key-value properties attached to the securable.
getProperties() - Method in class io.unitycatalog.client.model.FunctionInfo
JSON-serialized key-value pair map, encoded (escaped) as a string.
getProperties() - Method in class io.unitycatalog.client.model.SchemaInfo
A map of key-value properties attached to the securable.
getProperties() - Method in class io.unitycatalog.client.model.TableInfo
A map of key-value properties attached to the securable.
getProperties() - Method in class io.unitycatalog.client.model.UpdateCatalog
A map of key-value properties attached to the securable.
getProperties() - Method in class io.unitycatalog.client.model.UpdateSchema
A map of key-value properties attached to the securable.
getReadTimeout() - Method in class io.unitycatalog.client.ApiClient
Get the read timeout that was set.
getRegisteredModel(String) - Method in class io.unitycatalog.client.api.RegisteredModelsApi
Get a specified registered model Gets a fully specified registered model.
getRegisteredModels() - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
An array of model information objects.
getRegisteredModelWithHttpInfo(String) - Method in class io.unitycatalog.client.api.RegisteredModelsApi
Get a specified registered model Gets a fully specified registered model.
getRemove() - Method in class io.unitycatalog.client.model.PermissionsChange
The set of privileges to remove.
getRequestInterceptor() - Method in class io.unitycatalog.client.ApiClient
Get the custom interceptor.
getResponseBody() - Method in exception io.unitycatalog.client.ApiException
Get the HTTP response body.
getResponseHeaders() - Method in exception io.unitycatalog.client.ApiException
Get the HTTP response headers.
getResponseInterceptor() - Method in class io.unitycatalog.client.ApiClient
Get the custom response interceptor.
getReturnParams() - Method in class io.unitycatalog.client.model.CreateFunction
Get returnParams
getReturnParams() - Method in class io.unitycatalog.client.model.FunctionInfo
Get returnParams
getRoutineBody() - Method in class io.unitycatalog.client.model.CreateFunction
Function language.
getRoutineBody() - Method in class io.unitycatalog.client.model.FunctionInfo
Function language.
getRoutineDefinition() - Method in class io.unitycatalog.client.model.CreateFunction
Function body.
getRoutineDefinition() - Method in class io.unitycatalog.client.model.FunctionInfo
Function body.
getRoutineDependencies() - Method in class io.unitycatalog.client.model.CreateFunction
Get routineDependencies
getRoutineDependencies() - Method in class io.unitycatalog.client.model.FunctionInfo
Get routineDependencies
getRunId() - Method in class io.unitycatalog.client.model.CreateModelVersion
The run id used by the ML package that generated the model.
getRunId() - Method in class io.unitycatalog.client.model.ModelVersionInfo
The run id used by the ML package that generated the model.
getSasToken() - Method in class io.unitycatalog.client.model.AzureUserDelegationSAS
Azure SAS Token
getSchema(String) - Method in class io.unitycatalog.client.api.SchemasApi
Get a schema Gets the specified schema for a catalog.
getSchemaId() - Method in class io.unitycatalog.client.model.SchemaInfo
Unique identifier for the schema.
getSchemaName() - Method in class io.unitycatalog.client.model.CreateFunction
Name of parent schema relative to its parent catalog.
getSchemaName() - Method in class io.unitycatalog.client.model.CreateModelVersion
Name of parent schema relative to its parent catalog.
getSchemaName() - Method in class io.unitycatalog.client.model.CreateRegisteredModel
Name of parent schema relative to its parent catalog.
getSchemaName() - Method in class io.unitycatalog.client.model.CreateTable
Name of parent schema relative to its parent catalog.
getSchemaName() - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
The name of the schema where the volume is
getSchemaName() - Method in class io.unitycatalog.client.model.FunctionInfo
Name of parent schema relative to its parent catalog.
getSchemaName() - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
Schema name for which temporary credentials are generated.
getSchemaName() - Method in class io.unitycatalog.client.model.ModelVersionInfo
The name of the schema containing the model version, relative to parent catalog
getSchemaName() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
The name of the schema where the registered model resides
getSchemaName() - Method in class io.unitycatalog.client.model.TableInfo
Name of parent schema relative to its parent catalog.
getSchemaName() - Method in class io.unitycatalog.client.model.VolumeInfo
The name of the schema where the volume is
getSchemas() - Method in class io.unitycatalog.client.model.AbstractOpenApiSchema
Get the list of oneOf/anyOf composed schemas allowed to be stored in this object
getSchemas() - Method in class io.unitycatalog.client.model.ListSchemasResponse
An array of schema information objects.
getSchemaType() - Method in class io.unitycatalog.client.model.AbstractOpenApiSchema
Get the schema type (e.g.
getSchemaWithHttpInfo(String) - Method in class io.unitycatalog.client.api.SchemasApi
Get a schema Gets the specified schema for a catalog.
getSecretAccessKey() - Method in class io.unitycatalog.client.model.AwsCredentials
The secret access key that can be used to sign AWS API requests.
getSecurityType() - Method in class io.unitycatalog.client.model.CreateFunction
Function security type.
getSecurityType() - Method in class io.unitycatalog.client.model.FunctionInfo
Function security type.
getSessionToken() - Method in class io.unitycatalog.client.model.AwsCredentials
The token that users must pass to AWS API to use the temporary credentials.
getSource() - Method in class io.unitycatalog.client.model.CreateModelVersion
URI indicating the location of the source model artifacts.
getSource() - Method in class io.unitycatalog.client.model.ModelVersionInfo
URI indicating the location of the source artifacts (files) for the model version
getSpecificName() - Method in class io.unitycatalog.client.model.CreateFunction
Specific name of the function; Reserved for future use.
getSpecificName() - Method in class io.unitycatalog.client.model.FunctionInfo
Specific name of the function; Reserved for future use.
getSqlDataAccess() - Method in class io.unitycatalog.client.model.CreateFunction
Function SQL data access.
getSqlDataAccess() - Method in class io.unitycatalog.client.model.FunctionInfo
Function SQL data access.
getStatus() - Method in class io.unitycatalog.client.model.ModelVersionInfo
Get status
getStatusCode() - Method in class io.unitycatalog.client.ApiResponse
 
getStorageLocation() - Method in class io.unitycatalog.client.model.CreateTable
Storage root URL for external table
getStorageLocation() - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
The storage location of the volume
getStorageLocation() - Method in class io.unitycatalog.client.model.ModelVersionInfo
The storage location on the cloud under which model version data files are stored
getStorageLocation() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
The storage location on the cloud under which model version data files are stored
getStorageLocation() - Method in class io.unitycatalog.client.model.TableInfo
Storage root URL for table (for **MANAGED**, **EXTERNAL** tables)
getStorageLocation() - Method in class io.unitycatalog.client.model.VolumeInfo
The storage location of the volume
getTable() - Method in class io.unitycatalog.client.model.Dependency
Get table
getTable(String) - Method in class io.unitycatalog.client.api.TablesApi
Get a table Gets a table for a specific catalog and schema.
getTableFullName() - Method in class io.unitycatalog.client.model.TableDependency
Full name of the dependent table, in the form of __catalog_name__.__schema_name__.__table_name__.
getTableId() - Method in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
Table id for which temporary credentials are generated.
getTableId() - Method in class io.unitycatalog.client.model.TableInfo
Unique identifier for the table.
getTables() - Method in class io.unitycatalog.client.model.ListTablesResponse
An array of table information objects.
getTableType() - Method in class io.unitycatalog.client.model.CreateTable
Get tableType
getTableType() - Method in class io.unitycatalog.client.model.TableInfo
Get tableType
getTableWithHttpInfo(String) - Method in class io.unitycatalog.client.api.TablesApi
Get a table Gets a table for a specific catalog and schema.
getTypeIntervalType() - Method in class io.unitycatalog.client.model.ColumnInfo
Format of IntervalType.
getTypeIntervalType() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Format of IntervalType.
getTypeJson() - Method in class io.unitycatalog.client.model.ColumnInfo
Full data type specification, JSON-serialized.
getTypeJson() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Full data type spec, JSON-serialized.
getTypeName() - Method in class io.unitycatalog.client.model.ColumnInfo
Get typeName
getTypeName() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Get typeName
getTypePrecision() - Method in class io.unitycatalog.client.model.ColumnInfo
Digits of precision; required for DecimalTypes.
getTypePrecision() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Digits of precision; required on Create for DecimalTypes.
getTypeScale() - Method in class io.unitycatalog.client.model.ColumnInfo
Digits to right of decimal; Required for DecimalTypes.
getTypeScale() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Digits to right of decimal; Required on Create for DecimalTypes.
getTypeText() - Method in class io.unitycatalog.client.model.ColumnInfo
Full data type specification as SQL/catalogString text.
getTypeText() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Full data type spec, SQL/catalogString text.
getUpdatedAt() - Method in class io.unitycatalog.client.model.CatalogInfo
Time at which this catalog was last modified, in epoch milliseconds.
getUpdatedAt() - Method in class io.unitycatalog.client.model.FunctionInfo
Time at which this function was last updated, in epoch milliseconds.
getUpdatedAt() - Method in class io.unitycatalog.client.model.ModelVersionInfo
Time at which this model version was last modified, in epoch milliseconds.
getUpdatedAt() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
Last-update timestamp of the registered model in milliseconds since the Unix epoch
getUpdatedAt() - Method in class io.unitycatalog.client.model.SchemaInfo
Time at which this schema was last modified, in epoch milliseconds.
getUpdatedAt() - Method in class io.unitycatalog.client.model.TableInfo
Time at which this table was last modified, in epoch milliseconds.
getUpdatedAt() - Method in class io.unitycatalog.client.model.VolumeInfo
Time at which this volume was last modified, in epoch milliseconds.
getUpdatedBy() - Method in class io.unitycatalog.client.model.CatalogInfo
Username of user who last modified catalog.
getUpdatedBy() - Method in class io.unitycatalog.client.model.FunctionInfo
Username of user who last modified function.
getUpdatedBy() - Method in class io.unitycatalog.client.model.ModelVersionInfo
The identifier of the user who updated the model version last time
getUpdatedBy() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
The identifier of the user who updated the registered model last time
getUpdatedBy() - Method in class io.unitycatalog.client.model.SchemaInfo
Username of user who last modified schema.
getUpdatedBy() - Method in class io.unitycatalog.client.model.TableInfo
Username of user who last modified the table.
getUpdatedBy() - Method in class io.unitycatalog.client.model.VolumeInfo
The identifier of the user who updated the volume last time
getUrl() - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
The URL of the storage path for which temporary credentials need to be generated.
getValue() - Method in enum class io.unitycatalog.client.model.ColumnTypeName
 
getValue() - Method in enum class io.unitycatalog.client.model.CreateFunction.ParameterStyleEnum
 
getValue() - Method in enum class io.unitycatalog.client.model.CreateFunction.RoutineBodyEnum
 
getValue() - Method in enum class io.unitycatalog.client.model.CreateFunction.SecurityTypeEnum
 
getValue() - Method in enum class io.unitycatalog.client.model.CreateFunction.SqlDataAccessEnum
 
getValue() - Method in enum class io.unitycatalog.client.model.DataSourceFormat
 
getValue() - Method in enum class io.unitycatalog.client.model.FunctionInfo.ParameterStyleEnum
 
getValue() - Method in enum class io.unitycatalog.client.model.FunctionInfo.RoutineBodyEnum
 
getValue() - Method in enum class io.unitycatalog.client.model.FunctionInfo.SecurityTypeEnum
 
getValue() - Method in enum class io.unitycatalog.client.model.FunctionInfo.SqlDataAccessEnum
 
getValue() - Method in enum class io.unitycatalog.client.model.FunctionParameterMode
 
getValue() - Method in enum class io.unitycatalog.client.model.FunctionParameterType
 
getValue() - Method in enum class io.unitycatalog.client.model.ModelVersionOperation
 
getValue() - Method in enum class io.unitycatalog.client.model.ModelVersionStatus
 
getValue() - Method in enum class io.unitycatalog.client.model.PathOperation
 
getValue() - Method in enum class io.unitycatalog.client.model.PrincipalType
 
getValue() - Method in enum class io.unitycatalog.client.model.Privilege
 
getValue() - Method in enum class io.unitycatalog.client.model.SecurableType
 
getValue() - Method in enum class io.unitycatalog.client.model.TableOperation
 
getValue() - Method in enum class io.unitycatalog.client.model.TableType
 
getValue() - Method in enum class io.unitycatalog.client.model.VolumeOperation
 
getValue() - Method in enum class io.unitycatalog.client.model.VolumeType
 
getValue() - Method in class io.unitycatalog.client.Pair
 
getVersion() - Method in class io.unitycatalog.client.model.FinalizeModelVersion
Version number of the version to finalize.
getVersion() - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
Model version for which temporary credentials are generated.
getVersion() - Method in class io.unitycatalog.client.model.ModelVersionInfo
Integer model version number, used to reference the model version in API requests.
getVersion() - Method in class io.unitycatalog.client.model.UpdateModelVersion
Version number of the version to update.
getVolume(String) - Method in class io.unitycatalog.client.api.VolumesApi
Get a Volume Gets a volume for a specific catalog and schema.
getVolumeId() - Method in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
Volume id for which temporary credentials are generated.
getVolumeId() - Method in class io.unitycatalog.client.model.VolumeInfo
Unique identifier of the volume
getVolumes() - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
Get volumes
getVolumeType() - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
Get volumeType
getVolumeType() - Method in class io.unitycatalog.client.model.VolumeInfo
Get volumeType
getVolumeWithHttpInfo(String) - Method in class io.unitycatalog.client.api.VolumesApi
Get a Volume Gets a volume for a specific catalog and schema.
getWithHttpInfo(SecurableType, String, String) - Method in class io.unitycatalog.client.api.GrantsApi
Get permissions Gets the permissions for a securable.
GrantsApi - Class in io.unitycatalog.client.api
 
GrantsApi() - Constructor for class io.unitycatalog.client.api.GrantsApi
 
GrantsApi(ApiClient) - Constructor for class io.unitycatalog.client.api.GrantsApi
 
GROUP - Enum constant in enum class io.unitycatalog.client.model.PrincipalType
 

H

hashCode() - Method in class io.unitycatalog.client.model.AbstractOpenApiSchema
 
hashCode() - Method in class io.unitycatalog.client.model.AwsCredentials
 
hashCode() - Method in class io.unitycatalog.client.model.AzureUserDelegationSAS
 
hashCode() - Method in class io.unitycatalog.client.model.CatalogInfo
 
hashCode() - Method in class io.unitycatalog.client.model.ColumnInfo
 
hashCode() - Method in class io.unitycatalog.client.model.CreateCatalog
 
hashCode() - Method in class io.unitycatalog.client.model.CreateFunction
 
hashCode() - Method in class io.unitycatalog.client.model.CreateFunctionRequest
 
hashCode() - Method in class io.unitycatalog.client.model.CreateModelVersion
 
hashCode() - Method in class io.unitycatalog.client.model.CreateRegisteredModel
 
hashCode() - Method in class io.unitycatalog.client.model.CreateSchema
 
hashCode() - Method in class io.unitycatalog.client.model.CreateTable
 
hashCode() - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
hashCode() - Method in class io.unitycatalog.client.model.Dependency
 
hashCode() - Method in class io.unitycatalog.client.model.DependencyList
 
hashCode() - Method in class io.unitycatalog.client.model.FinalizeModelVersion
 
hashCode() - Method in class io.unitycatalog.client.model.FunctionDependency
 
hashCode() - Method in class io.unitycatalog.client.model.FunctionInfo
 
hashCode() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
hashCode() - Method in class io.unitycatalog.client.model.FunctionParameterInfos
 
hashCode() - Method in class io.unitycatalog.client.model.GcpOauthToken
 
hashCode() - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
hashCode() - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
hashCode() - Method in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
 
hashCode() - Method in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
 
hashCode() - Method in class io.unitycatalog.client.model.ListCatalogsResponse
 
hashCode() - Method in class io.unitycatalog.client.model.ListFunctionsResponse
 
hashCode() - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
 
hashCode() - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
 
hashCode() - Method in class io.unitycatalog.client.model.ListSchemasResponse
 
hashCode() - Method in class io.unitycatalog.client.model.ListTablesResponse
 
hashCode() - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
 
hashCode() - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
hashCode() - Method in class io.unitycatalog.client.model.PermissionsChange
 
hashCode() - Method in class io.unitycatalog.client.model.PermissionsList
 
hashCode() - Method in class io.unitycatalog.client.model.PrivilegeAssignment
 
hashCode() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
hashCode() - Method in class io.unitycatalog.client.model.SchemaInfo
 
hashCode() - Method in class io.unitycatalog.client.model.TableDependency
 
hashCode() - Method in class io.unitycatalog.client.model.TableInfo
 
hashCode() - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
hashCode() - Method in class io.unitycatalog.client.model.UpdateCatalog
 
hashCode() - Method in class io.unitycatalog.client.model.UpdateModelVersion
 
hashCode() - Method in class io.unitycatalog.client.model.UpdatePermissions
 
hashCode() - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
 
hashCode() - Method in class io.unitycatalog.client.model.UpdateSchema
 
hashCode() - Method in class io.unitycatalog.client.model.UpdateVolumeRequestContent
 
hashCode() - Method in class io.unitycatalog.client.model.VolumeInfo
 

I

id(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
id(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
id(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
IN - Enum constant in enum class io.unitycatalog.client.model.FunctionParameterMode
 
inputParams(FunctionParameterInfos) - Method in class io.unitycatalog.client.model.CreateFunction
 
inputParams(FunctionParameterInfos) - Method in class io.unitycatalog.client.model.FunctionInfo
 
INT - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
INTERVAL - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
io.unitycatalog.cli.utils - package io.unitycatalog.cli.utils
 
io.unitycatalog.client - package io.unitycatalog.client
 
io.unitycatalog.client.api - package io.unitycatalog.client.api
 
io.unitycatalog.client.model - package io.unitycatalog.client.model
 
isDeterministic(Boolean) - Method in class io.unitycatalog.client.model.CreateFunction
 
isDeterministic(Boolean) - Method in class io.unitycatalog.client.model.FunctionInfo
 
isInstanceOf(Class<?>, Object, Set<Class<?>>) - Static method in class io.unitycatalog.client.JSON
Returns true if inst is an instance of modelClass in the OpenAPI model hierarchy.
isNullable() - Method in class io.unitycatalog.client.model.AbstractOpenApiSchema
Is nullable
isNullCall(Boolean) - Method in class io.unitycatalog.client.model.CreateFunction
 
isNullCall(Boolean) - Method in class io.unitycatalog.client.model.FunctionInfo
 

J

JSON - Class in io.unitycatalog.client
 
JSON - Enum constant in enum class io.unitycatalog.client.model.DataSourceFormat
 
JSON() - Constructor for class io.unitycatalog.client.JSON
 
JSON_PROPERTY_ACCESS_KEY_ID - Static variable in class io.unitycatalog.client.model.AwsCredentials
 
JSON_PROPERTY_ADD - Static variable in class io.unitycatalog.client.model.PermissionsChange
 
JSON_PROPERTY_AWS_TEMP_CREDENTIALS - Static variable in class io.unitycatalog.client.model.TemporaryCredentials
 
JSON_PROPERTY_AZURE_USER_DELEGATION_SAS - Static variable in class io.unitycatalog.client.model.TemporaryCredentials
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.CreateModelVersion
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.CreateRegisteredModel
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.CreateSchema
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.CreateTable
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_CATALOG_NAME - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_CATALOGS - Static variable in class io.unitycatalog.client.model.ListCatalogsResponse
 
JSON_PROPERTY_CHANGES - Static variable in class io.unitycatalog.client.model.UpdatePermissions
 
JSON_PROPERTY_COLUMNS - Static variable in class io.unitycatalog.client.model.CreateTable
 
JSON_PROPERTY_COLUMNS - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.ColumnInfo
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.CreateCatalog
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.CreateModelVersion
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.CreateRegisteredModel
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.CreateSchema
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.CreateTable
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.UpdateCatalog
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.UpdateModelVersion
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.UpdateRegisteredModel
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.UpdateSchema
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.UpdateVolumeRequestContent
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_CREATED_AT - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
JSON_PROPERTY_CREATED_AT - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_CREATED_AT - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_CREATED_AT - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_CREATED_AT - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
JSON_PROPERTY_CREATED_AT - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_CREATED_AT - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_CREATED_BY - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
JSON_PROPERTY_CREATED_BY - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_CREATED_BY - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_CREATED_BY - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_CREATED_BY - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
JSON_PROPERTY_CREATED_BY - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_CREATED_BY - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_DATA_SOURCE_FORMAT - Static variable in class io.unitycatalog.client.model.CreateTable
 
JSON_PROPERTY_DATA_SOURCE_FORMAT - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_DATA_TYPE - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_DATA_TYPE - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_DEPENDENCIES - Static variable in class io.unitycatalog.client.model.DependencyList
 
JSON_PROPERTY_EXPIRATION_TIME - Static variable in class io.unitycatalog.client.model.TemporaryCredentials
 
JSON_PROPERTY_EXTERNAL_LANGUAGE - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_EXTERNAL_LANGUAGE - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_FULL_DATA_TYPE - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_FULL_DATA_TYPE - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_FULL_NAME - Static variable in class io.unitycatalog.client.model.FinalizeModelVersion
 
JSON_PROPERTY_FULL_NAME - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_FULL_NAME - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_FULL_NAME - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
JSON_PROPERTY_FULL_NAME - Static variable in class io.unitycatalog.client.model.UpdateModelVersion
 
JSON_PROPERTY_FULL_NAME - Static variable in class io.unitycatalog.client.model.UpdateRegisteredModel
 
JSON_PROPERTY_FULL_NAME - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_FUNCTION - Static variable in class io.unitycatalog.client.model.Dependency
 
JSON_PROPERTY_FUNCTION_FULL_NAME - Static variable in class io.unitycatalog.client.model.FunctionDependency
 
JSON_PROPERTY_FUNCTION_ID - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_FUNCTION_INFO - Static variable in class io.unitycatalog.client.model.CreateFunctionRequest
 
JSON_PROPERTY_FUNCTIONS - Static variable in class io.unitycatalog.client.model.ListFunctionsResponse
 
JSON_PROPERTY_GCP_OAUTH_TOKEN - Static variable in class io.unitycatalog.client.model.TemporaryCredentials
 
JSON_PROPERTY_ID - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
JSON_PROPERTY_ID - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_ID - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_INPUT_PARAMS - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_INPUT_PARAMS - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_IS_DETERMINISTIC - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_IS_DETERMINISTIC - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_IS_NULL_CALL - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_IS_NULL_CALL - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_MODEL_NAME - Static variable in class io.unitycatalog.client.model.CreateModelVersion
 
JSON_PROPERTY_MODEL_NAME - Static variable in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
JSON_PROPERTY_MODEL_NAME - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_MODEL_VERSIONS - Static variable in class io.unitycatalog.client.model.ListModelVersionsResponse
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.ColumnInfo
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.CreateCatalog
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.CreateRegisteredModel
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.CreateSchema
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.CreateTable
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_NEW_NAME - Static variable in class io.unitycatalog.client.model.UpdateCatalog
 
JSON_PROPERTY_NEW_NAME - Static variable in class io.unitycatalog.client.model.UpdateRegisteredModel
 
JSON_PROPERTY_NEW_NAME - Static variable in class io.unitycatalog.client.model.UpdateSchema
 
JSON_PROPERTY_NEW_NAME - Static variable in class io.unitycatalog.client.model.UpdateVolumeRequestContent
 
JSON_PROPERTY_NEXT_PAGE_TOKEN - Static variable in class io.unitycatalog.client.model.ListCatalogsResponse
 
JSON_PROPERTY_NEXT_PAGE_TOKEN - Static variable in class io.unitycatalog.client.model.ListFunctionsResponse
 
JSON_PROPERTY_NEXT_PAGE_TOKEN - Static variable in class io.unitycatalog.client.model.ListModelVersionsResponse
 
JSON_PROPERTY_NEXT_PAGE_TOKEN - Static variable in class io.unitycatalog.client.model.ListRegisteredModelsResponse
 
JSON_PROPERTY_NEXT_PAGE_TOKEN - Static variable in class io.unitycatalog.client.model.ListSchemasResponse
 
JSON_PROPERTY_NEXT_PAGE_TOKEN - Static variable in class io.unitycatalog.client.model.ListTablesResponse
 
JSON_PROPERTY_NEXT_PAGE_TOKEN - Static variable in class io.unitycatalog.client.model.ListVolumesResponseContent
 
JSON_PROPERTY_NULLABLE - Static variable in class io.unitycatalog.client.model.ColumnInfo
 
JSON_PROPERTY_OAUTH_TOKEN - Static variable in class io.unitycatalog.client.model.GcpOauthToken
 
JSON_PROPERTY_OPERATION - Static variable in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
JSON_PROPERTY_OPERATION - Static variable in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
JSON_PROPERTY_OPERATION - Static variable in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
 
JSON_PROPERTY_OPERATION - Static variable in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
 
JSON_PROPERTY_OWNER - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
JSON_PROPERTY_OWNER - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_OWNER - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_OWNER - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
JSON_PROPERTY_OWNER - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_OWNER - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_PARAMETER_DEFAULT - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_PARAMETER_MODE - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_PARAMETER_STYLE - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_PARAMETER_STYLE - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_PARAMETER_TYPE - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_PARAMETERS - Static variable in class io.unitycatalog.client.model.FunctionParameterInfos
 
JSON_PROPERTY_PARTITION_INDEX - Static variable in class io.unitycatalog.client.model.ColumnInfo
 
JSON_PROPERTY_POSITION - Static variable in class io.unitycatalog.client.model.ColumnInfo
 
JSON_PROPERTY_POSITION - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_PRINCIPAL - Static variable in class io.unitycatalog.client.model.PermissionsChange
 
JSON_PROPERTY_PRINCIPAL - Static variable in class io.unitycatalog.client.model.PrivilegeAssignment
 
JSON_PROPERTY_PRIVILEGE_ASSIGNMENTS - Static variable in class io.unitycatalog.client.model.PermissionsList
 
JSON_PROPERTY_PRIVILEGES - Static variable in class io.unitycatalog.client.model.PrivilegeAssignment
 
JSON_PROPERTY_PROPERTIES - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
JSON_PROPERTY_PROPERTIES - Static variable in class io.unitycatalog.client.model.CreateCatalog
 
JSON_PROPERTY_PROPERTIES - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_PROPERTIES - Static variable in class io.unitycatalog.client.model.CreateSchema
 
JSON_PROPERTY_PROPERTIES - Static variable in class io.unitycatalog.client.model.CreateTable
 
JSON_PROPERTY_PROPERTIES - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_PROPERTIES - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
JSON_PROPERTY_PROPERTIES - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_PROPERTIES - Static variable in class io.unitycatalog.client.model.UpdateCatalog
 
JSON_PROPERTY_PROPERTIES - Static variable in class io.unitycatalog.client.model.UpdateSchema
 
JSON_PROPERTY_REGISTERED_MODELS - Static variable in class io.unitycatalog.client.model.ListRegisteredModelsResponse
 
JSON_PROPERTY_REMOVE - Static variable in class io.unitycatalog.client.model.PermissionsChange
 
JSON_PROPERTY_RETURN_PARAMS - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_RETURN_PARAMS - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_ROUTINE_BODY - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_ROUTINE_BODY - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_ROUTINE_DEFINITION - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_ROUTINE_DEFINITION - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_ROUTINE_DEPENDENCIES - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_ROUTINE_DEPENDENCIES - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_RUN_ID - Static variable in class io.unitycatalog.client.model.CreateModelVersion
 
JSON_PROPERTY_RUN_ID - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_SAS_TOKEN - Static variable in class io.unitycatalog.client.model.AzureUserDelegationSAS
 
JSON_PROPERTY_SCHEMA_ID - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
JSON_PROPERTY_SCHEMA_NAME - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_SCHEMA_NAME - Static variable in class io.unitycatalog.client.model.CreateModelVersion
 
JSON_PROPERTY_SCHEMA_NAME - Static variable in class io.unitycatalog.client.model.CreateRegisteredModel
 
JSON_PROPERTY_SCHEMA_NAME - Static variable in class io.unitycatalog.client.model.CreateTable
 
JSON_PROPERTY_SCHEMA_NAME - Static variable in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
JSON_PROPERTY_SCHEMA_NAME - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_SCHEMA_NAME - Static variable in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
JSON_PROPERTY_SCHEMA_NAME - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_SCHEMA_NAME - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_SCHEMA_NAME - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_SCHEMA_NAME - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_SCHEMAS - Static variable in class io.unitycatalog.client.model.ListSchemasResponse
 
JSON_PROPERTY_SECRET_ACCESS_KEY - Static variable in class io.unitycatalog.client.model.AwsCredentials
 
JSON_PROPERTY_SECURITY_TYPE - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_SECURITY_TYPE - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_SESSION_TOKEN - Static variable in class io.unitycatalog.client.model.AwsCredentials
 
JSON_PROPERTY_SOURCE - Static variable in class io.unitycatalog.client.model.CreateModelVersion
 
JSON_PROPERTY_SOURCE - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_SPECIFIC_NAME - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_SPECIFIC_NAME - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_SQL_DATA_ACCESS - Static variable in class io.unitycatalog.client.model.CreateFunction
 
JSON_PROPERTY_SQL_DATA_ACCESS - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_STATUS - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_STORAGE_LOCATION - Static variable in class io.unitycatalog.client.model.CreateTable
 
JSON_PROPERTY_STORAGE_LOCATION - Static variable in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
JSON_PROPERTY_STORAGE_LOCATION - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_STORAGE_LOCATION - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_STORAGE_LOCATION - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_STORAGE_LOCATION - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_TABLE - Static variable in class io.unitycatalog.client.model.Dependency
 
JSON_PROPERTY_TABLE_FULL_NAME - Static variable in class io.unitycatalog.client.model.TableDependency
 
JSON_PROPERTY_TABLE_ID - Static variable in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
 
JSON_PROPERTY_TABLE_ID - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_TABLE_TYPE - Static variable in class io.unitycatalog.client.model.CreateTable
 
JSON_PROPERTY_TABLE_TYPE - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_TABLES - Static variable in class io.unitycatalog.client.model.ListTablesResponse
 
JSON_PROPERTY_TYPE_INTERVAL_TYPE - Static variable in class io.unitycatalog.client.model.ColumnInfo
 
JSON_PROPERTY_TYPE_INTERVAL_TYPE - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_TYPE_JSON - Static variable in class io.unitycatalog.client.model.ColumnInfo
 
JSON_PROPERTY_TYPE_JSON - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_TYPE_NAME - Static variable in class io.unitycatalog.client.model.ColumnInfo
 
JSON_PROPERTY_TYPE_NAME - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_TYPE_PRECISION - Static variable in class io.unitycatalog.client.model.ColumnInfo
 
JSON_PROPERTY_TYPE_PRECISION - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_TYPE_SCALE - Static variable in class io.unitycatalog.client.model.ColumnInfo
 
JSON_PROPERTY_TYPE_SCALE - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_TYPE_TEXT - Static variable in class io.unitycatalog.client.model.ColumnInfo
 
JSON_PROPERTY_TYPE_TEXT - Static variable in class io.unitycatalog.client.model.FunctionParameterInfo
 
JSON_PROPERTY_UPDATED_AT - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
JSON_PROPERTY_UPDATED_AT - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_UPDATED_AT - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_UPDATED_AT - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_UPDATED_AT - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
JSON_PROPERTY_UPDATED_AT - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_UPDATED_AT - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_UPDATED_BY - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
JSON_PROPERTY_UPDATED_BY - Static variable in class io.unitycatalog.client.model.FunctionInfo
 
JSON_PROPERTY_UPDATED_BY - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_UPDATED_BY - Static variable in class io.unitycatalog.client.model.RegisteredModelInfo
 
JSON_PROPERTY_UPDATED_BY - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
JSON_PROPERTY_UPDATED_BY - Static variable in class io.unitycatalog.client.model.TableInfo
 
JSON_PROPERTY_UPDATED_BY - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_URL - Static variable in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
JSON_PROPERTY_VERSION - Static variable in class io.unitycatalog.client.model.FinalizeModelVersion
 
JSON_PROPERTY_VERSION - Static variable in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
JSON_PROPERTY_VERSION - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_VERSION - Static variable in class io.unitycatalog.client.model.UpdateModelVersion
 
JSON_PROPERTY_VOLUME_ID - Static variable in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
 
JSON_PROPERTY_VOLUME_ID - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_VOLUME_TYPE - Static variable in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
JSON_PROPERTY_VOLUME_TYPE - Static variable in class io.unitycatalog.client.model.VolumeInfo
 
JSON_PROPERTY_VOLUMES - Static variable in class io.unitycatalog.client.model.ListVolumesResponseContent
 

L

listCatalogs(String, Integer) - Method in class io.unitycatalog.client.api.CatalogsApi
List catalogs Lists the available catalogs.
ListCatalogsResponse - Class in io.unitycatalog.client.model
ListCatalogsResponse
ListCatalogsResponse() - Constructor for class io.unitycatalog.client.model.ListCatalogsResponse
 
listCatalogsWithHttpInfo(String, Integer) - Method in class io.unitycatalog.client.api.CatalogsApi
List catalogs Lists the available catalogs.
listFunctions(String, String, Integer, String) - Method in class io.unitycatalog.client.api.FunctionsApi
List functions List functions within the specified parent catalog and schema.
ListFunctionsResponse - Class in io.unitycatalog.client.model
ListFunctionsResponse
ListFunctionsResponse() - Constructor for class io.unitycatalog.client.model.ListFunctionsResponse
 
listFunctionsWithHttpInfo(String, String, Integer, String) - Method in class io.unitycatalog.client.api.FunctionsApi
List functions List functions within the specified parent catalog and schema.
listModelVersions(String, Integer, String) - Method in class io.unitycatalog.client.api.ModelVersionsApi
List model versions of the specified registered model.
ListModelVersionsResponse - Class in io.unitycatalog.client.model
ListModelVersionsResponse
ListModelVersionsResponse() - Constructor for class io.unitycatalog.client.model.ListModelVersionsResponse
 
listModelVersionsWithHttpInfo(String, Integer, String) - Method in class io.unitycatalog.client.api.ModelVersionsApi
List model versions of the specified registered model.
listRegisteredModels(String, String, Integer, String) - Method in class io.unitycatalog.client.api.RegisteredModelsApi
List models Gets a paginated list of all available models either under the specified parent catalog and schema, or all models stored in UC.
ListRegisteredModelsResponse - Class in io.unitycatalog.client.model
ListRegisteredModelsResponse
ListRegisteredModelsResponse() - Constructor for class io.unitycatalog.client.model.ListRegisteredModelsResponse
 
listRegisteredModelsWithHttpInfo(String, String, Integer, String) - Method in class io.unitycatalog.client.api.RegisteredModelsApi
List models Gets a paginated list of all available models either under the specified parent catalog and schema, or all models stored in UC.
listSchemas(String, Integer, String) - Method in class io.unitycatalog.client.api.SchemasApi
List schemas Gets an array of schemas for a catalog.
ListSchemasResponse - Class in io.unitycatalog.client.model
ListSchemasResponse
ListSchemasResponse() - Constructor for class io.unitycatalog.client.model.ListSchemasResponse
 
listSchemasWithHttpInfo(String, Integer, String) - Method in class io.unitycatalog.client.api.SchemasApi
List schemas Gets an array of schemas for a catalog.
listTables(String, String, Integer, String) - Method in class io.unitycatalog.client.api.TablesApi
List tables Gets the list of all available tables under the parent catalog and schema.
ListTablesResponse - Class in io.unitycatalog.client.model
ListTablesResponse
ListTablesResponse() - Constructor for class io.unitycatalog.client.model.ListTablesResponse
 
listTablesWithHttpInfo(String, String, Integer, String) - Method in class io.unitycatalog.client.api.TablesApi
List tables Gets the list of all available tables under the parent catalog and schema.
listVolumes(String, String, Integer, String) - Method in class io.unitycatalog.client.api.VolumesApi
List Volumes Gets an array of available volumes under the parent catalog and schema.
ListVolumesResponseContent - Class in io.unitycatalog.client.model
ListVolumesResponseContent
ListVolumesResponseContent() - Constructor for class io.unitycatalog.client.model.ListVolumesResponseContent
 
listVolumesWithHttpInfo(String, String, Integer, String) - Method in class io.unitycatalog.client.api.VolumesApi
List Volumes Gets an array of available volumes under the parent catalog and schema.
LONG - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 

M

MANAGED - Enum constant in enum class io.unitycatalog.client.model.TableType
 
MANAGED - Enum constant in enum class io.unitycatalog.client.model.VolumeType
 
MAP - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
METASTORE - Enum constant in enum class io.unitycatalog.client.model.SecurableType
 
MODEL_VERSION_STATUS_UNKNOWN - Enum constant in enum class io.unitycatalog.client.model.ModelVersionStatus
 
modelName(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
modelName(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
modelName(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
ModelVersionInfo - Class in io.unitycatalog.client.model
ModelVersionInfo
ModelVersionInfo() - Constructor for class io.unitycatalog.client.model.ModelVersionInfo
 
ModelVersionOperation - Enum Class in io.unitycatalog.client.model
Gets or Sets ModelVersionOperation
modelVersions(List<ModelVersionInfo>) - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
 
ModelVersionsApi - Class in io.unitycatalog.client.api
 
ModelVersionsApi() - Constructor for class io.unitycatalog.client.api.ModelVersionsApi
 
ModelVersionsApi(ApiClient) - Constructor for class io.unitycatalog.client.api.ModelVersionsApi
 
ModelVersionStatus - Enum Class in io.unitycatalog.client.model
All possible model version statuses (MODEL_VERSION_STATUS_UNKNOWN, PENDING_REGISTRATION, FAILED_REGISTRATION, READY).

N

name(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
name(String) - Method in class io.unitycatalog.client.model.ColumnInfo
 
name(String) - Method in class io.unitycatalog.client.model.CreateCatalog
 
name(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
name(String) - Method in class io.unitycatalog.client.model.CreateRegisteredModel
 
name(String) - Method in class io.unitycatalog.client.model.CreateSchema
 
name(String) - Method in class io.unitycatalog.client.model.CreateTable
 
name(String) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
name(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
name(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
name(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
name(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
name(String) - Method in class io.unitycatalog.client.model.TableInfo
 
name(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
newName(String) - Method in class io.unitycatalog.client.model.UpdateCatalog
 
newName(String) - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
 
newName(String) - Method in class io.unitycatalog.client.model.UpdateSchema
 
newName(String) - Method in class io.unitycatalog.client.model.UpdateVolumeRequestContent
 
nextPageToken(String) - Method in class io.unitycatalog.client.model.ListCatalogsResponse
 
nextPageToken(String) - Method in class io.unitycatalog.client.model.ListFunctionsResponse
 
nextPageToken(String) - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
 
nextPageToken(String) - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
 
nextPageToken(String) - Method in class io.unitycatalog.client.model.ListSchemasResponse
 
nextPageToken(String) - Method in class io.unitycatalog.client.model.ListTablesResponse
 
nextPageToken(String) - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
 
NO_SQL - Enum constant in enum class io.unitycatalog.client.model.CreateFunction.SqlDataAccessEnum
 
NO_SQL - Enum constant in enum class io.unitycatalog.client.model.FunctionInfo.SqlDataAccessEnum
 
NULL - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
nullable(Boolean) - Method in class io.unitycatalog.client.model.ColumnInfo
 

O

oauthToken(String) - Method in class io.unitycatalog.client.model.GcpOauthToken
 
operation(ModelVersionOperation) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
operation(PathOperation) - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
operation(TableOperation) - Method in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
 
operation(VolumeOperation) - Method in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
 
ORC - Enum constant in enum class io.unitycatalog.client.model.DataSourceFormat
 
owner(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
owner(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
owner(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
owner(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
owner(String) - Method in class io.unitycatalog.client.model.TableInfo
 
owner(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 

P

Pair - Class in io.unitycatalog.client
 
Pair(String, String) - Constructor for class io.unitycatalog.client.Pair
 
PARAM - Enum constant in enum class io.unitycatalog.client.model.FunctionParameterType
 
parameterDefault(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
parameterMode(FunctionParameterMode) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
parameters(List<FunctionParameterInfo>) - Method in class io.unitycatalog.client.model.FunctionParameterInfos
 
parameterStyle(CreateFunction.ParameterStyleEnum) - Method in class io.unitycatalog.client.model.CreateFunction
 
parameterStyle(FunctionInfo.ParameterStyleEnum) - Method in class io.unitycatalog.client.model.FunctionInfo
 
parameterToPairs(String, Object) - Static method in class io.unitycatalog.client.ApiClient
Convert a URL query name/value parameter to a list of encoded Pair objects.
parameterToPairs(String, String, Collection<?>) - Static method in class io.unitycatalog.client.ApiClient
Convert a URL query name/collection parameter to a list of encoded Pair objects.
parameterType(FunctionParameterType) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
PARQUET - Enum constant in enum class io.unitycatalog.client.model.DataSourceFormat
 
parse(String) - Method in class io.unitycatalog.client.RFC3339DateFormat
 
parse(String, ParsePosition) - Method in class io.unitycatalog.client.RFC3339DateFormat
 
partitionIndex(Integer) - Method in class io.unitycatalog.client.model.ColumnInfo
 
PATH_CREATE_TABLE - Enum constant in enum class io.unitycatalog.client.model.PathOperation
 
PATH_READ - Enum constant in enum class io.unitycatalog.client.model.PathOperation
 
PATH_READ_WRITE - Enum constant in enum class io.unitycatalog.client.model.PathOperation
 
PathOperation - Enum Class in io.unitycatalog.client.model
Gets or Sets PathOperation
PENDING_REGISTRATION - Enum constant in enum class io.unitycatalog.client.model.ModelVersionStatus
 
PermissionsChange - Class in io.unitycatalog.client.model
PermissionsChange
PermissionsChange() - Constructor for class io.unitycatalog.client.model.PermissionsChange
 
PermissionsList - Class in io.unitycatalog.client.model
PermissionsList
PermissionsList() - Constructor for class io.unitycatalog.client.model.PermissionsList
 
position(Integer) - Method in class io.unitycatalog.client.model.ColumnInfo
 
position(Integer) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
principal(String) - Method in class io.unitycatalog.client.model.PermissionsChange
 
principal(String) - Method in class io.unitycatalog.client.model.PrivilegeAssignment
 
PrincipalType - Enum Class in io.unitycatalog.client.model
The type of the principal.
Privilege - Enum Class in io.unitycatalog.client.model
The privilege to grant.
PrivilegeAssignment - Class in io.unitycatalog.client.model
PrivilegeAssignment
PrivilegeAssignment() - Constructor for class io.unitycatalog.client.model.PrivilegeAssignment
 
privilegeAssignments(List<PrivilegeAssignment>) - Method in class io.unitycatalog.client.model.PermissionsList
 
privileges(List<Privilege>) - Method in class io.unitycatalog.client.model.PrivilegeAssignment
 
properties(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
properties(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
properties(Map<String, String>) - Method in class io.unitycatalog.client.model.CatalogInfo
 
properties(Map<String, String>) - Method in class io.unitycatalog.client.model.CreateCatalog
 
properties(Map<String, String>) - Method in class io.unitycatalog.client.model.CreateSchema
 
properties(Map<String, String>) - Method in class io.unitycatalog.client.model.CreateTable
 
properties(Map<String, String>) - Method in class io.unitycatalog.client.model.SchemaInfo
 
properties(Map<String, String>) - Method in class io.unitycatalog.client.model.TableInfo
 
properties(Map<String, String>) - Method in class io.unitycatalog.client.model.UpdateCatalog
 
properties(Map<String, String>) - Method in class io.unitycatalog.client.model.UpdateSchema
 
putPropertiesItem(String, String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
putPropertiesItem(String, String) - Method in class io.unitycatalog.client.model.CreateCatalog
 
putPropertiesItem(String, String) - Method in class io.unitycatalog.client.model.CreateSchema
 
putPropertiesItem(String, String) - Method in class io.unitycatalog.client.model.CreateTable
 
putPropertiesItem(String, String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
putPropertiesItem(String, String) - Method in class io.unitycatalog.client.model.TableInfo
 
putPropertiesItem(String, String) - Method in class io.unitycatalog.client.model.UpdateCatalog
 
putPropertiesItem(String, String) - Method in class io.unitycatalog.client.model.UpdateSchema
 

R

READ - Enum constant in enum class io.unitycatalog.client.model.TableOperation
 
READ_MODEL_VERSION - Enum constant in enum class io.unitycatalog.client.model.ModelVersionOperation
 
READ_VOLUME - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
READ_VOLUME - Enum constant in enum class io.unitycatalog.client.model.VolumeOperation
 
READ_WRITE - Enum constant in enum class io.unitycatalog.client.model.TableOperation
 
READ_WRITE_MODEL_VERSION - Enum constant in enum class io.unitycatalog.client.model.ModelVersionOperation
 
READS_SQL_DATA - Enum constant in enum class io.unitycatalog.client.model.CreateFunction.SqlDataAccessEnum
 
READS_SQL_DATA - Enum constant in enum class io.unitycatalog.client.model.FunctionInfo.SqlDataAccessEnum
 
READY - Enum constant in enum class io.unitycatalog.client.model.ModelVersionStatus
 
registerDescendants(Class<?>, Map<String, Class<?>>) - Static method in class io.unitycatalog.client.JSON
Register the oneOf/anyOf descendants of the modelClass.
registerDiscriminator(Class<?>, String, Map<String, Class<?>>) - Static method in class io.unitycatalog.client.JSON
Register a model class discriminator.
REGISTERED_MODEL - Enum constant in enum class io.unitycatalog.client.model.SecurableType
 
RegisteredModelInfo - Class in io.unitycatalog.client.model
RegisteredModelInfo
RegisteredModelInfo() - Constructor for class io.unitycatalog.client.model.RegisteredModelInfo
 
registeredModels(List<RegisteredModelInfo>) - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
 
RegisteredModelsApi - Class in io.unitycatalog.client.api
 
RegisteredModelsApi() - Constructor for class io.unitycatalog.client.api.RegisteredModelsApi
 
RegisteredModelsApi(ApiClient) - Constructor for class io.unitycatalog.client.api.RegisteredModelsApi
 
remove(List<Privilege>) - Method in class io.unitycatalog.client.model.PermissionsChange
 
returnParams(FunctionParameterInfos) - Method in class io.unitycatalog.client.model.CreateFunction
 
returnParams(FunctionParameterInfos) - Method in class io.unitycatalog.client.model.FunctionInfo
 
RFC3339DateFormat - Class in io.unitycatalog.client
 
RFC3339DateFormat() - Constructor for class io.unitycatalog.client.RFC3339DateFormat
 
routineBody(CreateFunction.RoutineBodyEnum) - Method in class io.unitycatalog.client.model.CreateFunction
 
routineBody(FunctionInfo.RoutineBodyEnum) - Method in class io.unitycatalog.client.model.FunctionInfo
 
routineDefinition(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
routineDefinition(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
routineDependencies(DependencyList) - Method in class io.unitycatalog.client.model.CreateFunction
 
routineDependencies(DependencyList) - Method in class io.unitycatalog.client.model.FunctionInfo
 
runId(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
runId(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 

S

S - Enum constant in enum class io.unitycatalog.client.model.CreateFunction.ParameterStyleEnum
 
S - Enum constant in enum class io.unitycatalog.client.model.FunctionInfo.ParameterStyleEnum
 
sasToken(String) - Method in class io.unitycatalog.client.model.AzureUserDelegationSAS
 
SCHEMA - Enum constant in enum class io.unitycatalog.client.model.SecurableType
 
schemaId(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
SchemaInfo - Class in io.unitycatalog.client.model
SchemaInfo
SchemaInfo() - Constructor for class io.unitycatalog.client.model.SchemaInfo
 
schemaName(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
schemaName(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
schemaName(String) - Method in class io.unitycatalog.client.model.CreateRegisteredModel
 
schemaName(String) - Method in class io.unitycatalog.client.model.CreateTable
 
schemaName(String) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
schemaName(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
schemaName(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
schemaName(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
schemaName(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
schemaName(String) - Method in class io.unitycatalog.client.model.TableInfo
 
schemaName(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
schemas(List<SchemaInfo>) - Method in class io.unitycatalog.client.model.ListSchemasResponse
 
SchemasApi - Class in io.unitycatalog.client.api
 
SchemasApi() - Constructor for class io.unitycatalog.client.api.SchemasApi
 
SchemasApi(ApiClient) - Constructor for class io.unitycatalog.client.api.SchemasApi
 
secretAccessKey(String) - Method in class io.unitycatalog.client.model.AwsCredentials
 
SecurableType - Enum Class in io.unitycatalog.client.model
The type of the resource.
securityType(CreateFunction.SecurityTypeEnum) - Method in class io.unitycatalog.client.model.CreateFunction
 
securityType(FunctionInfo.SecurityTypeEnum) - Method in class io.unitycatalog.client.model.FunctionInfo
 
SELECT - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
ServerConfiguration - Class in io.unitycatalog.client
Representing a Server configuration.
ServerConfiguration(String, String, Map<String, ServerVariable>) - Constructor for class io.unitycatalog.client.ServerConfiguration
 
ServerVariable - Class in io.unitycatalog.client
Representing a Server Variable for server URL template substitution.
ServerVariable(String, String, HashSet<String>) - Constructor for class io.unitycatalog.client.ServerVariable
 
sessionToken(String) - Method in class io.unitycatalog.client.model.AwsCredentials
 
setAccessKeyId(String) - Method in class io.unitycatalog.client.model.AwsCredentials
 
setActualInstance(Object) - Method in class io.unitycatalog.client.model.AbstractOpenApiSchema
Set the actual instance
setAdd(List<Privilege>) - Method in class io.unitycatalog.client.model.PermissionsChange
 
setAsyncResponseInterceptor(Consumer<HttpResponse<String>>) - Method in class io.unitycatalog.client.ApiClient
Set a custom async response interceptor.
setAwsTempCredentials(AwsCredentials) - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
setAzureUserDelegationSas(AzureUserDelegationSAS) - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
setBasePath(String) - Method in class io.unitycatalog.client.ApiClient
Set a custom base path for the target service, for example '/v2'.
setCatalogName(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.CreateRegisteredModel
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.CreateSchema
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.CreateTable
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.TableInfo
 
setCatalogName(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setCatalogs(List<CatalogInfo>) - Method in class io.unitycatalog.client.model.ListCatalogsResponse
 
setChanges(List<PermissionsChange>) - Method in class io.unitycatalog.client.model.UpdatePermissions
 
setColumns(List<ColumnInfo>) - Method in class io.unitycatalog.client.model.CreateTable
 
setColumns(List<ColumnInfo>) - Method in class io.unitycatalog.client.model.TableInfo
 
setComment(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setComment(String) - Method in class io.unitycatalog.client.model.ColumnInfo
 
setComment(String) - Method in class io.unitycatalog.client.model.CreateCatalog
 
setComment(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
setComment(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
setComment(String) - Method in class io.unitycatalog.client.model.CreateRegisteredModel
 
setComment(String) - Method in class io.unitycatalog.client.model.CreateSchema
 
setComment(String) - Method in class io.unitycatalog.client.model.CreateTable
 
setComment(String) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
setComment(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setComment(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setComment(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setComment(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setComment(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
setComment(String) - Method in class io.unitycatalog.client.model.TableInfo
 
setComment(String) - Method in class io.unitycatalog.client.model.UpdateCatalog
 
setComment(String) - Method in class io.unitycatalog.client.model.UpdateModelVersion
 
setComment(String) - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
 
setComment(String) - Method in class io.unitycatalog.client.model.UpdateSchema
 
setComment(String) - Method in class io.unitycatalog.client.model.UpdateVolumeRequestContent
 
setComment(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setConnectTimeout(Duration) - Method in class io.unitycatalog.client.ApiClient
Sets the connect timeout (in milliseconds) for the http client.
setCreatedAt(Long) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setCreatedAt(Long) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setCreatedAt(Long) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setCreatedAt(Long) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setCreatedAt(Long) - Method in class io.unitycatalog.client.model.SchemaInfo
 
setCreatedAt(Long) - Method in class io.unitycatalog.client.model.TableInfo
 
setCreatedAt(Long) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setCreatedBy(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setCreatedBy(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setCreatedBy(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setCreatedBy(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setCreatedBy(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
setCreatedBy(String) - Method in class io.unitycatalog.client.model.TableInfo
 
setCreatedBy(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setDataSourceFormat(DataSourceFormat) - Method in class io.unitycatalog.client.model.CreateTable
 
setDataSourceFormat(DataSourceFormat) - Method in class io.unitycatalog.client.model.TableInfo
 
setDataType(ColumnTypeName) - Method in class io.unitycatalog.client.model.CreateFunction
 
setDataType(ColumnTypeName) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setDateFormat(DateFormat) - Method in class io.unitycatalog.client.JSON
Set the date format for JSON (de)serialization with Date properties.
setDefault(JSON) - Static method in class io.unitycatalog.client.JSON
Set the default JSON instance.
setDefaultApiClient(ApiClient) - Static method in class io.unitycatalog.client.Configuration
Set the default API client, which would be used when creating API instances without providing an API client.
setDependencies(List<Dependency>) - Method in class io.unitycatalog.client.model.DependencyList
 
setExpirationTime(Long) - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
setExternalLanguage(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
setExternalLanguage(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setFullDataType(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
setFullDataType(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setFullName(String) - Method in class io.unitycatalog.client.model.FinalizeModelVersion
 
setFullName(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setFullName(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setFullName(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
setFullName(String) - Method in class io.unitycatalog.client.model.UpdateModelVersion
 
setFullName(String) - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
 
setFullName(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setFunction(FunctionDependency) - Method in class io.unitycatalog.client.model.Dependency
 
setFunctionFullName(String) - Method in class io.unitycatalog.client.model.FunctionDependency
 
setFunctionId(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setFunctionInfo(CreateFunction) - Method in class io.unitycatalog.client.model.CreateFunctionRequest
 
setFunctions(List<FunctionInfo>) - Method in class io.unitycatalog.client.model.ListFunctionsResponse
 
setGcpOauthToken(GcpOauthToken) - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
setHost(String) - Method in class io.unitycatalog.client.ApiClient
Set a custom host name for the target service.
setHttpClientBuilder(HttpClient.Builder) - Method in class io.unitycatalog.client.ApiClient
Set a custom HttpClient.Builder object to use when creating the HttpClient that is used by the API client.
setId(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setId(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setId(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setInputParams(FunctionParameterInfos) - Method in class io.unitycatalog.client.model.CreateFunction
 
setInputParams(FunctionParameterInfos) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setIsDeterministic(Boolean) - Method in class io.unitycatalog.client.model.CreateFunction
 
setIsDeterministic(Boolean) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setIsNullCall(Boolean) - Method in class io.unitycatalog.client.model.CreateFunction
 
setIsNullCall(Boolean) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setModelName(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
setModelName(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
setModelName(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setModelVersions(List<ModelVersionInfo>) - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
 
setName(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setName(String) - Method in class io.unitycatalog.client.model.ColumnInfo
 
setName(String) - Method in class io.unitycatalog.client.model.CreateCatalog
 
setName(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
setName(String) - Method in class io.unitycatalog.client.model.CreateRegisteredModel
 
setName(String) - Method in class io.unitycatalog.client.model.CreateSchema
 
setName(String) - Method in class io.unitycatalog.client.model.CreateTable
 
setName(String) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
setName(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setName(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setName(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setName(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
setName(String) - Method in class io.unitycatalog.client.model.TableInfo
 
setName(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setNewName(String) - Method in class io.unitycatalog.client.model.UpdateCatalog
 
setNewName(String) - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
 
setNewName(String) - Method in class io.unitycatalog.client.model.UpdateSchema
 
setNewName(String) - Method in class io.unitycatalog.client.model.UpdateVolumeRequestContent
 
setNextPageToken(String) - Method in class io.unitycatalog.client.model.ListCatalogsResponse
 
setNextPageToken(String) - Method in class io.unitycatalog.client.model.ListFunctionsResponse
 
setNextPageToken(String) - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
 
setNextPageToken(String) - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
 
setNextPageToken(String) - Method in class io.unitycatalog.client.model.ListSchemasResponse
 
setNextPageToken(String) - Method in class io.unitycatalog.client.model.ListTablesResponse
 
setNextPageToken(String) - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
 
setNullable(Boolean) - Method in class io.unitycatalog.client.model.ColumnInfo
 
setOauthToken(String) - Method in class io.unitycatalog.client.model.GcpOauthToken
 
setObjectMapper(ObjectMapper) - Method in class io.unitycatalog.client.ApiClient
Set a custom ObjectMapper to serialize and deserialize the request and response bodies.
setOperation(ModelVersionOperation) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
setOperation(PathOperation) - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
setOperation(TableOperation) - Method in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
 
setOperation(VolumeOperation) - Method in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
 
setOwner(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setOwner(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setOwner(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setOwner(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
setOwner(String) - Method in class io.unitycatalog.client.model.TableInfo
 
setOwner(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setParameterDefault(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setParameterMode(FunctionParameterMode) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setParameters(List<FunctionParameterInfo>) - Method in class io.unitycatalog.client.model.FunctionParameterInfos
 
setParameterStyle(CreateFunction.ParameterStyleEnum) - Method in class io.unitycatalog.client.model.CreateFunction
 
setParameterStyle(FunctionInfo.ParameterStyleEnum) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setParameterType(FunctionParameterType) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setPartitionIndex(Integer) - Method in class io.unitycatalog.client.model.ColumnInfo
 
setPort(int) - Method in class io.unitycatalog.client.ApiClient
Set a custom port number for the target service.
setPosition(Integer) - Method in class io.unitycatalog.client.model.ColumnInfo
 
setPosition(Integer) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setPrincipal(String) - Method in class io.unitycatalog.client.model.PermissionsChange
 
setPrincipal(String) - Method in class io.unitycatalog.client.model.PrivilegeAssignment
 
setPrivilegeAssignments(List<PrivilegeAssignment>) - Method in class io.unitycatalog.client.model.PermissionsList
 
setPrivileges(List<Privilege>) - Method in class io.unitycatalog.client.model.PrivilegeAssignment
 
setProperties(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
setProperties(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setProperties(Map<String, String>) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setProperties(Map<String, String>) - Method in class io.unitycatalog.client.model.CreateCatalog
 
setProperties(Map<String, String>) - Method in class io.unitycatalog.client.model.CreateSchema
 
setProperties(Map<String, String>) - Method in class io.unitycatalog.client.model.CreateTable
 
setProperties(Map<String, String>) - Method in class io.unitycatalog.client.model.SchemaInfo
 
setProperties(Map<String, String>) - Method in class io.unitycatalog.client.model.TableInfo
 
setProperties(Map<String, String>) - Method in class io.unitycatalog.client.model.UpdateCatalog
 
setProperties(Map<String, String>) - Method in class io.unitycatalog.client.model.UpdateSchema
 
setReadTimeout(Duration) - Method in class io.unitycatalog.client.ApiClient
Set the read timeout for the http client.
setRegisteredModels(List<RegisteredModelInfo>) - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
 
setRemove(List<Privilege>) - Method in class io.unitycatalog.client.model.PermissionsChange
 
setRequestInterceptor(Consumer<HttpRequest.Builder>) - Method in class io.unitycatalog.client.ApiClient
Set a custom request interceptor.
setResponseInterceptor(Consumer<HttpResponse<InputStream>>) - Method in class io.unitycatalog.client.ApiClient
Set a custom response interceptor.
setReturnParams(FunctionParameterInfos) - Method in class io.unitycatalog.client.model.CreateFunction
 
setReturnParams(FunctionParameterInfos) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setRoutineBody(CreateFunction.RoutineBodyEnum) - Method in class io.unitycatalog.client.model.CreateFunction
 
setRoutineBody(FunctionInfo.RoutineBodyEnum) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setRoutineDefinition(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
setRoutineDefinition(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setRoutineDependencies(DependencyList) - Method in class io.unitycatalog.client.model.CreateFunction
 
setRoutineDependencies(DependencyList) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setRunId(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
setRunId(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setSasToken(String) - Method in class io.unitycatalog.client.model.AzureUserDelegationSAS
 
setSchemaId(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
setSchemaName(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
setSchemaName(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
setSchemaName(String) - Method in class io.unitycatalog.client.model.CreateRegisteredModel
 
setSchemaName(String) - Method in class io.unitycatalog.client.model.CreateTable
 
setSchemaName(String) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
setSchemaName(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setSchemaName(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
setSchemaName(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setSchemaName(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setSchemaName(String) - Method in class io.unitycatalog.client.model.TableInfo
 
setSchemaName(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setSchemas(List<SchemaInfo>) - Method in class io.unitycatalog.client.model.ListSchemasResponse
 
setScheme(String) - Method in class io.unitycatalog.client.ApiClient
Set a custom scheme for the target service, for example 'https'.
setSecretAccessKey(String) - Method in class io.unitycatalog.client.model.AwsCredentials
 
setSecurityType(CreateFunction.SecurityTypeEnum) - Method in class io.unitycatalog.client.model.CreateFunction
 
setSecurityType(FunctionInfo.SecurityTypeEnum) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setSessionToken(String) - Method in class io.unitycatalog.client.model.AwsCredentials
 
setSource(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
setSource(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setSpecificName(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
setSpecificName(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setSqlDataAccess(CreateFunction.SqlDataAccessEnum) - Method in class io.unitycatalog.client.model.CreateFunction
 
setSqlDataAccess(FunctionInfo.SqlDataAccessEnum) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setStatus(ModelVersionStatus) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setStorageLocation(String) - Method in class io.unitycatalog.client.model.CreateTable
 
setStorageLocation(String) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
setStorageLocation(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setStorageLocation(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setStorageLocation(String) - Method in class io.unitycatalog.client.model.TableInfo
 
setStorageLocation(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setTable(TableDependency) - Method in class io.unitycatalog.client.model.Dependency
 
setTableFullName(String) - Method in class io.unitycatalog.client.model.TableDependency
 
setTableId(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
 
setTableId(String) - Method in class io.unitycatalog.client.model.TableInfo
 
setTables(List<TableInfo>) - Method in class io.unitycatalog.client.model.ListTablesResponse
 
setTableType(TableType) - Method in class io.unitycatalog.client.model.CreateTable
 
setTableType(TableType) - Method in class io.unitycatalog.client.model.TableInfo
 
setTypeIntervalType(String) - Method in class io.unitycatalog.client.model.ColumnInfo
 
setTypeIntervalType(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setTypeJson(String) - Method in class io.unitycatalog.client.model.ColumnInfo
 
setTypeJson(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setTypeName(ColumnTypeName) - Method in class io.unitycatalog.client.model.ColumnInfo
 
setTypeName(ColumnTypeName) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setTypePrecision(Integer) - Method in class io.unitycatalog.client.model.ColumnInfo
 
setTypePrecision(Integer) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setTypeScale(Integer) - Method in class io.unitycatalog.client.model.ColumnInfo
 
setTypeScale(Integer) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setTypeText(String) - Method in class io.unitycatalog.client.model.ColumnInfo
 
setTypeText(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
setUpdatedAt(Long) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setUpdatedAt(Long) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setUpdatedAt(Long) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setUpdatedAt(Long) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setUpdatedAt(Long) - Method in class io.unitycatalog.client.model.SchemaInfo
 
setUpdatedAt(Long) - Method in class io.unitycatalog.client.model.TableInfo
 
setUpdatedAt(Long) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setUpdatedBy(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setUpdatedBy(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setUpdatedBy(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setUpdatedBy(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setUpdatedBy(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
setUpdatedBy(String) - Method in class io.unitycatalog.client.model.TableInfo
 
setUpdatedBy(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setUrl(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
setVersion(Long) - Method in class io.unitycatalog.client.model.FinalizeModelVersion
 
setVersion(Long) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
setVersion(Long) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setVersion(Long) - Method in class io.unitycatalog.client.model.UpdateModelVersion
 
setVolumeId(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
 
setVolumeId(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setVolumes(List<VolumeInfo>) - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
 
setVolumeType(VolumeType) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
setVolumeType(VolumeType) - Method in class io.unitycatalog.client.model.VolumeInfo
 
SHORT - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
source(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
 
source(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
specificName(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
specificName(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
SQL - Enum constant in enum class io.unitycatalog.client.model.CreateFunction.RoutineBodyEnum
 
SQL - Enum constant in enum class io.unitycatalog.client.model.FunctionInfo.RoutineBodyEnum
 
sqlDataAccess(CreateFunction.SqlDataAccessEnum) - Method in class io.unitycatalog.client.model.CreateFunction
 
sqlDataAccess(FunctionInfo.SqlDataAccessEnum) - Method in class io.unitycatalog.client.model.FunctionInfo
 
status(ModelVersionStatus) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
storageLocation(String) - Method in class io.unitycatalog.client.model.CreateTable
 
storageLocation(String) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
storageLocation(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
storageLocation(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
storageLocation(String) - Method in class io.unitycatalog.client.model.TableInfo
 
storageLocation(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
STRING - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
STRUCT - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 

T

table(TableDependency) - Method in class io.unitycatalog.client.model.Dependency
 
TABLE - Enum constant in enum class io.unitycatalog.client.model.SecurableType
 
TABLE_TYPE - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
TableDependency - Class in io.unitycatalog.client.model
A table that is dependent on a SQL object.
TableDependency() - Constructor for class io.unitycatalog.client.model.TableDependency
 
tableFullName(String) - Method in class io.unitycatalog.client.model.TableDependency
 
tableId(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
 
tableId(String) - Method in class io.unitycatalog.client.model.TableInfo
 
TableInfo - Class in io.unitycatalog.client.model
TableInfo
TableInfo() - Constructor for class io.unitycatalog.client.model.TableInfo
 
TableOperation - Enum Class in io.unitycatalog.client.model
Gets or Sets TableOperation
tables(List<TableInfo>) - Method in class io.unitycatalog.client.model.ListTablesResponse
 
TablesApi - Class in io.unitycatalog.client.api
 
TablesApi() - Constructor for class io.unitycatalog.client.api.TablesApi
 
TablesApi(ApiClient) - Constructor for class io.unitycatalog.client.api.TablesApi
 
tableType(TableType) - Method in class io.unitycatalog.client.model.CreateTable
 
tableType(TableType) - Method in class io.unitycatalog.client.model.TableInfo
 
TableType - Enum Class in io.unitycatalog.client.model
Gets or Sets TableType
TemporaryCredentials - Class in io.unitycatalog.client.model
TemporaryCredentials
TemporaryCredentials() - Constructor for class io.unitycatalog.client.model.TemporaryCredentials
 
TemporaryCredentialsApi - Class in io.unitycatalog.client.api
 
TemporaryCredentialsApi() - Constructor for class io.unitycatalog.client.api.TemporaryCredentialsApi
 
TemporaryCredentialsApi(ApiClient) - Constructor for class io.unitycatalog.client.api.TemporaryCredentialsApi
 
TEXT - Enum constant in enum class io.unitycatalog.client.model.DataSourceFormat
 
TIMESTAMP - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
TIMESTAMP_NTZ - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
toString() - Method in class io.unitycatalog.client.model.AbstractOpenApiSchema
 
toString() - Method in class io.unitycatalog.client.model.AwsCredentials
 
toString() - Method in class io.unitycatalog.client.model.AzureUserDelegationSAS
 
toString() - Method in class io.unitycatalog.client.model.CatalogInfo
 
toString() - Method in class io.unitycatalog.client.model.ColumnInfo
 
toString() - Method in enum class io.unitycatalog.client.model.ColumnTypeName
 
toString() - Method in class io.unitycatalog.client.model.CreateCatalog
 
toString() - Method in enum class io.unitycatalog.client.model.CreateFunction.ParameterStyleEnum
 
toString() - Method in enum class io.unitycatalog.client.model.CreateFunction.RoutineBodyEnum
 
toString() - Method in enum class io.unitycatalog.client.model.CreateFunction.SecurityTypeEnum
 
toString() - Method in enum class io.unitycatalog.client.model.CreateFunction.SqlDataAccessEnum
 
toString() - Method in class io.unitycatalog.client.model.CreateFunction
 
toString() - Method in class io.unitycatalog.client.model.CreateFunctionRequest
 
toString() - Method in class io.unitycatalog.client.model.CreateModelVersion
 
toString() - Method in class io.unitycatalog.client.model.CreateRegisteredModel
 
toString() - Method in class io.unitycatalog.client.model.CreateSchema
 
toString() - Method in class io.unitycatalog.client.model.CreateTable
 
toString() - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
toString() - Method in enum class io.unitycatalog.client.model.DataSourceFormat
 
toString() - Method in class io.unitycatalog.client.model.Dependency
 
toString() - Method in class io.unitycatalog.client.model.DependencyList
 
toString() - Method in class io.unitycatalog.client.model.FinalizeModelVersion
 
toString() - Method in class io.unitycatalog.client.model.FunctionDependency
 
toString() - Method in enum class io.unitycatalog.client.model.FunctionInfo.ParameterStyleEnum
 
toString() - Method in enum class io.unitycatalog.client.model.FunctionInfo.RoutineBodyEnum
 
toString() - Method in enum class io.unitycatalog.client.model.FunctionInfo.SecurityTypeEnum
 
toString() - Method in enum class io.unitycatalog.client.model.FunctionInfo.SqlDataAccessEnum
 
toString() - Method in class io.unitycatalog.client.model.FunctionInfo
 
toString() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
toString() - Method in class io.unitycatalog.client.model.FunctionParameterInfos
 
toString() - Method in enum class io.unitycatalog.client.model.FunctionParameterMode
 
toString() - Method in enum class io.unitycatalog.client.model.FunctionParameterType
 
toString() - Method in class io.unitycatalog.client.model.GcpOauthToken
 
toString() - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
toString() - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
toString() - Method in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
 
toString() - Method in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
 
toString() - Method in class io.unitycatalog.client.model.ListCatalogsResponse
 
toString() - Method in class io.unitycatalog.client.model.ListFunctionsResponse
 
toString() - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
 
toString() - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
 
toString() - Method in class io.unitycatalog.client.model.ListSchemasResponse
 
toString() - Method in class io.unitycatalog.client.model.ListTablesResponse
 
toString() - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
 
toString() - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
toString() - Method in enum class io.unitycatalog.client.model.ModelVersionOperation
 
toString() - Method in enum class io.unitycatalog.client.model.ModelVersionStatus
 
toString() - Method in enum class io.unitycatalog.client.model.PathOperation
 
toString() - Method in class io.unitycatalog.client.model.PermissionsChange
 
toString() - Method in class io.unitycatalog.client.model.PermissionsList
 
toString() - Method in enum class io.unitycatalog.client.model.PrincipalType
 
toString() - Method in enum class io.unitycatalog.client.model.Privilege
 
toString() - Method in class io.unitycatalog.client.model.PrivilegeAssignment
 
toString() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
toString() - Method in class io.unitycatalog.client.model.SchemaInfo
 
toString() - Method in enum class io.unitycatalog.client.model.SecurableType
 
toString() - Method in class io.unitycatalog.client.model.TableDependency
 
toString() - Method in class io.unitycatalog.client.model.TableInfo
 
toString() - Method in enum class io.unitycatalog.client.model.TableOperation
 
toString() - Method in enum class io.unitycatalog.client.model.TableType
 
toString() - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
toString() - Method in class io.unitycatalog.client.model.UpdateCatalog
 
toString() - Method in class io.unitycatalog.client.model.UpdateModelVersion
 
toString() - Method in class io.unitycatalog.client.model.UpdatePermissions
 
toString() - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
 
toString() - Method in class io.unitycatalog.client.model.UpdateSchema
 
toString() - Method in class io.unitycatalog.client.model.UpdateVolumeRequestContent
 
toString() - Method in class io.unitycatalog.client.model.VolumeInfo
 
toString() - Method in enum class io.unitycatalog.client.model.VolumeOperation
 
toString() - Method in enum class io.unitycatalog.client.model.VolumeType
 
toUrlQueryString() - Method in class io.unitycatalog.client.model.AwsCredentials
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.AzureUserDelegationSAS
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.CatalogInfo
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.ColumnInfo
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.CreateCatalog
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.CreateFunction
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.CreateFunctionRequest
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.CreateModelVersion
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.CreateRegisteredModel
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.CreateSchema
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.CreateTable
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.Dependency
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.DependencyList
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.FinalizeModelVersion
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.FunctionDependency
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.FunctionInfo
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.FunctionParameterInfos
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.GcpOauthToken
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.ListCatalogsResponse
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.ListFunctionsResponse
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.ListSchemasResponse
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.ListTablesResponse
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.ModelVersionInfo
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.PermissionsChange
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.PermissionsList
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.PrivilegeAssignment
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.RegisteredModelInfo
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.SchemaInfo
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.TableDependency
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.TableInfo
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.TemporaryCredentials
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.UpdateCatalog
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.UpdateModelVersion
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.UpdatePermissions
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.UpdateSchema
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.UpdateVolumeRequestContent
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.VolumeInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.AwsCredentials
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.AzureUserDelegationSAS
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.CatalogInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.ColumnInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.ColumnTypeName
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.CreateCatalog
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.CreateFunction
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.CreateFunctionRequest
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.CreateModelVersion
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.CreateRegisteredModel
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.CreateSchema
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.CreateTable
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.DataSourceFormat
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.Dependency
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.DependencyList
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.FinalizeModelVersion
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.FunctionDependency
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.FunctionInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfos
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.FunctionParameterMode
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.FunctionParameterType
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.GcpOauthToken
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryTableCredential
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.ListCatalogsResponse
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.ListFunctionsResponse
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.ListModelVersionsResponse
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.ListRegisteredModelsResponse
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.ListSchemasResponse
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.ListTablesResponse
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.ModelVersionOperation
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.ModelVersionStatus
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.PathOperation
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.PermissionsChange
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.PermissionsList
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.PrincipalType
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.Privilege
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.PrivilegeAssignment
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.SchemaInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.SecurableType
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.TableDependency
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.TableInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.TableOperation
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.TableType
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.TemporaryCredentials
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.UpdateCatalog
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.UpdateModelVersion
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.UpdatePermissions
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.UpdateRegisteredModel
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.UpdateSchema
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.UpdateVolumeRequestContent
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.VolumeInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.VolumeOperation
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.VolumeType
Convert the instance into URL query string.
typeIntervalType(String) - Method in class io.unitycatalog.client.model.ColumnInfo
 
typeIntervalType(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
typeJson(String) - Method in class io.unitycatalog.client.model.ColumnInfo
 
typeJson(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
typeName(ColumnTypeName) - Method in class io.unitycatalog.client.model.ColumnInfo
 
typeName(ColumnTypeName) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
typePrecision(Integer) - Method in class io.unitycatalog.client.model.ColumnInfo
 
typePrecision(Integer) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
typeScale(Integer) - Method in class io.unitycatalog.client.model.ColumnInfo
 
typeScale(Integer) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 
typeText(String) - Method in class io.unitycatalog.client.model.ColumnInfo
 
typeText(String) - Method in class io.unitycatalog.client.model.FunctionParameterInfo
 

U

UNKNOWN_MODEL_VERSION_OPERATION - Enum constant in enum class io.unitycatalog.client.model.ModelVersionOperation
 
UNKNOWN_PATH_OPERATION - Enum constant in enum class io.unitycatalog.client.model.PathOperation
 
UNKNOWN_TABLE_OPERATION - Enum constant in enum class io.unitycatalog.client.model.TableOperation
 
UNKNOWN_VOLUME_OPERATION - Enum constant in enum class io.unitycatalog.client.model.VolumeOperation
 
update(SecurableType, String, UpdatePermissions) - Method in class io.unitycatalog.client.api.GrantsApi
Update a permission Updates the permissions for a securable.
updateBaseUri(String) - Method in class io.unitycatalog.client.ApiClient
 
updateCatalog(String, UpdateCatalog) - Method in class io.unitycatalog.client.api.CatalogsApi
Update a catalog Updates the catalog that matches the supplied name.
UpdateCatalog - Class in io.unitycatalog.client.model
UpdateCatalog
UpdateCatalog() - Constructor for class io.unitycatalog.client.model.UpdateCatalog
 
updateCatalogWithHttpInfo(String, UpdateCatalog) - Method in class io.unitycatalog.client.api.CatalogsApi
Update a catalog Updates the catalog that matches the supplied name.
updatedAt(Long) - Method in class io.unitycatalog.client.model.CatalogInfo
 
updatedAt(Long) - Method in class io.unitycatalog.client.model.FunctionInfo
 
updatedAt(Long) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
updatedAt(Long) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
updatedAt(Long) - Method in class io.unitycatalog.client.model.SchemaInfo
 
updatedAt(Long) - Method in class io.unitycatalog.client.model.TableInfo
 
updatedAt(Long) - Method in class io.unitycatalog.client.model.VolumeInfo
 
updatedBy(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
updatedBy(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
updatedBy(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
updatedBy(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
updatedBy(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
updatedBy(String) - Method in class io.unitycatalog.client.model.TableInfo
 
updatedBy(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
updateModelVersion(String, Long, UpdateModelVersion) - Method in class io.unitycatalog.client.api.ModelVersionsApi
Update a model version Updates the specified model version.
UpdateModelVersion - Class in io.unitycatalog.client.model
UpdateModelVersion
UpdateModelVersion() - Constructor for class io.unitycatalog.client.model.UpdateModelVersion
 
updateModelVersionWithHttpInfo(String, Long, UpdateModelVersion) - Method in class io.unitycatalog.client.api.ModelVersionsApi
Update a model version Updates the specified model version.
UpdatePermissions - Class in io.unitycatalog.client.model
UpdatePermissions
UpdatePermissions() - Constructor for class io.unitycatalog.client.model.UpdatePermissions
 
updateRegisteredModel(String, UpdateRegisteredModel) - Method in class io.unitycatalog.client.api.RegisteredModelsApi
Update a registered model Updates the specified registered model.
UpdateRegisteredModel - Class in io.unitycatalog.client.model
UpdateRegisteredModel
UpdateRegisteredModel() - Constructor for class io.unitycatalog.client.model.UpdateRegisteredModel
 
updateRegisteredModelWithHttpInfo(String, UpdateRegisteredModel) - Method in class io.unitycatalog.client.api.RegisteredModelsApi
Update a registered model Updates the specified registered model.
updateSchema(String, UpdateSchema) - Method in class io.unitycatalog.client.api.SchemasApi
Update a schema Updates the specified schema.
UpdateSchema - Class in io.unitycatalog.client.model
UpdateSchema
UpdateSchema() - Constructor for class io.unitycatalog.client.model.UpdateSchema
 
updateSchemaWithHttpInfo(String, UpdateSchema) - Method in class io.unitycatalog.client.api.SchemasApi
Update a schema Updates the specified schema.
updateVolume(String, UpdateVolumeRequestContent) - Method in class io.unitycatalog.client.api.VolumesApi
Update a Volume Updates the specified volume under the specified parent catalog and schema.
UpdateVolumeRequestContent - Class in io.unitycatalog.client.model
UpdateVolumeRequestContent
UpdateVolumeRequestContent() - Constructor for class io.unitycatalog.client.model.UpdateVolumeRequestContent
 
updateVolumeWithHttpInfo(String, UpdateVolumeRequestContent) - Method in class io.unitycatalog.client.api.VolumesApi
Update a Volume Updates the specified volume under the specified parent catalog and schema.
updateWithHttpInfo(SecurableType, String, UpdatePermissions) - Method in class io.unitycatalog.client.api.GrantsApi
Update a permission Updates the permissions for a securable.
url(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
URL - Variable in class io.unitycatalog.client.ServerConfiguration
 
URL() - Method in class io.unitycatalog.client.ServerConfiguration
Format URL template using default server variables.
URL(Map<String, String>) - Method in class io.unitycatalog.client.ServerConfiguration
Format URL template using given variables.
urlEncode(String) - Static method in class io.unitycatalog.client.ApiClient
URL encode a string in the UTF-8 encoding.
USE_CATALOG - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
USE_SCHEMA - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
USER - Enum constant in enum class io.unitycatalog.client.model.PrincipalType
 
USER_DEFINED_TYPE - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 

V

valueOf(String) - Static method in enum class io.unitycatalog.client.model.ColumnTypeName
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.CreateFunction.ParameterStyleEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.CreateFunction.RoutineBodyEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.CreateFunction.SecurityTypeEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.CreateFunction.SqlDataAccessEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.DataSourceFormat
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.FunctionInfo.ParameterStyleEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.FunctionInfo.RoutineBodyEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.FunctionInfo.SecurityTypeEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.FunctionInfo.SqlDataAccessEnum
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.FunctionParameterMode
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.FunctionParameterType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.ModelVersionOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.ModelVersionStatus
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.PathOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.PrincipalType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.Privilege
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.SecurableType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.TableOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.TableType
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.VolumeOperation
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.unitycatalog.client.model.VolumeType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.unitycatalog.client.model.ColumnTypeName
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.CreateFunction.ParameterStyleEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.CreateFunction.RoutineBodyEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.CreateFunction.SecurityTypeEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.CreateFunction.SqlDataAccessEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.DataSourceFormat
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.FunctionInfo.ParameterStyleEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.FunctionInfo.RoutineBodyEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.FunctionInfo.SecurityTypeEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.FunctionInfo.SqlDataAccessEnum
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.FunctionParameterMode
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.FunctionParameterType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.ModelVersionOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.ModelVersionStatus
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.PathOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.PrincipalType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.Privilege
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.SecurableType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.TableOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.TableType
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.VolumeOperation
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.unitycatalog.client.model.VolumeType
Returns an array containing the constants of this enum class, in the order they are declared.
variables - Variable in class io.unitycatalog.client.ServerConfiguration
 
version(Long) - Method in class io.unitycatalog.client.model.FinalizeModelVersion
 
version(Long) - Method in class io.unitycatalog.client.model.GenerateTemporaryModelVersionCredential
 
version(Long) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
version(Long) - Method in class io.unitycatalog.client.model.UpdateModelVersion
 
VERSION - Static variable in class io.unitycatalog.cli.utils.VersionUtils
 
VERSION - Static variable in class io.unitycatalog.client.Configuration
 
VersionUtils - Class in io.unitycatalog.cli.utils
 
VersionUtils() - Constructor for class io.unitycatalog.cli.utils.VersionUtils
 
VOLUME - Enum constant in enum class io.unitycatalog.client.model.SecurableType
 
volumeId(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryVolumeCredential
 
volumeId(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
VolumeInfo - Class in io.unitycatalog.client.model
VolumeInfo
VolumeInfo() - Constructor for class io.unitycatalog.client.model.VolumeInfo
 
VolumeOperation - Enum Class in io.unitycatalog.client.model
Gets or Sets VolumeOperation
volumes(List<VolumeInfo>) - Method in class io.unitycatalog.client.model.ListVolumesResponseContent
 
VolumesApi - Class in io.unitycatalog.client.api
 
VolumesApi() - Constructor for class io.unitycatalog.client.api.VolumesApi
 
VolumesApi(ApiClient) - Constructor for class io.unitycatalog.client.api.VolumesApi
 
volumeType(VolumeType) - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
volumeType(VolumeType) - Method in class io.unitycatalog.client.model.VolumeInfo
 
VolumeType - Enum Class in io.unitycatalog.client.model
The type of the volume

W

WRITE_VOLUME - Enum constant in enum class io.unitycatalog.client.model.VolumeOperation
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form