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
 
accessToken() - Method in interface io.unitycatalog.client.auth.TokenProvider
Returns the access token for Unity Catalog authentication.
add(List<Privilege>) - Method in class io.unitycatalog.client.model.PermissionsChange
 
addAddItem(Privilege) - Method in class io.unitycatalog.client.model.PermissionsChange
 
addAppVersion(String, String) - Method in class io.unitycatalog.client.ApiClientBuilder
Sets application version metadata as name-version pairs.
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.ColumnInfos
 
addColumnsItem(ColumnInfo) - Method in class io.unitycatalog.client.model.CreateTable
 
addColumnsItem(ColumnInfo) - Method in class io.unitycatalog.client.model.TableInfo
 
addCommitsItem(DeltaCommitInfo) - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
 
addCredentialsItem(CredentialInfo) - Method in class io.unitycatalog.client.model.ListCredentialsResponse
 
addDependenciesItem(Dependency) - Method in class io.unitycatalog.client.model.DependencyList
 
addExternalLocationsItem(ExternalLocationInfo) - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
 
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
 
addRequestInterceptor(Consumer<HttpRequest.Builder>) - Method in class io.unitycatalog.client.ApiClientBuilder
Adds a custom request interceptor to modify HTTP requests before they are sent.
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
 
allowRetry(int) - Method in class io.unitycatalog.client.retry.JitterDelayRetryPolicy
Determines whether a retry should be attempted based on the current attempt number.
allowRetry(int) - Method in interface io.unitycatalog.client.retry.RetryPolicy
Determines whether a retry should be allowed for the given attempt number.
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.
ApiClientBuilder - Class in io.unitycatalog.client
Builder to create configured ApiClient instances for Unity Catalog operations.
ApiException - Exception Class in io.unitycatalog.client
 
ApiException() - Constructor for exception class io.unitycatalog.client.ApiException
 
ApiException(int, String) - Constructor for exception class io.unitycatalog.client.ApiException
 
ApiException(int, String, HttpHeaders, String) - Constructor for exception class io.unitycatalog.client.ApiException
 
ApiException(int, HttpHeaders, String) - Constructor for exception class io.unitycatalog.client.ApiException
 
ApiException(String) - Constructor for exception class io.unitycatalog.client.ApiException
 
ApiException(String, int, HttpHeaders, String) - Constructor for exception class io.unitycatalog.client.ApiException
 
ApiException(String, Throwable, int, HttpHeaders) - Constructor for exception class io.unitycatalog.client.ApiException
 
ApiException(String, Throwable, int, HttpHeaders, String) - Constructor for exception class io.unitycatalog.client.ApiException
 
ApiException(Throwable) - Constructor for exception class 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
 
awsIamRole(AwsIamRoleRequest) - Method in class io.unitycatalog.client.model.CreateCredentialRequest
 
awsIamRole(AwsIamRoleRequest) - Method in class io.unitycatalog.client.model.UpdateCredentialRequest
 
awsIamRole(AwsIamRoleResponse) - Method in class io.unitycatalog.client.model.CredentialInfo
 
AwsIamRoleRequest - Class in io.unitycatalog.client.model
AwsIamRoleRequest
AwsIamRoleRequest() - Constructor for class io.unitycatalog.client.model.AwsIamRoleRequest
 
AwsIamRoleResponse - Class in io.unitycatalog.client.model
AwsIamRoleResponse
AwsIamRoleResponse() - Constructor for class io.unitycatalog.client.model.AwsIamRoleResponse
 
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

baseConvertedDeltaVersion(Long) - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
 
BINARY - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
BOOLEAN - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
build() - Method in class io.unitycatalog.client.ApiClientBuilder
Builds and returns a configured ApiClient instance.
build() - Method in class io.unitycatalog.client.retry.JitterDelayRetryPolicy.Builder
Builds a new JitterDelayRetryPolicy with the configured parameters.
builder() - Static method in class io.unitycatalog.client.retry.JitterDelayRetryPolicy
Creates a new builder for constructing a JitterDelayRetryPolicy.
Builder() - Constructor for class io.unitycatalog.client.retry.JitterDelayRetryPolicy.Builder
 
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.CreateStagingTable
 
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.StagingTableInfo
 
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
 
checkArgument(boolean, String, Object...) - Static method in class io.unitycatalog.client.internal.Preconditions
 
checkNotNull(Object, String, Object...) - Static method in class io.unitycatalog.client.internal.Preconditions
 
Clock - Interface in io.unitycatalog.client.internal
 
Clock.ManualClock - Class in io.unitycatalog.client.internal
 
Clock.SystemClock - Class in io.unitycatalog.client.internal
 
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
 
ColumnInfos - Class in io.unitycatalog.client.model
The schema of the table.
ColumnInfos() - Constructor for class io.unitycatalog.client.model.ColumnInfos
 
columns(List<ColumnInfo>) - Method in class io.unitycatalog.client.model.ColumnInfos
 
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.CreateCredentialRequest
 
comment(String) - Method in class io.unitycatalog.client.model.CreateExternalLocation
 
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.CredentialInfo
 
