Class IcebergNamespace (0.62.0)

public final class IcebergNamespace extends GeneratedMessageV3 implements IcebergNamespaceOrBuilder

The namespace object to create.

Protobuf type google.cloud.biglake.v1.IcebergNamespace

Static Fields

NAMESPACE_FIELD_NUMBER

public static final int NAMESPACE_FIELD_NUMBER
Field Value
Type Description
int

PROPERTIES_FIELD_NUMBER

public static final int PROPERTIES_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static IcebergNamespace getDefaultInstance()
Returns
Type Description
IcebergNamespace

getDescriptor()

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

newBuilder()

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

newBuilder(IcebergNamespace prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

containsProperties(String key)

public boolean containsProperties(String key)

Optional. The optional properties of the namespace.

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

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 IcebergNamespace getDefaultInstanceForType()
Returns
Type Description
IcebergNamespace

getNamespace(int index)

public String getNamespace(int index)

Required. The name of the namespace.

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

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The namespace at the given index.

getNamespaceBytes(int index)

public ByteString getNamespaceBytes(int index)

Required. The name of the namespace.

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

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the namespace at the given index.

getNamespaceCount()

public int getNamespaceCount()

Required. The name of the namespace.

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

Returns
Type Description
int

The count of namespace.

getNamespaceList()

public ProtocolStringList getNamespaceList()

Required. The name of the namespace.

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

Returns
Type Description
ProtocolStringList

A list containing the namespace.

getParserForType()

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

getProperties() (deprecated)

public Map<String,String> getProperties()

Use #getPropertiesMap() instead.

Returns
Type Description
Map<String,String>

getPropertiesCount()

public int getPropertiesCount()

Optional. The optional properties of the namespace.

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

Returns
Type Description
int

getPropertiesMap()

public Map<String,String> getPropertiesMap()

Optional. The optional properties of the namespace.

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

Returns
Type Description
Map<String,String>

getPropertiesOrDefault(String key, String defaultValue)

public String getPropertiesOrDefault(String key, String defaultValue)

Optional. The optional properties of the namespace.

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

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getPropertiesOrThrow(String key)

public String getPropertiesOrThrow(String key)

Optional. The optional properties of the namespace.

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

Parameter
Name Description
key String
Returns
Type Description
String

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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