public final class SpannerAsyncActionResponse extends GeneratedMessageV3 implements SpannerAsyncActionResponseOrBuilder
Response from executor service.
Protobuf type google.spanner.executor.v1.SpannerAsyncActionResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SpannerAsyncActionResponseImplements
SpannerAsyncActionResponseOrBuilderStatic Fields
ACTION_ID_FIELD_NUMBER
public static final int ACTION_ID_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
OUTCOME_FIELD_NUMBER
public static final int OUTCOME_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static SpannerAsyncActionResponse getDefaultInstance()
Returns | |
---|---|
Type | Description |
SpannerAsyncActionResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static SpannerAsyncActionResponse.Builder newBuilder()
Returns | |
---|---|
Type | Description |
SpannerAsyncActionResponse.Builder |
newBuilder(SpannerAsyncActionResponse prototype)
public static SpannerAsyncActionResponse.Builder newBuilder(SpannerAsyncActionResponse prototype)
Parameter | |
---|---|
Name | Description |
prototype |
SpannerAsyncActionResponse |
Returns | |
---|---|
Type | Description |
SpannerAsyncActionResponse.Builder |
parseDelimitedFrom(InputStream input)
public static SpannerAsyncActionResponse parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
SpannerAsyncActionResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static SpannerAsyncActionResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpannerAsyncActionResponse |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static SpannerAsyncActionResponse parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
SpannerAsyncActionResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SpannerAsyncActionResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SpannerAsyncActionResponse |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static SpannerAsyncActionRes