public final class GetDatabaseDdlResponse extends GeneratedMessageV3 implements GetDatabaseDdlResponseOrBuilder
The response for GetDatabaseDdl.
Protobuf type google.spanner.admin.database.v1.GetDatabaseDdlResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > GetDatabaseDdlResponseImplements
GetDatabaseDdlResponseOrBuilderStatic Fields
STATEMENTS_FIELD_NUMBER
public static final int STATEMENTS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static GetDatabaseDdlResponse getDefaultInstance()
Type | Description |
GetDatabaseDdlResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static GetDatabaseDdlResponse.Builder newBuilder()
Type | Description |
GetDatabaseDdlResponse.Builder |
newBuilder(GetDatabaseDdlResponse prototype)
public static GetDatabaseDdlResponse.Builder newBuilder(GetDatabaseDdlResponse prototype)
Name | Description |
prototype | GetDatabaseDdlResponse |
Type | Description |
GetDatabaseDdlResponse.Builder |
parseDelimitedFrom(InputStream input)
public static GetDatabaseDdlResponse parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetDatabaseDdlResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
IOException |
parseFrom(byte[] data)
public static GetDatabaseDdlResponse parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static GetDatabaseDdlResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static GetDatabaseDdlResponse parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static GetDatabaseDdlResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static GetDatabaseDdlResponse parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static GetDatabaseDdlResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
IOException |
parseFrom(InputStream input)
public static GetDatabaseDdlResponse parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static GetDatabaseDdlResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static GetDatabaseDdlResponse parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static GetDatabaseDdlResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetDatabaseDdlResponse |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<GetDatabaseDdlResponse> parser()
Type | Description |
Parser<GetDatabaseDdlResponse> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public GetDatabaseDdlResponse getDefaultInstanceForType()
Type | Description |
GetDatabaseDdlResponse |
getParserForType()
public Parser<GetDatabaseDdlResponse> getParserForType()
Type | Description |
Parser<GetDatabaseDdlResponse> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getStatements(int index)
public String getStatements(int index)
A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The statements at the given index. |
getStatementsBytes(int index)
public ByteString getStatementsBytes(int index)
A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the statements at the given index. |
getStatementsCount()
public int getStatementsCount()
A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;
Type | Description |
int | The count of statements. |
getStatementsList()
public ProtocolStringList getStatementsList()
A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;
Type | Description |
ProtocolStringList | A list containing the statements. |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public GetDatabaseDdlResponse.Builder newBuilderForType()
Type | Description |
GetDatabaseDdlResponse.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected GetDatabaseDdlResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
GetDatabaseDdlResponse.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public GetDatabaseDdlResponse.Builder toBuilder()
Type | Description |
GetDatabaseDdlResponse.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |