public final class DdlStatementActionInfo extends GeneratedMessageV3 implements DdlStatementActionInfoOrBuilder
Action information extracted from a DDL statement. This proto is used to display the brief info of the DDL statement for the operation UpdateDatabaseDdl.
Protobuf type google.spanner.admin.database.v1.DdlStatementActionInfo
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > DdlStatementActionInfoImplements
DdlStatementActionInfoOrBuilderStatic Fields
ACTION_FIELD_NUMBER
public static final int ACTION_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ENTITY_NAMES_FIELD_NUMBER
public static final int ENTITY_NAMES_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
ENTITY_TYPE_FIELD_NUMBER
public static final int ENTITY_TYPE_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static DdlStatementActionInfo getDefaultInstance()
Returns | |
---|---|
Type | Description |
DdlStatementActionInfo |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static DdlStatementActionInfo.Builder newBuilder()
Returns | |
---|---|
Type | Description |
DdlStatementActionInfo.Builder |
newBuilder(DdlStatementActionInfo prototype)
public static DdlStatementActionInfo.Builder newBuilder(DdlStatementActionInfo prototype)
Parameter | |
---|---|
Name | Description |
prototype |
DdlStatementActionInfo |
Returns | |
---|---|
Type | Description |
DdlStatementActionInfo.Builder |
parseDelimitedFrom(InputStream input)
public static DdlStatementActionInfo parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
DdlStatementActionInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static DdlStatementActionInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DdlStatementActionInfo |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static DdlStatementActionInfo parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
DdlStatementActionInfo |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static DdlStatementActionInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |