Interface SpannerAsyncActionResponseOrBuilder (6.62.0)

public interface SpannerAsyncActionResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionId()

public abstract int getActionId()

Action id corresponds to the request.

int32 action_id = 1;

Returns
TypeDescription
int

The actionId.

getOutcome()

public abstract SpannerActionOutcome getOutcome()

If action results are split into multiple responses, only the last response can and should contain status.

.google.spanner.executor.v1.SpannerActionOutcome outcome = 2;

Returns
TypeDescription
SpannerActionOutcome

The outcome.

getOutcomeOrBuilder()

public abstract SpannerActionOutcomeOrBuilder getOutcomeOrBuilder()

If action results are split into multiple responses, only the last response can and should contain status.

.google.spanner.executor.v1.SpannerActionOutcome outcome = 2;

Returns
TypeDescription
SpannerActionOutcomeOrBuilder

hasOutcome()

public abstract boolean hasOutcome()

If action results are split into multiple responses, only the last response can and should contain status.

.google.spanner.executor.v1.SpannerActionOutcome outcome = 2;

Returns
TypeDescription
boolean

Whether the outcome field is set.