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
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,int)
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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder newBuilder()
newBuilder(IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo prototype)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder newBuilder(IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo prototype)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseDelimitedFrom(InputStream input)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(CodedInputStream input)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(InputStream input)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
| Parameter |
| Name |
Description |
obj |
Object
|
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()
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()
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()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public IcebergCatalog.FederatedCatalogOptions.UnityCatalogInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides