public final class ReadAction extends GeneratedMessageV3 implements ReadActionOrBuilder
A single read request.
Protobuf type google.spanner.executor.v1.ReadAction
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReadActionImplements
ReadActionOrBuilderStatic Fields
COLUMN_FIELD_NUMBER
public static final int COLUMN_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
INDEX_FIELD_NUMBER
public static final int INDEX_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
KEYS_FIELD_NUMBER
public static final int KEYS_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
LIMIT_FIELD_NUMBER
public static final int LIMIT_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
TABLE_FIELD_NUMBER
public static final int TABLE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ReadAction getDefaultInstance()
Returns | |
---|---|
Type | Description |
ReadAction |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static ReadAction.Builder newBuilder()
Returns | |
---|---|
Type | Description |
ReadAction.Builder |
newBuilder(ReadAction prototype)
public static ReadAction.Builder newBuilder(ReadAction prototype)
Parameter | |
---|---|
Name | Description |
prototype |
ReadAction |
Returns | |
---|---|
Type | Description |
ReadAction.Builder |
parseDelimitedFrom(InputStream input)
public static ReadAction parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
ReadAction |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadAction parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ReadAction |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static ReadAction parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
ReadAction |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReadAction parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |