public static interface SplitPoints.KeyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKeyParts()
public abstract ListValue getKeyParts()Required. The column values making up the split key.
.google.protobuf.ListValue key_parts = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ListValue |
The keyParts. |
getKeyPartsOrBuilder()
public abstract ListValueOrBuilder getKeyPartsOrBuilder()Required. The column values making up the split key.
.google.protobuf.ListValue key_parts = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ListValueOrBuilder |
|
hasKeyParts()
public abstract boolean hasKeyParts()Required. The column values making up the split key.
.google.protobuf.ListValue key_parts = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the keyParts field is set. |