Interface ExecutePartitionActionOrBuilder (6.119.0)

public interface ExecutePartitionActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsSecureContext(String key)

public abstract boolean containsSecureContext(String key)

Secure context parameters.

map<string, .google.spanner.executor.v1.Value> secure_context = 2;

Parameter
Name Description
key String
Returns
Type Description
boolean

getPartition()

public abstract BatchPartition getPartition()

Batch partition to execute on.

.google.spanner.executor.v1.BatchPartition partition = 1;

Returns
Type Description
BatchPartition

The partition.

getPartitionOrBuilder()

public abstract BatchPartitionOrBuilder getPartitionOrBuilder()

Batch partition to execute on.

.google.spanner.executor.v1.BatchPartition partition = 1;

Returns
Type Description
BatchPartitionOrBuilder

getSecureContext() (deprecated)

public abstract Map<String,Value> getSecureContext()
Returns
Type Description
Map<String,Value>

getSecureContextCount()

public abstract int getSecureContextCount()

Secure context parameters.

map<string, .google.spanner.executor.v1.Value> secure_context = 2;

Returns
Type Description
int

getSecureContextMap()

public abstract Map<String,Value> getSecureContextMap()

Secure context parameters.

map<string, .google.spanner.executor.v1.Value> secure_context = 2;

Returns
Type Description
Map<String,Value>

getSecureContextOrDefault(String key, Value defaultValue)

public abstract Value getSecureContextOrDefault(String key, Value defaultValue)

Secure context parameters.

map<string, .google.spanner.executor.v1.Value> secure_context = 2;

Parameters
Name Description
key String
defaultValue Value
Returns
Type Description
Value

getSecureContextOrThrow(String key)

public abstract Value getSecureContextOrThrow(String key)

Secure context parameters.

map<string, .google.spanner.executor.v1.Value> secure_context = 2;

Parameter
Name Description
key String
Returns
Type Description
Value

hasPartition()

public abstract boolean hasPartition()

Batch partition to execute on.

.google.spanner.executor.v1.BatchPartition partition = 1;

Returns
Type Description
boolean

Whether the partition field is set.