Class CreatePartitionRequest.Builder (0.76.0)

public static final class CreatePartitionRequest.Builder extends GeneratedMessage.Builder<CreatePartitionRequest.Builder> implements CreatePartitionRequestOrBuilder

Request message for CreatePartition. The Partition is uniquely identified by values, which is an ordered list. Hence, there is no separate name or partition id field.

Protobuf type google.cloud.biglake.hive.v1beta.CreatePartitionRequest

Static Methods

getDescriptor()

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

Methods

build()

public CreatePartitionRequest build()
Returns
Type Description
CreatePartitionRequest

buildPartial()

public CreatePartitionRequest buildPartial()
Returns
Type Description
CreatePartitionRequest

clear()

public CreatePartitionRequest.Builder clear()
Returns
Type Description
CreatePartitionRequest.Builder
Overrides

clearParent()

public CreatePartitionRequest.Builder clearParent()

Required. Reference to the table to where the partition to be added, in the format of projects/{project}/catalogs/{catalogs}/databases/{databases}/tables/{table}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CreatePartitionRequest.Builder

This builder for chaining.

clearPartition()

public CreatePartitionRequest.Builder clearPartition()

Required. The partition to be added.

.google.cloud.biglake.hive.v1beta.Partition partition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreatePartitionRequest.Builder

getDefaultInstanceForType()

public CreatePartitionRequest getDefaultInstanceForType()
Returns
Type Description
CreatePartitionRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getParent()

public String getParent()

Required. Reference to the table to where the partition to be added, in the format of projects/{project}/catalogs/{catalogs}/databases/{databases}/tables/{table}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. Reference to the table to where the partition to be added, in the format of projects/{project}/catalogs/{catalogs}/databases/{databases}/tables/{table}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getPartition()

public Partition getPartition()

Required. The partition to be added.

.google.cloud.biglake.hive.v1beta.Partition partition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Partition

The partition.

getPartitionBuilder()

public Partition.Builder getPartitionBuilder()

Required. The partition to be added.

.google.cloud.biglake.hive.v1beta.Partition partition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Partition.Builder

getPartitionOrBuilder()

public PartitionOrBuilder getPartitionOrBuilder()

Required. The partition to be added.

.google.cloud.biglake.hive.v1beta.Partition partition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PartitionOrBuilder

hasPartition()

public boolean hasPartition()

Required. The partition to be added.

.google.cloud.biglake.hive.v1beta.Partition partition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the partition field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CreatePartitionRequest other)

public CreatePartitionRequest.Builder mergeFrom(CreatePartitionRequest other)
Parameter
Name Description
other CreatePartitionRequest
Returns
Type Description
CreatePartitionRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreatePartitionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreatePartitionRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreatePartitionRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreatePartitionRequest.Builder
Overrides

mergePartition(Partition value)

public CreatePartitionRequest.Builder mergePartition(Partition value)

Required. The partition to be added.

.google.cloud.biglake.hive.v1beta.Partition partition = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Partition
Returns
Type Description
CreatePartitionRequest.Builder

setParent(String value)

public CreatePartitionRequest.Builder setParent(String value)

Required. Reference to the table to where the partition to be added, in the format of projects/{project}/catalogs/{catalogs}/databases/{databases}/tables/{table}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreatePartitionRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreatePartitionRequest.Builder setParentBytes(ByteString value)

Required. Reference to the table to where the partition to be added, in the format of projects/{project}/catalogs/{catalogs}/databases/{databases}/tables/{table}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreatePartitionRequest.Builder

This builder for chaining.

setPartition(Partition value)

public CreatePartitionRequest.Builder setPartition(Partition value)

Required. The partition to be added.

.google.cloud.biglake.hive.v1beta.Partition partition = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Partition
Returns
Type Description
CreatePartitionRequest.Builder

setPartition(Partition.Builder builderForValue)

public CreatePartitionRequest.Builder setPartition(Partition.Builder builderForValue)

Required. The partition to be added.

.google.cloud.biglake.hive.v1beta.Partition partition = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Partition.Builder
Returns
Type Description
CreatePartitionRequest.Builder