Class IcebergCatalogConfig (0.62.0)

public final class IcebergCatalogConfig extends GeneratedMessageV3 implements IcebergCatalogConfigOrBuilder

The iceberg catalog configuration.

Protobuf type google.cloud.biglake.v1.IcebergCatalogConfig

Static Fields

DEFAULTS_FIELD_NUMBER

public static final int DEFAULTS_FIELD_NUMBER
Field Value
Type Description
int

ENDPOINTS_FIELD_NUMBER

public static final int ENDPOINTS_FIELD_NUMBER
Field Value
Type Description
int

OVERRIDES_FIELD_NUMBER

public static final int OVERRIDES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IcebergCatalogConfig getDefaultInstance()
Returns
Type Description
IcebergCatalogConfig

getDescriptor()

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

newBuilder()

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

newBuilder(IcebergCatalogConfig prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

containsDefaults(String key)

public boolean containsDefaults(String key)

Output only. Properties that should be used as default configuration; applied before client configuration. Required, even if empty.

map<string, string> defaults = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key String
Returns
Type Description
boolean

containsOverrides(String key)

public boolean containsOverrides(String key)

Output only. Properties that should be used to override client configuration; applied after defaults and client configuration. Required, even if empty.

map<string, string> overrides = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key String
Returns
Type Description
boolean

equals(Object obj)

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

getDefaultInstanceForType()

public IcebergCatalogConfig getDefaultInstanceForType()
Returns
Type Description
IcebergCatalogConfig

getDefaults() (deprecated)

public Map<String,String> getDefaults()

Use #getDefaultsMap() instead.

Returns
Type Description
Map<String,String>

getDefaultsCount()

public int getDefaultsCount()

Output only. Properties that should be used as default configuration; applied before client configuration. Required, even if empty.

map<string, string> defaults = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getDefaultsMap()

public Map<String,String> getDefaultsMap()

Output only. Properties that should be used as default configuration; applied before client configuration. Required, even if empty.

map<string, string> defaults = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Map<String,String>

getDefaultsOrDefault(String key, String defaultValue)

public String getDefaultsOrDefault(String key, String defaultValue)

Output only. Properties that should be used as default configuration; applied before client configuration. Required, even if empty.

map<string, string> defaults = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getDefaultsOrThrow(String key)

public String getDefaultsOrThrow(String key)

Output only. Properties that should be used as default configuration; applied before client configuration. Required, even if empty.

map<string, string> defaults = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key String
Returns
Type Description
String

getEndpoints(int index)

public String getEndpoints(int index)

Output only. Endpoints, required, must not be empty.

repeated string endpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The endpoints at the given index.

getEndpointsBytes(int index)

public ByteString getEndpointsBytes(int index)

Output only. Endpoints, required, must not be empty.

repeated string endpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the endpoints at the given index.

getEndpointsCount()

public int getEndpointsCount()

Output only. Endpoints, required, must not be empty.

repeated string endpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The count of endpoints.

getEndpointsList()

public ProtocolStringList getEndpointsList()

Output only. Endpoints, required, must not be empty.

repeated string endpoints = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ProtocolStringList

A list containing the endpoints.

getOverrides() (deprecated)

public Map<String,String> getOverrides()

Use #getOverridesMap() instead.

Returns
Type Description
Map<String,String>

getOverridesCount()

public int getOverridesCount()

Output only. Properties that should be used to override client configuration; applied after defaults and client configuration. Required, even if empty.

map<string, string> overrides = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

getOverridesMap()

public Map<String,String> getOverridesMap()

Output only. Properties that should be used to override client configuration; applied after defaults and client configuration. Required, even if empty.

map<string, string> overrides = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Map<String,String>

getOverridesOrDefault(String key, String defaultValue)

public String getOverridesOrDefault(String key, String defaultValue)

Output only. Properties that should be used to override client configuration; applied after defaults and client configuration. Required, even if empty.

map<string, string> overrides = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getOverridesOrThrow(String key)

public String getOverridesOrThrow(String key)

Output only. Properties that should be used to override client configuration; applied after defaults and client configuration. Required, even if empty.

map<string, string> overrides = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
key String
Returns
Type Description
String

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public IcebergCatalogConfig.Builder newBuilderForType()
Returns
Type Description
IcebergCatalogConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected IcebergCatalogConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
IcebergCatalogConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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