Class StorageFormat.IcebergOptions.Builder (1.35.0)

public static final class StorageFormat.IcebergOptions.Builder extends GeneratedMessageV3.Builder<StorageFormat.IcebergOptions.Builder> implements StorageFormat.IcebergOptionsOrBuilder

Describes Iceberg data format.

Protobuf type google.cloud.dataplex.v1.StorageFormat.IcebergOptions

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public StorageFormat.IcebergOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder
Overrides

build()

public StorageFormat.IcebergOptions build()
Returns
TypeDescription
StorageFormat.IcebergOptions

buildPartial()

public StorageFormat.IcebergOptions buildPartial()
Returns
TypeDescription
StorageFormat.IcebergOptions

clear()

public StorageFormat.IcebergOptions.Builder clear()
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public StorageFormat.IcebergOptions.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder
Overrides

clearMetadataLocation()

public StorageFormat.IcebergOptions.Builder clearMetadataLocation()

Optional. The location of where the iceberg metadata is present, must be within the table path

string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
StorageFormat.IcebergOptions.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public StorageFormat.IcebergOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder
Overrides

clone()

public StorageFormat.IcebergOptions.Builder clone()
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder
Overrides

getDefaultInstanceForType()

public StorageFormat.IcebergOptions getDefaultInstanceForType()
Returns
TypeDescription
StorageFormat.IcebergOptions

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getMetadataLocation()

public String getMetadataLocation()

Optional. The location of where the iceberg metadata is present, must be within the table path

string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The metadataLocation.

getMetadataLocationBytes()

public ByteString getMetadataLocationBytes()

Optional. The location of where the iceberg metadata is present, must be within the table path

string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for metadataLocation.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(StorageFormat.IcebergOptions other)

public StorageFormat.IcebergOptions.Builder mergeFrom(StorageFormat.IcebergOptions other)
Parameter
NameDescription
otherStorageFormat.IcebergOptions
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public StorageFormat.IcebergOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public StorageFormat.IcebergOptions.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final StorageFormat.IcebergOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public StorageFormat.IcebergOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder
Overrides

setMetadataLocation(String value)

public StorageFormat.IcebergOptions.Builder setMetadataLocation(String value)

Optional. The location of where the iceberg metadata is present, must be within the table path

string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The metadataLocation to set.

Returns
TypeDescription
StorageFormat.IcebergOptions.Builder

This builder for chaining.

setMetadataLocationBytes(ByteString value)

public StorageFormat.IcebergOptions.Builder setMetadataLocationBytes(ByteString value)

Optional. The location of where the iceberg metadata is present, must be within the table path

string metadata_location = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for metadataLocation to set.

Returns
TypeDescription
StorageFormat.IcebergOptions.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public StorageFormat.IcebergOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final StorageFormat.IcebergOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
StorageFormat.IcebergOptions.Builder
Overrides