Interface Schema.PartitionFieldOrBuilder (1.0.1)

public static interface Schema.PartitionFieldOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Required. Partition name is editable if only the partition style is not HIVE compatible. The maximum length allowed is 767 characters.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. Partition name is editable if only the partition style is not HIVE compatible. The maximum length allowed is 767 characters.

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

Returns
TypeDescription
ByteString

The bytes for name.

getType()

public abstract Schema.Type getType()

Required. Immutable. The type of field.

.google.cloud.dataplex.v1.Schema.Type type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
Schema.Type

The type.

getTypeValue()

public abstract int getTypeValue()

Required. Immutable. The type of field.

.google.cloud.dataplex.v1.Schema.Type type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
TypeDescription
int

The enum numeric value on the wire for type.