Class IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo (0.83.0)

public static final class IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo extends GeneratedMessage implements IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfoOrBuilder

Unity Catalog info.

Protobuf type google.cloud.biglake.v1.IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo

Static Fields

CATALOG_NAME_FIELD_NUMBER

public static final int CATALOG_NAME_FIELD_NUMBER
Field Value
Type Description
int

INSTANCE_NAME_FIELD_NUMBER

public static final int INSTANCE_NAME_FIELD_NUMBER
Field Value
Type Description
int

SERVICE_PRINCIPAL_APPLICATION_ID_FIELD_NUMBER

public static final int SERVICE_PRINCIPAL_APPLICATION_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo getDefaultInstance()
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder newBuilder()
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder

newBuilder(IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo prototype)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder newBuilder(IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo prototype)
Parameter
Name Description
prototype IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder

parseDelimitedFrom(InputStream input)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo> parser()
Returns
Type Description
Parser<UnityCatalogInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getCatalogName()

public String getCatalogName()

Required. The catalog name in Unity Catalog.

optional string catalog_name = 2 [json_name = "catalog-name", (.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The catalogName.

getCatalogNameBytes()

public ByteString getCatalogNameBytes()

Required. The catalog name in Unity Catalog.

optional string catalog_name = 2 [json_name = "catalog-name", (.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for catalogName.

getDefaultInstanceForType()

public IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo getDefaultInstanceForType()
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo

getInstanceName()

public String getInstanceName()

Required. The instance name is the first part of the URL when logging into the Databricks deployment. For example, for a Databricks on GCP workspace URL https://1.1.gcp.databricks.com, the instance name is 1.1.gcp.databricks.com.

optional string instance_name = 1 [json_name = "instance-name", (.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The instanceName.

getInstanceNameBytes()

public ByteString getInstanceNameBytes()

Required. The instance name is the first part of the URL when logging into the Databricks deployment. For example, for a Databricks on GCP workspace URL https://1.1.gcp.databricks.com, the instance name is 1.1.gcp.databricks.com.

optional string instance_name = 1 [json_name = "instance-name", (.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for instanceName.

getParserForType()

public Parser<IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo> getParserForType()
Returns
Type Description
Parser<UnityCatalogInfo>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getServicePrincipalApplicationId()

public String getServicePrincipalApplicationId()

Optional. The application ID of the Databricks service principal that will be used to access the Unity Catalog in the OIDC authentication flow.

optional string service_principal_application_id = 3 [json_name = "service-principal-application-id", (.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
String

The servicePrincipalApplicationId.

getServicePrincipalApplicationIdBytes()

public ByteString getServicePrincipalApplicationIdBytes()

Optional. The application ID of the Databricks service principal that will be used to access the Unity Catalog in the OIDC authentication flow.

optional string service_principal_application_id = 3 [json_name = "service-principal-application-id", (.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
ByteString

The bytes for servicePrincipalApplicationId.

hasCatalogName()

public boolean hasCatalogName()

Required. The catalog name in Unity Catalog.

optional string catalog_name = 2 [json_name = "catalog-name", (.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the catalogName field is set.

hasInstanceName()

public boolean hasInstanceName()

Required. The instance name is the first part of the URL when logging into the Databricks deployment. For example, for a Databricks on GCP workspace URL https://1.1.gcp.databricks.com, the instance name is 1.1.gcp.databricks.com.

optional string instance_name = 1 [json_name = "instance-name", (.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the instanceName field is set.

hasServicePrincipalApplicationId()

public boolean hasServicePrincipalApplicationId()

Optional. The application ID of the Databricks service principal that will be used to access the Unity Catalog in the OIDC authentication flow.

optional string service_principal_application_id = 3 [json_name = "service-principal-application-id", (.google.api.field_behavior) = OPTIONAL, (.google.api.field_info) = { ... }

Returns
Type Description
boolean

Whether the servicePrincipalApplicationId field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder newBuilderForType()
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder
Overrides

toBuilder()

public IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder toBuilder()
Returns
Type Description
IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException