- 6.107.0 (latest)
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static interface KeyRecipe.PartOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIdentifier()
public abstract String getIdentifier() identifier is the name of the column or query parameter.
string identifier = 5;
| Returns | |
|---|---|
| Type | Description |
String |
The identifier. |
getIdentifierBytes()
public abstract ByteString getIdentifierBytes() identifier is the name of the column or query parameter.
string identifier = 5;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for identifier. |
getNullOrder()
public abstract KeyRecipe.Part.NullOrder getNullOrder() How NULLs are represented in the encoded key part. Only present if tag
is zero.
.google.spanner.v1.KeyRecipe.Part.NullOrder null_order = 3;
| Returns | |
|---|---|
| Type | Description |
KeyRecipe.Part.NullOrder |
The nullOrder. |
getNullOrderValue()
public abstract int getNullOrderValue() How NULLs are represented in the encoded key part. Only present if tag
is zero.
.google.spanner.v1.KeyRecipe.Part.NullOrder null_order = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for nullOrder. |
getOrder()
public abstract KeyRecipe.Part.Order getOrder() Whether the key column is sorted ascending or descending. Only present
if tag is zero.
.google.spanner.v1.KeyRecipe.Part.Order order = 2;
| Returns | |
|---|---|
| Type | Description |
KeyRecipe.Part.Order |
The order. |
getOrderValue()
public abstract int getOrderValue() Whether the key column is sorted ascending or descending. Only present
if tag is zero.
.google.spanner.v1.KeyRecipe.Part.Order order = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for order. |
getRandom()
public abstract boolean getRandom()If true, the client is responsible to fill in the value randomly. It's relevant only for the INT64 type.
bool random = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
The random. |
getStructIdentifiers(int index)
public abstract int getStructIdentifiers(int index) It is a repeated field to support fetching key columns from nested
structs, such as STRUCT query parameters.
repeated int32 struct_identifiers = 7;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
int |
The structIdentifiers at the given index. |
getStructIdentifiersCount()
public abstract int getStructIdentifiersCount() It is a repeated field to support fetching key columns from nested
structs, such as STRUCT query parameters.
repeated int32 struct_identifiers = 7;
| Returns | |
|---|---|
| Type | Description |
int |
The count of structIdentifiers. |
getStructIdentifiersList()
public abstract List<Integer> getStructIdentifiersList() It is a repeated field to support fetching key columns from nested
structs, such as STRUCT query parameters.
repeated int32 struct_identifiers = 7;
| Returns | |
|---|---|
| Type | Description |
List<Integer> |
A list containing the structIdentifiers. |
getTag()
public abstract int getTag() If non-zero, tag is the only field present in this Part. The part
is encoded by appending tag to the ssformat key.
uint32 tag = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The tag. |
getType()
public abstract Type getType() The type of the key part. Only present if tag is zero.
.google.spanner.v1.Type type = 4;
| Returns | |
|---|---|
| Type | Description |
Type |
The type. |
getTypeOrBuilder()
public abstract TypeOrBuilder getTypeOrBuilder() The type of the key part. Only present if tag is zero.
.google.spanner.v1.Type type = 4;
| Returns | |
|---|---|
| Type | Description |
TypeOrBuilder |
|
getValue()
public abstract Value getValue()The constant value of the key part. It is present when query uses a constant as a part of the key.
.google.protobuf.Value value = 6;
| Returns | |
|---|---|
| Type | Description |
Value |
The value. |
getValueOrBuilder()
public abstract ValueOrBuilder getValueOrBuilder()The constant value of the key part. It is present when query uses a constant as a part of the key.
.google.protobuf.Value value = 6;
| Returns | |
|---|---|
| Type | Description |
ValueOrBuilder |
|
getValueTypeCase()
public abstract KeyRecipe.Part.ValueTypeCase getValueTypeCase()| Returns | |
|---|---|
| Type | Description |
KeyRecipe.Part.ValueTypeCase |
|
hasIdentifier()
public abstract boolean hasIdentifier() identifier is the name of the column or query parameter.
string identifier = 5;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the identifier field is set. |
hasRandom()
public abstract boolean hasRandom()If true, the client is responsible to fill in the value randomly. It's relevant only for the INT64 type.
bool random = 8;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the random field is set. |
hasType()
public abstract boolean hasType() The type of the key part. Only present if tag is zero.
.google.spanner.v1.Type type = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the type field is set. |
hasValue()
public abstract boolean hasValue()The constant value of the key part. It is present when query uses a constant as a part of the key.
.google.protobuf.Value value = 6;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |