Class PolarisIcebergCatalog (0.42.0)

public final class PolarisIcebergCatalog extends GeneratedMessage implements PolarisIcebergCatalogOrBuilder

The Polaris Iceberg catalog.

Protobuf type google.cloud.oracledatabase.v1.PolarisIcebergCatalog

Static Fields

CLIENT_ID_FIELD_NUMBER

public static final int CLIENT_ID_FIELD_NUMBER
Field Value
Type Description
int

CLIENT_SECRET_FIELD_NUMBER

public static final int CLIENT_SECRET_FIELD_NUMBER
Field Value
Type Description
int

POLARIS_CATALOG_FIELD_NUMBER

public static final int POLARIS_CATALOG_FIELD_NUMBER
Field Value
Type Description
int

PRINCIPAL_ROLE_FIELD_NUMBER

public static final int PRINCIPAL_ROLE_FIELD_NUMBER
Field Value
Type Description
int

URI_FIELD_NUMBER

public static final int URI_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static PolarisIcebergCatalog getDefaultInstance()
Returns
Type Description
PolarisIcebergCatalog

getDescriptor()

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

newBuilder()

public static PolarisIcebergCatalog.Builder newBuilder()
Returns
Type Description
PolarisIcebergCatalog.Builder

newBuilder(PolarisIcebergCatalog prototype)

public static PolarisIcebergCatalog.Builder newBuilder(PolarisIcebergCatalog prototype)
Parameter
Name Description
prototype PolarisIcebergCatalog
Returns
Type Description
PolarisIcebergCatalog.Builder

parseDelimitedFrom(InputStream input)

public static PolarisIcebergCatalog parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PolarisIcebergCatalog parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static PolarisIcebergCatalog parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PolarisIcebergCatalog parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PolarisIcebergCatalog parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static PolarisIcebergCatalog parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static PolarisIcebergCatalog parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static PolarisIcebergCatalog parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static PolarisIcebergCatalog parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PolarisIcebergCatalog parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static PolarisIcebergCatalog parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static PolarisIcebergCatalog parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PolarisIcebergCatalog
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<PolarisIcebergCatalog> parser()
Returns
Type Description
Parser<PolarisIcebergCatalog>

Methods

equals(Object obj)

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

getClientId()

public String getClientId()

Required. The Polaris client ID.

string client_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The clientId.

getClientIdBytes()

public ByteString getClientIdBytes()

Required. The Polaris client ID.

string client_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for clientId.

getClientSecret()

public String getClientSecret()

Optional. The Polaris client secret.

string client_secret = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The clientSecret.

getClientSecretBytes()

public ByteString getClientSecretBytes()

Optional. The Polaris client secret.

string client_secret = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for clientSecret.

getDefaultInstanceForType()

public PolarisIcebergCatalog getDefaultInstanceForType()
Returns
Type Description
PolarisIcebergCatalog

getParserForType()

public Parser<PolarisIcebergCatalog> getParserForType()
Returns
Type Description
Parser<PolarisIcebergCatalog>
Overrides

getPolarisCatalog()

public String getPolarisCatalog()

Required. The catalog name within Polaris.

string polaris_catalog = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The polarisCatalog.

getPolarisCatalogBytes()

public ByteString getPolarisCatalogBytes()

Required. The catalog name within Polaris.

string polaris_catalog = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for polarisCatalog.

getPrincipalRole()

public String getPrincipalRole()

Required. The Polaris principal role.

string principal_role = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The principalRole.

getPrincipalRoleBytes()

public ByteString getPrincipalRoleBytes()

Required. The Polaris principal role.

string principal_role = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for principalRole.

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getUri()

public String getUri()

Required. The Polaris uri.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The uri.

getUriBytes()

public ByteString getUriBytes()

Required. The Polaris uri.

string uri = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for uri.

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 PolarisIcebergCatalog.Builder newBuilderForType()
Returns
Type Description
PolarisIcebergCatalog.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected PolarisIcebergCatalog.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
PolarisIcebergCatalog.Builder
Overrides

toBuilder()

public PolarisIcebergCatalog.Builder toBuilder()
Returns
Type Description
PolarisIcebergCatalog.Builder

writeTo(CodedOutputStream output)

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