comment(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.UpdateCredentialRequest
 
comment(String) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
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
 
commit(DeltaCommit) - Method in class io.unitycatalog.client.api.DeltaCommitsApi
Commit changes to a specified Delta table.
commitInfo(DeltaCommitInfo) - Method in class io.unitycatalog.client.model.DeltaCommit
 
commits(List<DeltaCommitInfo>) - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
 
commitWithHttpInfo(DeltaCommit) - Method in class io.unitycatalog.client.api.DeltaCommitsApi
Commit changes to a specified Delta table.
configs() - Method in interface io.unitycatalog.client.auth.TokenProvider
Returns the configuration associated with this token provider.
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
 
convertedDeltaTimestamp(String) - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
 
convertedDeltaVersion(Long) - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
 
create() - Static method in class io.unitycatalog.client.ApiClientBuilder
Creates a new instance of ApiClientBuilder.
create(Map<String, String>) - Static method in interface io.unitycatalog.client.auth.TokenProvider
Creates a token provider from a configuration map.
CREATE_CATALOG - Enum constant in enum class io.unitycatalog.client.model.Privilege
CREATE CATALOG: Enables users to create new catalogs in a metastore.
CREATE_EXTERNAL_LOCATION - Enum constant in enum class io.unitycatalog.client.model.Privilege
CREATE EXTERNAL LOCATION: Required privilege on both the metastore and referenced storage credential to create external locations.
CREATE_EXTERNAL_TABLE - Enum constant in enum class io.unitycatalog.client.model.Privilege
CREATE EXTERNAL TABLE: Enables creating external tables through external locations.
CREATE_EXTERNAL_VOLUME - Enum constant in enum class io.unitycatalog.client.model.Privilege
CREATE EXTERNAL VOLUME: Enables creating external volumes through external locations.
CREATE_FUNCTION - Enum constant in enum class io.unitycatalog.client.model.Privilege
CREATE FUNCTION: Allows users to create functions or procedures within a schema.
CREATE_MANAGED_STORAGE - Enum constant in enum class io.unitycatalog.client.model.Privilege
CREATE MANAGED STORAGE: Allows designating managed storage locations at catalog or schema levels.
CREATE_MODEL - Enum constant in enum class io.unitycatalog.client.model.Privilege
CREATE MODEL: Permits establishing MLflow registered models in a schema.
CREATE_SCHEMA - Enum constant in enum class io.unitycatalog.client.model.Privilege
CREATE SCHEMA: Enables users to create new schemas in a catalog.
CREATE_STORAGE_CREDENTIAL - Enum constant in enum class io.unitycatalog.client.model.Privilege
CREATE STORAGE CREDENTIAL: Required privilege on the metastore to create storage credentials.
CREATE_TABLE - Enum constant in enum class io.unitycatalog.client.model.Privilege
CREATE TABLE: Allows creating tables or views in a schema.
CREATE_VOLUME - Enum constant in enum class io.unitycatalog.client.model.Privilege
CREATE VOLUME: Enables creating volumes in a schema.
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.
createCredential(CreateCredentialRequest) - Method in class io.unitycatalog.client.api.CredentialsApi
Create a credential Creates a new credential.
CreateCredentialRequest - Class in io.unitycatalog.client.model
CreateCredentialRequest
CreateCredentialRequest() - Constructor for class io.unitycatalog.client.model.CreateCredentialRequest
 
createCredentialWithHttpInfo(CreateCredentialRequest) - Method in class io.unitycatalog.client.api.CredentialsApi
Create a credential Creates a new credential.
createdAt(Long) - Method in class io.unitycatalog.client.model.CatalogInfo
 
createdAt(Long) - Method in class io.unitycatalog.client.model.CredentialInfo
 
createdAt(Long) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.CredentialInfo
 
createdBy(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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
 
createExternalLocation(CreateExternalLocation) - Method in class io.unitycatalog.client.api.ExternalLocationsApi
Create an external location Creates a new external location entry in the metastore.
CreateExternalLocation - Class in io.unitycatalog.client.model
CreateExternalLocation
CreateExternalLocation() - Constructor for class io.unitycatalog.client.model.CreateExternalLocation
 
createExternalLocationWithHttpInfo(CreateExternalLocation) - Method in class io.unitycatalog.client.api.ExternalLocationsApi
Create an external location Creates a new external location entry in the metastore.
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.
createStagingTable(CreateStagingTable) - Method in class io.unitycatalog.client.api.TablesApi
Create a staging table Creates a new staging table instance.
CreateStagingTable - Class in io.unitycatalog.client.model
CreateStagingTable
CreateStagingTable() - Constructor for class io.unitycatalog.client.model.CreateStagingTable
 
createStagingTableWithHttpInfo(CreateStagingTable) - Method in class io.unitycatalog.client.api.TablesApi
Create a staging table Creates a new staging table instance.
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.
CREDENTIAL - Enum constant in enum class io.unitycatalog.client.model.SecurableType
 
credentialId(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
CredentialInfo - Class in io.unitycatalog.client.model
CredentialInfo
CredentialInfo() - Constructor for class io.unitycatalog.client.model.CredentialInfo
 
credentialName(String) - Method in class io.unitycatalog.client.model.CreateExternalLocation
 
credentialName(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
credentialName(String) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
CredentialPurpose - Enum Class in io.unitycatalog.client.model
Gets or Sets CredentialPurpose
credentials(List<CredentialInfo>) - Method in class io.unitycatalog.client.model.ListCredentialsResponse
 
CredentialsApi - Class in io.unitycatalog.client.api
 
CredentialsApi() - Constructor for class io.unitycatalog.client.api.CredentialsApi
 
CredentialsApi(ApiClient) - Constructor for class io.unitycatalog.client.api.CredentialsApi
 
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
 
DEFAULT_DELAY_JITTER_FACTOR - Static variable in class io.unitycatalog.client.retry.JitterDelayRetryPolicy
 
DEFAULT_DELAY_MULTIPLIER - Static variable in class io.unitycatalog.client.retry.JitterDelayRetryPolicy
 
DEFAULT_INITIAL_DELAY_MS - Static variable in class io.unitycatalog.client.retry.JitterDelayRetryPolicy
 
DEFAULT_MAX_ATTEMPTS - Static variable in class io.unitycatalog.client.retry.JitterDelayRetryPolicy
 
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
 
delayJitterFactor(double) - Method in class io.unitycatalog.client.retry.JitterDelayRetryPolicy.Builder
Sets the jitter factor to randomize delays and prevent synchronized retries.
delayMultiplier(double) - Method in class io.unitycatalog.client.retry.JitterDelayRetryPolicy.Builder
Sets the multiplier for exponential backoff.
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.
deleteCredential(String, Boolean) - Method in class io.unitycatalog.client.api.CredentialsApi
Delete a credential Deletes a credential from the metastore.
deleteCredentialWithHttpInfo(String, Boolean) - Method in class io.unitycatalog.client.api.CredentialsApi
Delete a credential Deletes a credential from the metastore.
deleteExternalLocation(String, Boolean) - Method in class io.unitycatalog.client.api.ExternalLocationsApi
Delete an external location Deletes the specified external location from the metastore.
deleteExternalLocationWithHttpInfo(String, Boolean) - Method in class io.unitycatalog.client.api.ExternalLocationsApi
Delete an external location Deletes the specified external location from the metastore.
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
 
DeltaCommit - Class in io.unitycatalog.client.model
Request body for committing changes to a specified Delta table.
DeltaCommit() - Constructor for class io.unitycatalog.client.model.DeltaCommit
 
DeltaCommitInfo - Class in io.unitycatalog.client.model
Represents a Delta commit version.
DeltaCommitInfo() - Constructor for class io.unitycatalog.client.model.DeltaCommitInfo
 
DeltaCommitMetadataProperties - Class in io.unitycatalog.client.model
The properties of the Delta table.
DeltaCommitMetadataProperties() - Constructor for class io.unitycatalog.client.model.DeltaCommitMetadataProperties
 
DeltaCommitsApi - Class in io.unitycatalog.client.api
 
DeltaCommitsApi() - Constructor for class io.unitycatalog.client.api.DeltaCommitsApi
 
DeltaCommitsApi(ApiClient) - Constructor for class io.unitycatalog.client.api.DeltaCommitsApi
 
DeltaGetCommits - Class in io.unitycatalog.client.model
DeltaGetCommits
DeltaGetCommits() - Constructor for class io.unitycatalog.client.model.DeltaGetCommits
 
DeltaGetCommitsResponse - Class in io.unitycatalog.client.model
DeltaGetCommitsResponse
DeltaGetCommitsResponse() - Constructor for class io.unitycatalog.client.model.DeltaGetCommitsResponse
 
DeltaMetadata - Class in io.unitycatalog.client.model
Represents a Delta metadata action (see https://github.com/delta-io/delta/blob/master/PROTOCOL.md#change-metadata for more information).
DeltaMetadata() - Constructor for class io.unitycatalog.client.model.DeltaMetadata
 
DeltaUniform - Class in io.unitycatalog.client.model
Uniform metadata that can be atomically committed alongside a Delta commit.
DeltaUniform() - Constructor for class io.unitycatalog.client.model.DeltaUniform
 
DeltaUniformIceberg - Class in io.unitycatalog.client.model
Iceberg conversion metadata tracking the Delta-to-Iceberg conversion state.
DeltaUniformIceberg() - Constructor for class io.unitycatalog.client.model.DeltaUniformIceberg
 
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
 
description(String) - Method in class io.unitycatalog.client.model.DeltaMetadata
 
DOUBLE - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 

E

endVersion(Long) - Method in class io.unitycatalog.client.model.DeltaGetCommits
 
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.AwsIamRoleRequest
Return true if this AwsIamRoleRequest object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
Return true if this AwsIamRoleResponse 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.ColumnInfos
Return true if this ColumnInfos 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.CreateCredentialRequest
Return true if this CreateCredentialRequest object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.CreateExternalLocation
Return true if this CreateExternalLocation 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.CreateStagingTable
Return true if this CreateStagingTable 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.CredentialInfo
Return true if this CredentialInfo object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.DeltaCommit
Return true if this DeltaCommit object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
Return true if this DeltaCommitInfo object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.DeltaCommitMetadataProperties
Return true if this DeltaCommitMetadataProperties object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.DeltaGetCommits
Return true if this DeltaGetCommits object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
Return true if this DeltaGetCommitsResponse object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.DeltaMetadata
Return true if this DeltaMetadata object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.DeltaUniform
Return true if this DeltaUniform object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
Return true if this DeltaUniformIceberg 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.ExternalLocationInfo
Return true if this ExternalLocationInfo 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.GetMetastoreSummaryResponse
Return true if this GetMetastoreSummaryResponse 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.ListCredentialsResponse
Return true if this ListCredentialsResponse object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
Return true if this ListExternalLocationsResponse 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.StagingTableInfo
Return true if this StagingTableInfo 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.UpdateCredentialRequest
Return true if this UpdateCredentialRequest object is equal to o.
equals(Object) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
Return true if this UpdateExternalLocation 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
EXECUTE: Permits invoking user-defined functions or loading models for inference.
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
 
EXTERNAL_LOCATION - Enum constant in enum class io.unitycatalog.client.model.SecurableType
 
externalId(String) - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
 
externalLanguage(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
externalLanguage(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
ExternalLocationInfo - Class in io.unitycatalog.client.model
ExternalLocationInfo
ExternalLocationInfo() - Constructor for class io.unitycatalog.client.model.ExternalLocationInfo
 
externalLocations(List<ExternalLocationInfo>) - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
 
ExternalLocationsApi - Class in io.unitycatalog.client.api
 
ExternalLocationsApi() - Constructor for class io.unitycatalog.client.api.ExternalLocationsApi
 
ExternalLocationsApi(ApiClient) - Constructor for class io.unitycatalog.client.api.ExternalLocationsApi
 

F

FAILED_REGISTRATION - Enum constant in enum class io.unitycatalog.client.model.ModelVersionStatus
FAILED_REGISTRATION: Indicates that the client has failed to write all model artifacts to external storage.
fileModificationTimestamp(Long) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
fileName(String) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
fileSize(Long) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
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.CredentialPurpose
 
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.CredentialInfo
 
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.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.CredentialsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class io.unitycatalog.client.api.DeltaCommitsApi
 
getApiException(String, HttpResponse<InputStream>) - Method in class io.unitycatalog.client.api.ExternalLocationsApi
 
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.MetastoresApi
 
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.
getAwsIamRole() - Method in class io.unitycatalog.client.model.CreateCredentialRequest
Get awsIamRole
getAwsIamRole() - Method in class io.unitycatalog.client.model.CredentialInfo
Get awsIamRole
getAwsIamRole() - Method in class io.unitycatalog.client.model.UpdateCredentialRequest
Get awsIamRole
getAwsTempCredentials() - Method in class io.unitycatalog.client.model.TemporaryCredentials
Get awsTempCredentials
getAzureUserDelegationSas() - Method in class io.unitycatalog.client.model.TemporaryCredentials
Get azureUserDelegationSas
getBaseConvertedDeltaVersion() - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
Optional Delta version used to incrementally convert Delta changes to Iceberg changes to produce the latest Iceberg metadata at the metadata_location.
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.CreateStagingTable
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.StagingTableInfo
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 class io.unitycatalog.client.ApiException
Get the HTTP status code.
getColumns() - Method in class io.unitycatalog.client.model.ColumnInfos
The array of column descriptions.
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.CreateCredentialRequest
Comment associated with the credential.
getComment() - Method in class io.unitycatalog.client.model.CreateExternalLocation
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.CredentialInfo
Comment associated with the credential.
getComment() - Method in class io.unitycatalog.client.model.ExternalLocationInfo
User-provided free-form text description.
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.UpdateCredentialRequest
Comment associated with the credential.
getComment() - Method in class io.unitycatalog.client.model.UpdateExternalLocation
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
getCommitInfo() - Method in class io.unitycatalog.client.model.DeltaCommit
Get commitInfo
getCommits() - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
The list of unbackfilled Delta table commits.
getCommits(DeltaGetCommits) - Method in class io.unitycatalog.client.api.DeltaCommitsApi
List unbackfilled Delta table commits.
getCommitsWithHttpInfo(DeltaGetCommits) - Method in class io.unitycatalog.client.api.DeltaCommitsApi
List unbackfilled Delta table commits.
getConnectTimeout() - Method in class io.unitycatalog.client.ApiClient
Get connection timeout (in milliseconds).
getConvertedDeltaTimestamp() - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
The timestamp that Delta finished conversion to produce the Iceberg metadata location.
getConvertedDeltaVersion() - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
The Delta version that was converted to Iceberg to produce the Iceberg metadata location.
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.CredentialInfo
Time at which this Credential was created, in epoch milliseconds.
getCreatedAt() - Method in class io.unitycatalog.client.model.ExternalLocationInfo
Time at which this external location 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.CredentialInfo
Username of credential creator.
getCreatedBy() - Method in class io.unitycatalog.client.model.ExternalLocationInfo
Username of external location 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
getCredential(String) - Method in class io.unitycatalog.client.api.CredentialsApi
Get a credential Gets a credential from the metastore.
getCredentialId() - Method in class io.unitycatalog.client.model.ExternalLocationInfo
Unique ID of the location's storage credential.
getCredentialName() - Method in class io.unitycatalog.client.model.CreateExternalLocation
Name of the storage credential used with this location.
getCredentialName() - Method in class io.unitycatalog.client.model.ExternalLocationInfo
Name of the storage credential used with this location.
getCredentialName() - Method in class io.unitycatalog.client.model.UpdateExternalLocation
Name of the storage credential used with this location.
getCredentials() - Method in class io.unitycatalog.client.model.ListCredentialsResponse
An array of credential information objects.
getCredentialWithHttpInfo(String) - Method in class io.unitycatalog.client.api.CredentialsApi
Get a credential Gets a credential from the metastore.
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.
getDescription() - Method in class io.unitycatalog.client.model.DeltaMetadata
The table comment.
getEndVersion() - Method in class io.unitycatalog.client.model.DeltaGetCommits
The end version upto which to retrieve commits (inclusive).
getExpirationTime() - Method in class io.unitycatalog.client.model.TemporaryCredentials
Server time when the credential will expire, in epoch milliseconds.
getExternalId() - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
The external ID used in role assumption to prevent confused deputy problem.
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.
getExternalLocation(String) - Method in class io.unitycatalog.client.api.ExternalLocationsApi
Get an external location Gets an external location from the metastore.
getExternalLocations() - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
An array of external locations.
getExternalLocationWithHttpInfo(String) - Method in class io.unitycatalog.client.api.ExternalLocationsApi
Get an external location Gets an external location from the metastore.
getFileModificationTimestamp() - Method in class io.unitycatalog.client.model.DeltaCommitInfo
The modification time of the commit file.
getFileName() - Method in class io.unitycatalog.client.model.DeltaCommitInfo
The filename of the UUID-based commit file.
getFileSize() - Method in class io.unitycatalog.client.model.DeltaCommitInfo
The size of the commit file in bytes.
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.CredentialInfo
The full name of the credential.
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.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.
getHttpClient() - Method in class io.unitycatalog.client.internal.RetryingApiClient
 
getIceberg() - Method in class io.unitycatalog.client.model.DeltaUniform
Get iceberg
getId() - Method in class io.unitycatalog.client.model.CatalogInfo
Unique identifier for the catalog.
getId() - Method in class io.unitycatalog.client.model.CredentialInfo
The unique identifier of the credential.
getId() - Method in class io.unitycatalog.client.model.ExternalLocationInfo
Unique identifier for the external location.
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.
getId() - Method in class io.unitycatalog.client.model.StagingTableInfo
Unique identifier for the table.
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.
getLatestBackfilledVersion() - Method in class io.unitycatalog.client.model.DeltaCommit
The highest version of the commits that have been backfilled for this table; meaning UC no longer needs to keep track of commits of versions <= this version.
getLatestTableVersion() - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
Represents the latest version of the table tracked by UC.
getManualClock(String) - Static method in interface io.unitycatalog.client.internal.Clock
 
getMapper() - Method in class io.unitycatalog.client.JSON
Get the object mapper
getMetadata() - Method in class io.unitycatalog.client.model.DeltaCommit
Get metadata
getMetadataLocation() - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
The latest Iceberg metadata location.
getMetastoreId() - Method in class io.unitycatalog.client.model.GetMetastoreSummaryResponse
Unique identifier of the metastore.
GetMetastoreSummaryResponse - Class in io.unitycatalog.client.model
GetMetastoreSummaryResponse
GetMetastoreSummaryResponse() - Constructor for class io.unitycatalog.client.model.GetMetastoreSummaryResponse
 
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.CreateCredentialRequest
The credential name.
getName() - Method in class io.unitycatalog.client.model.CreateExternalLocation
Name of the external location.
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.CreateStagingTable
Name of table, relative to parent schema.
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.CredentialInfo
The credential name.
getName() - Method in class io.unitycatalog.client.model.ExternalLocationInfo
Name of the external location.
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.StagingTableInfo
Name of table, relative to parent schema.
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.UpdateCredentialRequest
New name for the credential.
getNewName() - Method in class io.unitycatalog.client.model.UpdateExternalLocation
New name for the external location.
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.ListCredentialsResponse
Opaque token to retrieve the next page of results.
getNextPageToken() - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
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.CredentialInfo
Username of current owner of credential.
getOwner() - Method in class io.unitycatalog.client.model.ExternalLocationInfo
The owner of the external location.
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.UpdateCredentialRequest
Username of current owner of credential.
getOwner() - Method in class io.unitycatalog.client.model.UpdateExternalLocation
The owner of the external location.
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.DeltaCommitMetadataProperties
A map of key-value properties attached to the securable.
getProperties() - Method in class io.unitycatalog.client.model.DeltaMetadata
Get properties
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.
getPurpose() - Method in class io.unitycatalog.client.model.CreateCredentialRequest
Get purpose
getPurpose() - Method in class io.unitycatalog.client.model.CredentialInfo
Get purpose
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 class io.unitycatalog.client.ApiException
Get the HTTP response body.
getResponseHeaders() - Method in exception class 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
getRoleArn() - Method in class io.unitycatalog.client.model.AwsIamRoleRequest
The Amazon Resource Name (ARN) of the AWS IAM role used to vend temporary credentials.
getRoleArn() - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
The Amazon Resource Name (ARN) of the AWS IAM role used to vend temporary credentials.
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() - Method in class io.unitycatalog.client.model.DeltaMetadata
Get schema
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.CreateStagingTable
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.StagingTableInfo
Name of parent schema relative to its parent catalog.
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.
getStagingLocation() - Method in class io.unitycatalog.client.model.StagingTableInfo
URI generated for the staging table
getStartVersion() - Method in class io.unitycatalog.client.model.DeltaGetCommits
The start version from which to retrieve commits (inclusive).
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.CatalogInfo
Storage Location URL (full path) for managed storage location of catalog.
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.SchemaInfo
Storage Location URL (full path) for managed storage location of schema.
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
getStorageRoot() - Method in class io.unitycatalog.client.model.CatalogInfo
Storage root URL for managed storage location of catalog.
getStorageRoot() - Method in class io.unitycatalog.client.model.CreateCatalog
Storage root URL for managed storage location of catalog.
getStorageRoot() - Method in class io.unitycatalog.client.model.CreateSchema
Storage root URL for managed storage location of schema.
getStorageRoot() - Method in class io.unitycatalog.client.model.SchemaInfo
Storage root URL for managed storage location of schema.
getTable() - Method in class io.unitycatalog.client.model.Dependency
Get table
getTable(String, Boolean, Boolean) - 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.DeltaCommit
The ID of the table to commit to.
getTableId() - Method in class io.unitycatalog.client.model.DeltaGetCommits
The ID of the table to get the commits for.
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
getTableUri() - Method in class io.unitycatalog.client.model.DeltaCommit
The URI of the storage location of the table.
getTableUri() - Method in class io.unitycatalog.client.model.DeltaGetCommits
The URI of the storage location of the table.
getTableWithHttpInfo(String, Boolean, Boolean) - Method in class io.unitycatalog.client.api.TablesApi
Get a table Gets a table for a specific catalog and schema.
getTimestamp() - Method in class io.unitycatalog.client.model.DeltaCommitInfo
The timestamp for when the commit was made.
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.
getUniform() - Method in class io.unitycatalog.client.model.DeltaCommit
Get uniform
getUnityCatalogIamArn() - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
The Amazon Resource Name (ARN) of the AWS IAM used by the Unity Catalog Server.
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.CredentialInfo
Time at which this credential was last modified, in epoch milliseconds.
getUpdatedAt() - Method in class io.unitycatalog.client.model.ExternalLocationInfo
Time at which external location this 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.CredentialInfo
Username of user who last modified the credential.
getUpdatedBy() - Method in class io.unitycatalog.client.model.ExternalLocationInfo
Username of user who last modified the external location.
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.CreateExternalLocation
Path URL of the external location.
getUrl() - Method in class io.unitycatalog.client.model.ExternalLocationInfo
Path URL of the external location.
getUrl() - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
The URL of the storage path for which temporary credentials need to be generated.
getUrl() - Method in class io.unitycatalog.client.model.UpdateExternalLocation
Path URL of the external location.
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.CredentialPurpose
 
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.DeltaCommitInfo
The version of this commit.
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.
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.AwsIamRoleRequest
 
hashCode() - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
 
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.ColumnInfos
 
hashCode() - Method in class io.unitycatalog.client.model.CreateCatalog
 
hashCode() - Method in class io.unitycatalog.client.model.CreateCredentialRequest
 
hashCode() - Method in class io.unitycatalog.client.model.CreateExternalLocation
 
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.CreateStagingTable
 
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.CredentialInfo
 
hashCode() - Method in class io.unitycatalog.client.model.DeltaCommit
 
hashCode() - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
hashCode() - Method in class io.unitycatalog.client.model.DeltaCommitMetadataProperties
 
hashCode() - Method in class io.unitycatalog.client.model.DeltaGetCommits
 
hashCode() - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
 
hashCode() - Method in class io.unitycatalog.client.model.DeltaMetadata
 
hashCode() - Method in class io.unitycatalog.client.model.DeltaUniform
 
hashCode() - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
 
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.ExternalLocationInfo
 
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.GetMetastoreSummaryResponse
 
hashCode() - Method in class io.unitycatalog.client.model.ListCatalogsResponse
 
hashCode() - Method in class io.unitycatalog.client.model.ListCredentialsResponse
 
hashCode() - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
 
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.StagingTableInfo
 
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.UpdateCredentialRequest
 
hashCode() - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
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

iceberg(DeltaUniformIceberg) - Method in class io.unitycatalog.client.model.DeltaUniform
 
id(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
id(String) - Method in class io.unitycatalog.client.model.CredentialInfo
 
id(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
id(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
id(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
id(String) - Method in class io.unitycatalog.client.model.StagingTableInfo
 
IN - Enum constant in enum class io.unitycatalog.client.model.FunctionParameterMode
 
initDelayMs(long) - Method in class io.unitycatalog.client.retry.JitterDelayRetryPolicy.Builder
Sets the initial delay in milliseconds before the first retry.
initialize(Map<String, String>) - Method in interface io.unitycatalog.client.auth.TokenProvider
Initializes the token provider with configuration parameters.
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.client - package io.unitycatalog.client
 
io.unitycatalog.client.api - package io.unitycatalog.client.api
 
io.unitycatalog.client.auth - package io.unitycatalog.client.auth
 
io.unitycatalog.client.internal - package io.unitycatalog.client.internal
 
io.unitycatalog.client.model - package io.unitycatalog.client.model
 
io.unitycatalog.client.retry - package io.unitycatalog.client.retry
 
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

JitterDelayRetryPolicy - Class in io.unitycatalog.client.retry
A retry policy implementation that uses exponential backoff with configurable jitter.
JitterDelayRetryPolicy.Builder - Class in io.unitycatalog.client.retry
Builder for creating JitterDelayRetryPolicy instances with custom configuration.
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_IAM_ROLE - Static variable in class io.unitycatalog.client.model.CreateCredentialRequest
 
JSON_PROPERTY_AWS_IAM_ROLE - Static variable in class io.unitycatalog.client.model.CredentialInfo
 
JSON_PROPERTY_AWS_IAM_ROLE - Static variable in class io.unitycatalog.client.model.UpdateCredentialRequest
 
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_BASE_CONVERTED_DELTA_VERSION - Static variable in class io.unitycatalog.client.model.DeltaUniformIceberg
 
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.CreateStagingTable
 
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.StagingTableInfo
 
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.ColumnInfos
 
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.CreateCredentialRequest
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.CreateExternalLocation
 
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.CredentialInfo
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.UpdateCredentialRequest
 
JSON_PROPERTY_COMMENT - Static variable in class io.unitycatalog.client.model.UpdateExternalLocation
 
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_COMMIT_INFO - Static variable in class io.unitycatalog.client.model.DeltaCommit
 
JSON_PROPERTY_COMMITS - Static variable in class io.unitycatalog.client.model.DeltaGetCommitsResponse
 
JSON_PROPERTY_CONVERTED_DELTA_TIMESTAMP - Static variable in class io.unitycatalog.client.model.DeltaUniformIceberg
 
JSON_PROPERTY_CONVERTED_DELTA_VERSION - Static variable in class io.unitycatalog.client.model.DeltaUniformIceberg
 
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.CredentialInfo
 
JSON_PROPERTY_CREATED_AT - Static variable in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.CredentialInfo
 
JSON_PROPERTY_CREATED_BY - Static variable in class io.unitycatalog.client.model.ExternalLocationInfo
 
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_CREDENTIAL_ID - Static variable in class io.unitycatalog.client.model.ExternalLocationInfo
 
JSON_PROPERTY_CREDENTIAL_NAME - Static variable in class io.unitycatalog.client.model.CreateExternalLocation
 
JSON_PROPERTY_CREDENTIAL_NAME - Static variable in class io.unitycatalog.client.model.ExternalLocationInfo
 
JSON_PROPERTY_CREDENTIAL_NAME - Static variable in class io.unitycatalog.client.model.UpdateExternalLocation
 
JSON_PROPERTY_CREDENTIALS - Static variable in class io.unitycatalog.client.model.ListCredentialsResponse
 
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_DESCRIPTION - Static variable in class io.unitycatalog.client.model.DeltaMetadata
 
JSON_PROPERTY_END_VERSION - Static variable in class io.unitycatalog.client.model.DeltaGetCommits
 
JSON_PROPERTY_EXPIRATION_TIME - Static variable in class io.unitycatalog.client.model.TemporaryCredentials
 
JSON_PROPERTY_EXTERNAL_ID - Static variable in class io.unitycatalog.client.model.AwsIamRoleResponse
 
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_EXTERNAL_LOCATIONS - Static variable in class io.unitycatalog.client.model.ListExternalLocationsResponse
 
JSON_PROPERTY_FILE_MODIFICATION_TIMESTAMP - Static variable in class io.unitycatalog.client.model.DeltaCommitInfo
 
JSON_PROPERTY_FILE_NAME - Static variable in class io.unitycatalog.client.model.DeltaCommitInfo
 
JSON_PROPERTY_FILE_SIZE - Static variable in class io.unitycatalog.client.model.DeltaCommitInfo
 
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.CredentialInfo
 
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.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_ICEBERG - Static variable in class io.unitycatalog.client.model.DeltaUniform
 
JSON_PROPERTY_ID - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
JSON_PROPERTY_ID - Static variable in class io.unitycatalog.client.model.CredentialInfo
 
JSON_PROPERTY_ID - Static variable in class io.unitycatalog.client.model.ExternalLocationInfo
 
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_ID - Static variable in class io.unitycatalog.client.model.StagingTableInfo
 
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_LATEST_BACKFILLED_VERSION - Static variable in class io.unitycatalog.client.model.DeltaCommit
 
JSON_PROPERTY_LATEST_TABLE_VERSION - Static variable in class io.unitycatalog.client.model.DeltaGetCommitsResponse
 
JSON_PROPERTY_METADATA - Static variable in class io.unitycatalog.client.model.DeltaCommit
 
JSON_PROPERTY_METADATA_LOCATION - Static variable in class io.unitycatalog.client.model.DeltaUniformIceberg
 
JSON_PROPERTY_METASTORE_ID - Static variable in class io.unitycatalog.client.model.GetMetastoreSummaryResponse
 
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.CreateCredentialRequest
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.CreateExternalLocation
 
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.CreateStagingTable
 
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.CredentialInfo
 
JSON_PROPERTY_NAME - Static variable in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.StagingTableInfo
 
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.UpdateCredentialRequest
 
JSON_PROPERTY_NEW_NAME - Static variable in class io.unitycatalog.client.model.UpdateExternalLocation
 
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.ListCredentialsResponse
 
JSON_PROPERTY_NEXT_PAGE_TOKEN - Static variable in class io.unitycatalog.client.model.ListExternalLocationsResponse
 
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.CredentialInfo
 
JSON_PROPERTY_OWNER - Static variable in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.UpdateCredentialRequest
 
JSON_PROPERTY_OWNER - Static variable in class io.unitycatalog.client.model.UpdateExternalLocation
 
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.DeltaCommitMetadataProperties
 
JSON_PROPERTY_PROPERTIES - Static variable in class io.unitycatalog.client.model.DeltaMetadata
 
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_PURPOSE - Static variable in class io.unitycatalog.client.model.CreateCredentialRequest
 
JSON_PROPERTY_PURPOSE - Static variable in class io.unitycatalog.client.model.CredentialInfo
 
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_ROLE_ARN - Static variable in class io.unitycatalog.client.model.AwsIamRoleRequest
 
JSON_PROPERTY_ROLE_ARN - Static variable in class io.unitycatalog.client.model.AwsIamRoleResponse
 
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 - Static variable in class io.unitycatalog.client.model.DeltaMetadata
 
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.CreateStagingTable
 
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.StagingTableInfo
 
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_STAGING_LOCATION - Static variable in class io.unitycatalog.client.model.StagingTableInfo
 
JSON_PROPERTY_START_VERSION - Static variable in class io.unitycatalog.client.model.DeltaGetCommits
 
JSON_PROPERTY_STATUS - Static variable in class io.unitycatalog.client.model.ModelVersionInfo
 
JSON_PROPERTY_STORAGE_LOCATION - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
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.SchemaInfo
 
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_STORAGE_ROOT - Static variable in class io.unitycatalog.client.model.CatalogInfo
 
JSON_PROPERTY_STORAGE_ROOT - Static variable in class io.unitycatalog.client.model.CreateCatalog
 
JSON_PROPERTY_STORAGE_ROOT - Static variable in class io.unitycatalog.client.model.CreateSchema
 
JSON_PROPERTY_STORAGE_ROOT - Static variable in class io.unitycatalog.client.model.SchemaInfo
 
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.DeltaCommit
 
JSON_PROPERTY_TABLE_ID - Static variable in class io.unitycatalog.client.model.DeltaGetCommits
 
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_TABLE_URI - Static variable in class io.unitycatalog.client.model.DeltaCommit
 
JSON_PROPERTY_TABLE_URI - Static variable in class io.unitycatalog.client.model.DeltaGetCommits
 
JSON_PROPERTY_TABLES - Static variable in class io.unitycatalog.client.model.ListTablesResponse
 
JSON_PROPERTY_TIMESTAMP - Static variable in class io.unitycatalog.client.model.DeltaCommitInfo
 
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_UNIFORM - Static variable in class io.unitycatalog.client.model.DeltaCommit
 
JSON_PROPERTY_UNITY_CATALOG_IAM_ARN - Static variable in class io.unitycatalog.client.model.AwsIamRoleResponse
 
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.CredentialInfo
 
JSON_PROPERTY_UPDATED_AT - Static variable in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.CredentialInfo
 
JSON_PROPERTY_UPDATED_BY - Static variable in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.CreateExternalLocation
 
JSON_PROPERTY_URL - Static variable in class io.unitycatalog.client.model.ExternalLocationInfo
 
JSON_PROPERTY_URL - Static variable in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
JSON_PROPERTY_URL - Static variable in class io.unitycatalog.client.model.UpdateExternalLocation
 
JSON_PROPERTY_VERSION - Static variable in class io.unitycatalog.client.model.DeltaCommitInfo
 
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_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

latestBackfilledVersion(Long) - Method in class io.unitycatalog.client.model.DeltaCommit
 
latestTableVersion(Long) - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
 
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.
listCredentials(Integer, String, CredentialPurpose) - Method in class io.unitycatalog.client.api.CredentialsApi
List credentials Gets an array of credentials (as __CredentialInfo__ objects).
ListCredentialsResponse - Class in io.unitycatalog.client.model
ListCredentialsResponse
ListCredentialsResponse() - Constructor for class io.unitycatalog.client.model.ListCredentialsResponse
 
listCredentialsWithHttpInfo(Integer, String, CredentialPurpose) - Method in class io.unitycatalog.client.api.CredentialsApi
List credentials Gets an array of credentials (as __CredentialInfo__ objects).
listExternalLocations(Integer, String) - Method in class io.unitycatalog.client.api.ExternalLocationsApi
List external locations Gets an array of external locations (ExternalLocationInfo objects) from the metastore.
ListExternalLocationsResponse - Class in io.unitycatalog.client.model
ListExternalLocationsResponse
ListExternalLocationsResponse() - Constructor for class io.unitycatalog.client.model.ListExternalLocationsResponse
 
listExternalLocationsWithHttpInfo(Integer, String) - Method in class io.unitycatalog.client.api.ExternalLocationsApi
List external locations Gets an array of external locations (ExternalLocationInfo objects) from the metastore.
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
 
manualClock(Instant) - Static method in interface io.unitycatalog.client.internal.Clock
 
MAP - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
MATERIALIZED_VIEW - Enum constant in enum class io.unitycatalog.client.model.TableType
 
maxAttempts() - Method in class io.unitycatalog.client.retry.JitterDelayRetryPolicy
 
maxAttempts() - Method in interface io.unitycatalog.client.retry.RetryPolicy
Returns the maximum number of retry attempts allowed by this policy.
maxAttempts(int) - Method in class io.unitycatalog.client.retry.JitterDelayRetryPolicy.Builder
Sets the maximum number of attempts (including the initial request).
metadata(DeltaMetadata) - Method in class io.unitycatalog.client.model.DeltaCommit
 
metadataLocation(URI) - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
 
METASTORE - Enum constant in enum class io.unitycatalog.client.model.SecurableType
 
metastoreId(String) - Method in class io.unitycatalog.client.model.GetMetastoreSummaryResponse
 
MetastoresApi - Class in io.unitycatalog.client.api
 
MetastoresApi() - Constructor for class io.unitycatalog.client.api.MetastoresApi
 
MetastoresApi(ApiClient) - Constructor for class io.unitycatalog.client.api.MetastoresApi
 
MODEL_VERSION_STATUS_UNKNOWN - Enum constant in enum class io.unitycatalog.client.model.ModelVersionStatus
MODEL_VERSION_STATUS_UNKNOWN: Unknown
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.
MODIFY - Enum constant in enum class io.unitycatalog.client.model.Privilege
MODIFY: Enables adding, updating, and deleting data within tables (requires SELECT privilege also).

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.CreateCredentialRequest
 
name(String) - Method in class io.unitycatalog.client.model.CreateExternalLocation
 
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.CreateStagingTable
 
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.CredentialInfo
 
name(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.StagingTableInfo
 
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.UpdateCredentialRequest
 
newName(String) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
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.ListCredentialsResponse
 
nextPageToken(String) - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
 
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
 
now() - Method in class io.unitycatalog.client.internal.Clock.ManualClock
 
now() - Method in interface io.unitycatalog.client.internal.Clock
 
now() - Method in class io.unitycatalog.client.internal.Clock.SystemClock
 
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.CredentialInfo
 
owner(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.UpdateCredentialRequest
 
owner(String) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
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
PENDING_REGISTRATION: Indicates that the client has not completely written all model artifacts to external storage.
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
 
Preconditions - Class in io.unitycatalog.client.internal
 
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(DeltaCommitMetadataProperties) - Method in class io.unitycatalog.client.model.DeltaMetadata
 
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.DeltaCommitMetadataProperties
 
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
 
purpose(CredentialPurpose) - Method in class io.unitycatalog.client.model.CreateCredentialRequest
 
purpose(CredentialPurpose) - Method in class io.unitycatalog.client.model.CredentialInfo
 
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.DeltaCommitMetadataProperties
 
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_FILES - Enum constant in enum class io.unitycatalog.client.model.Privilege
READ FILES: Grants direct read access to files in cloud storage configured as external locations.
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: Permits reading files and directories within volumes.
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
READY: Indicates that the client has successfully written all model artifacts to external storage.
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
 
removeManualClock(String) - Static method in interface io.unitycatalog.client.internal.Clock
 
RetryingApiClient - Class in io.unitycatalog.client.internal
Adds retry handling on top of the generated ApiClient.
RetryingApiClient(RetryPolicy) - Constructor for class io.unitycatalog.client.internal.RetryingApiClient
 
retryPolicy(RetryPolicy) - Method in class io.unitycatalog.client.ApiClientBuilder
Sets a custom request retry policy for handling transient failures.
RetryPolicy - Interface in io.unitycatalog.client.retry
Defines a RetryPolicy for handling transient failures in Unity Catalog client operations.
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
 
roleArn(String) - Method in class io.unitycatalog.client.model.AwsIamRoleRequest
 
roleArn(String) - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
 
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(ColumnInfos) - Method in class io.unitycatalog.client.model.DeltaMetadata
 
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.CreateStagingTable
 
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.StagingTableInfo
 
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
SELECT: Enables querying tables, views, materialized views.
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.
setAwsIamRole(AwsIamRoleRequest) - Method in class io.unitycatalog.client.model.CreateCredentialRequest
 
setAwsIamRole(AwsIamRoleRequest) - Method in class io.unitycatalog.client.model.UpdateCredentialRequest
 
setAwsIamRole(AwsIamRoleResponse) - Method in class io.unitycatalog.client.model.CredentialInfo
 
setAwsTempCredentials(AwsCredentials) - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
setAzureUserDelegationSas(AzureUserDelegationSAS) - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
setBaseConvertedDeltaVersion(Long) - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
 
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.CreateStagingTable
 
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.StagingTableInfo
 
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.ColumnInfos
 
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.CreateCredentialRequest
 
setComment(String) - Method in class io.unitycatalog.client.model.CreateExternalLocation
 
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.CredentialInfo
 
setComment(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.UpdateCredentialRequest
 
setComment(String) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
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
 
setCommitInfo(DeltaCommitInfo) - Method in class io.unitycatalog.client.model.DeltaCommit
 
setCommits(List<DeltaCommitInfo>) - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
 
setConnectTimeout(Duration) - Method in class io.unitycatalog.client.ApiClient
Sets the connect timeout (in milliseconds) for the http client.
setConvertedDeltaTimestamp(String) - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
 
setConvertedDeltaVersion(Long) - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
 
setCreatedAt(Long) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setCreatedAt(Long) - Method in class io.unitycatalog.client.model.CredentialInfo
 
setCreatedAt(Long) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.CredentialInfo
 
setCreatedBy(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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
 
setCredentialId(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
setCredentialName(String) - Method in class io.unitycatalog.client.model.CreateExternalLocation
 
setCredentialName(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
setCredentialName(String) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
setCredentials(List<CredentialInfo>) - Method in class io.unitycatalog.client.model.ListCredentialsResponse
 
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
 
setDescription(String) - Method in class io.unitycatalog.client.model.DeltaMetadata
 
setEndVersion(Long) - Method in class io.unitycatalog.client.model.DeltaGetCommits
 
setExpirationTime(Long) - Method in class io.unitycatalog.client.model.TemporaryCredentials
 
setExternalId(String) - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
 
setExternalLanguage(String) - Method in class io.unitycatalog.client.model.CreateFunction
 
setExternalLanguage(String) - Method in class io.unitycatalog.client.model.FunctionInfo
 
setExternalLocations(List<ExternalLocationInfo>) - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
 
setFileModificationTimestamp(Long) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
setFileName(String) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
setFileSize(Long) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
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.CredentialInfo
 
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.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.
setIceberg(DeltaUniformIceberg) - Method in class io.unitycatalog.client.model.DeltaUniform
 
setId(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setId(String) - Method in class io.unitycatalog.client.model.CredentialInfo
 
setId(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
setId(String) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setId(String) - Method in class io.unitycatalog.client.model.RegisteredModelInfo
 
setId(String) - Method in class io.unitycatalog.client.model.StagingTableInfo
 
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
 
setLatestBackfilledVersion(Long) - Method in class io.unitycatalog.client.model.DeltaCommit
 
setLatestTableVersion(Long) - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
 
setMetadata(DeltaMetadata) - Method in class io.unitycatalog.client.model.DeltaCommit
 
setMetadataLocation(URI) - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
 
setMetastoreId(String) - Method in class io.unitycatalog.client.model.GetMetastoreSummaryResponse
 
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.CreateCredentialRequest
 
setName(String) - Method in class io.unitycatalog.client.model.CreateExternalLocation
 
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.CreateStagingTable
 
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.CredentialInfo
 
setName(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.StagingTableInfo
 
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.UpdateCredentialRequest
 
setNewName(String) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
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.ListCredentialsResponse
 
setNextPageToken(String) - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
 
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.CredentialInfo
 
setOwner(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.UpdateCredentialRequest
 
setOwner(String) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
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(DeltaCommitMetadataProperties) - Method in class io.unitycatalog.client.model.DeltaMetadata
 
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.DeltaCommitMetadataProperties
 
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
 
setPurpose(CredentialPurpose) - Method in class io.unitycatalog.client.model.CreateCredentialRequest
 
setPurpose(CredentialPurpose) - Method in class io.unitycatalog.client.model.CredentialInfo
 
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
 
setRoleArn(String) - Method in class io.unitycatalog.client.model.AwsIamRoleRequest
 
setRoleArn(String) - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
 
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
 
setSchema(ColumnInfos) - Method in class io.unitycatalog.client.model.DeltaMetadata
 
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.CreateStagingTable
 
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.StagingTableInfo
 
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
 
setStagingLocation(String) - Method in class io.unitycatalog.client.model.StagingTableInfo
 
setStartVersion(Long) - Method in class io.unitycatalog.client.model.DeltaGetCommits
 
setStatus(ModelVersionStatus) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
setStorageLocation(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
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.SchemaInfo
 
setStorageLocation(String) - Method in class io.unitycatalog.client.model.TableInfo
 
setStorageLocation(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
setStorageRoot(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setStorageRoot(String) - Method in class io.unitycatalog.client.model.CreateCatalog
 
setStorageRoot(String) - Method in class io.unitycatalog.client.model.CreateSchema
 
setStorageRoot(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
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.DeltaCommit
 
setTableId(String) - Method in class io.unitycatalog.client.model.DeltaGetCommits
 
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
 
setTableUri(String) - Method in class io.unitycatalog.client.model.DeltaCommit
 
setTableUri(String) - Method in class io.unitycatalog.client.model.DeltaGetCommits
 
setTimestamp(Long) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
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
 
setUniform(DeltaUniform) - Method in class io.unitycatalog.client.model.DeltaCommit
 
setUnityCatalogIamArn(String) - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
 
setUpdatedAt(Long) - Method in class io.unitycatalog.client.model.CatalogInfo
 
setUpdatedAt(Long) - Method in class io.unitycatalog.client.model.CredentialInfo
 
setUpdatedAt(Long) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.CredentialInfo
 
setUpdatedBy(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.CreateExternalLocation
 
setUrl(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
setUrl(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
setUrl(String) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
setVersion(Long) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
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
 
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
 
sleep(Duration) - Method in class io.unitycatalog.client.internal.Clock.ManualClock
 
sleep(Duration) - Method in interface io.unitycatalog.client.internal.Clock
Sleeps for the given duration.
sleep(Duration) - Method in class io.unitycatalog.client.internal.Clock.SystemClock
 
sleepTime(int) - Method in class io.unitycatalog.client.retry.JitterDelayRetryPolicy
Calculates the sleep time before the next retry attempt using exponential backoff with jitter.
sleepTime(int) - Method in interface io.unitycatalog.client.retry.RetryPolicy
Calculates the sleep duration before the specified retry attempt.
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
 
stagingLocation(String) - Method in class io.unitycatalog.client.model.StagingTableInfo
 
StagingTableInfo - Class in io.unitycatalog.client.model
StagingTableInfo
StagingTableInfo() - Constructor for class io.unitycatalog.client.model.StagingTableInfo
 
startVersion(Long) - Method in class io.unitycatalog.client.model.DeltaGetCommits
 
status(ModelVersionStatus) - Method in class io.unitycatalog.client.model.ModelVersionInfo
 
STORAGE - Enum constant in enum class io.unitycatalog.client.model.CredentialPurpose
 
storageLocation(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
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.SchemaInfo
 
storageLocation(String) - Method in class io.unitycatalog.client.model.TableInfo
 
storageLocation(String) - Method in class io.unitycatalog.client.model.VolumeInfo
 
storageRoot(String) - Method in class io.unitycatalog.client.model.CatalogInfo
 
storageRoot(String) - Method in class io.unitycatalog.client.model.CreateCatalog
 
storageRoot(String) - Method in class io.unitycatalog.client.model.CreateSchema
 
storageRoot(String) - Method in class io.unitycatalog.client.model.SchemaInfo
 
STREAMING_TABLE - Enum constant in enum class io.unitycatalog.client.model.TableType
 
STRING - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
STRUCT - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
summary() - Method in class io.unitycatalog.client.api.MetastoresApi
Get metastore summary Gets information about the metastore hosted by this Unity Catalog service (currently the service hosts only one metastore)
summaryWithHttpInfo() - Method in class io.unitycatalog.client.api.MetastoresApi
Get metastore summary Gets information about the metastore hosted by this Unity Catalog service (currently the service hosts only one metastore)
systemClock() - Static method in interface io.unitycatalog.client.internal.Clock
 
SystemClock() - Constructor for class io.unitycatalog.client.internal.Clock.SystemClock
 

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.DeltaCommit
 
tableId(String) - Method in class io.unitycatalog.client.model.DeltaGetCommits
 
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
tableUri(String) - Method in class io.unitycatalog.client.model.DeltaCommit
 
tableUri(String) - Method in class io.unitycatalog.client.model.DeltaGetCommits
 
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(Long) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
TIMESTAMP - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
TIMESTAMP_NTZ - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
tokenProvider(TokenProvider) - Method in class io.unitycatalog.client.ApiClientBuilder
Sets the token provider for authentication.
TokenProvider - Interface in io.unitycatalog.client.auth
Interface for providing access tokens to authenticate with Unity Catalog.
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.AwsIamRoleRequest
 
toString() - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
 
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 class io.unitycatalog.client.model.ColumnInfos
 
toString() - Method in enum class io.unitycatalog.client.model.ColumnTypeName
 
toString() - Method in class io.unitycatalog.client.model.CreateCatalog
 
toString() - Method in class io.unitycatalog.client.model.CreateCredentialRequest
 
toString() - Method in class io.unitycatalog.client.model.CreateExternalLocation
 
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.CreateStagingTable
 
toString() - Method in class io.unitycatalog.client.model.CreateTable
 
toString() - Method in class io.unitycatalog.client.model.CreateVolumeRequestContent
 
toString() - Method in class io.unitycatalog.client.model.CredentialInfo
 
toString() - Method in enum class io.unitycatalog.client.model.CredentialPurpose
 
toString() - Method in enum class io.unitycatalog.client.model.DataSourceFormat
 
toString() - Method in class io.unitycatalog.client.model.DeltaCommit
 
toString() - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
toString() - Method in class io.unitycatalog.client.model.DeltaCommitMetadataProperties
 
toString() - Method in class io.unitycatalog.client.model.DeltaGetCommits
 
toString() - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
 
toString() - Method in class io.unitycatalog.client.model.DeltaMetadata
 
toString() - Method in class io.unitycatalog.client.model.DeltaUniform
 
toString() - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
 
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.ExternalLocationInfo
 
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.GetMetastoreSummaryResponse
 
toString() - Method in class io.unitycatalog.client.model.ListCatalogsResponse
 
toString() - Method in class io.unitycatalog.client.model.ListCredentialsResponse
 
toString() - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
 
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.StagingTableInfo
 
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.UpdateCredentialRequest
 
toString() - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
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.AwsIamRoleRequest
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
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.ColumnInfos
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.CreateCredentialRequest
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.CreateExternalLocation
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.CreateStagingTable
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.CredentialInfo
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.DeltaCommit
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.DeltaCommitInfo
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.DeltaCommitMetadataProperties
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.DeltaGetCommits
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.DeltaMetadata
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.DeltaUniform
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
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.ExternalLocationInfo
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.GetMetastoreSummaryResponse
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.ListCredentialsResponse
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
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.StagingTableInfo
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.UpdateCredentialRequest
Convert the instance into URL query string.
toUrlQueryString() - Method in class io.unitycatalog.client.model.UpdateExternalLocation
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.AwsIamRoleRequest
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
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 class io.unitycatalog.client.model.ColumnInfos
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.CreateCredentialRequest
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.CreateExternalLocation
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.CreateStagingTable
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 class io.unitycatalog.client.model.CredentialInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in enum class io.unitycatalog.client.model.CredentialPurpose
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.DeltaCommit
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.DeltaCommitMetadataProperties
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.DeltaGetCommits
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.DeltaGetCommitsResponse
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.DeltaMetadata
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.DeltaUniform
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.DeltaUniformIceberg
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.ExternalLocationInfo
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.GetMetastoreSummaryResponse
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.ListCredentialsResponse
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.ListExternalLocationsResponse
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.StagingTableInfo
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.UpdateCredentialRequest
Convert the instance into URL query string.
toUrlQueryString(String) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
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

uniform(DeltaUniform) - Method in class io.unitycatalog.client.model.DeltaCommit
 
unityCatalogIamArn(String) - Method in class io.unitycatalog.client.model.AwsIamRoleResponse
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.CreateFunction.ParameterStyleEnum
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.CreateFunction.RoutineBodyEnum
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.CreateFunction.SecurityTypeEnum
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.CreateFunction.SqlDataAccessEnum
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.CredentialPurpose
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.DataSourceFormat
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.FunctionInfo.ParameterStyleEnum
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.FunctionInfo.RoutineBodyEnum
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.FunctionInfo.SecurityTypeEnum
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.FunctionInfo.SqlDataAccessEnum
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.FunctionParameterMode
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.FunctionParameterType
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.ModelVersionOperation
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.ModelVersionStatus
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.PathOperation
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.PrincipalType
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.Privilege
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.SecurableType
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.TableOperation
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.TableType
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.VolumeOperation
 
UNKNOWN_DEFAULT_OPEN_API - Enum constant in enum class io.unitycatalog.client.model.VolumeType
 
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.
updateCredential(String, UpdateCredentialRequest) - Method in class io.unitycatalog.client.api.CredentialsApi
Update a credential Updates a credential.
UpdateCredentialRequest - Class in io.unitycatalog.client.model
UpdateCredentialRequest
UpdateCredentialRequest() - Constructor for class io.unitycatalog.client.model.UpdateCredentialRequest
 
updateCredentialWithHttpInfo(String, UpdateCredentialRequest) - Method in class io.unitycatalog.client.api.CredentialsApi
Update a credential Updates a credential.
updatedAt(Long) - Method in class io.unitycatalog.client.model.CatalogInfo
 
updatedAt(Long) - Method in class io.unitycatalog.client.model.CredentialInfo
 
updatedAt(Long) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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.CredentialInfo
 
updatedBy(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
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
 
updateExternalLocation(String, UpdateExternalLocation) - Method in class io.unitycatalog.client.api.ExternalLocationsApi
Update an external location Updates an external location in the metastore.
UpdateExternalLocation - Class in io.unitycatalog.client.model
UpdateExternalLocation
UpdateExternalLocation() - Constructor for class io.unitycatalog.client.model.UpdateExternalLocation
 
updateExternalLocationWithHttpInfo(String, UpdateExternalLocation) - Method in class io.unitycatalog.client.api.ExternalLocationsApi
Update an external location Updates an external location in the metastore.
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.
uri(String) - Method in class io.unitycatalog.client.ApiClientBuilder
Sets the Unity Catalog server URI from a string.
uri(URI) - Method in class io.unitycatalog.client.ApiClientBuilder
Sets the Unity Catalog server URI.
url(String) - Method in class io.unitycatalog.client.model.CreateExternalLocation
 
url(String) - Method in class io.unitycatalog.client.model.ExternalLocationInfo
 
url(String) - Method in class io.unitycatalog.client.model.GenerateTemporaryPathCredential
 
url(String) - Method in class io.unitycatalog.client.model.UpdateExternalLocation
 
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 CATALOG: Required to interact with any object within a catalog.
USE_SCHEMA - Enum constant in enum class io.unitycatalog.client.model.Privilege
USE SCHEMA: Required to interact with any object within a schema.
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.CredentialPurpose
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.CredentialPurpose
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.
valueToString(Object) - Static method in class io.unitycatalog.client.ApiClient
 
variables - Variable in class io.unitycatalog.client.ServerConfiguration
 
VARIANT - Enum constant in enum class io.unitycatalog.client.model.ColumnTypeName
 
version(Long) - Method in class io.unitycatalog.client.model.DeltaCommitInfo
 
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 - Static variable in class io.unitycatalog.client.Configuration
 
VERSION - Static variable in class io.unitycatalog.client.VersionUtils
 
VersionUtils - Class in io.unitycatalog.client
 
VersionUtils() - Constructor for class io.unitycatalog.client.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_FILES - Enum constant in enum class io.unitycatalog.client.model.Privilege
WRITE FILES: Grants direct write access to files in cloud storage configured as external locations.
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