- 6.108.0 (latest)
- 6.107.0
- 6.103.0
- 6.102.1
- 6.101.1
- 6.100.0
- 6.99.0
- 6.98.1
- 6.97.1
- 6.96.1
- 6.95.1
- 6.94.0
- 6.93.0
- 6.89.0
- 6.88.0
- 6.87.0
- 6.86.0
- 6.85.0
- 6.83.0
- 6.82.0
- 6.80.1
- 6.79.0
- 6.77.0
- 6.74.1
- 6.72.0
- 6.71.0
- 6.69.0
- 6.68.0
- 6.66.0
- 6.65.1
- 6.62.0
- 6.60.0
- 6.58.0
- 6.57.0
- 6.56.0
- 6.55.0
- 6.54.0
- 6.53.0
- 6.52.1
- 6.51.0
- 6.50.1
- 6.49.0
- 6.25.1
- 6.24.0
- 6.23.4
- 6.22.0
- 6.21.2
- 6.20.0
- 6.19.1
- 6.18.0
- 6.17.4
- 6.14.1
public static final class GetDatabaseDdlResponse.Builder extends GeneratedMessage.Builder<GetDatabaseDdlResponse.Builder> implements GetDatabaseDdlResponseOrBuilderThe response for GetDatabaseDdl.
Protobuf type google.spanner.admin.database.v1.GetDatabaseDdlResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GetDatabaseDdlResponse.BuilderImplements
GetDatabaseDdlResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllStatements(Iterable<String> values)
public GetDatabaseDdlResponse.Builder addAllStatements(Iterable<String> values)A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The statements to add. |
| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse.Builder |
This builder for chaining. |
addStatements(String value)
public GetDatabaseDdlResponse.Builder addStatements(String value)A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe statements to add. |
| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse.Builder |
This builder for chaining. |
addStatementsBytes(ByteString value)
public GetDatabaseDdlResponse.Builder addStatementsBytes(ByteString value)A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the statements to add. |
| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse.Builder |
This builder for chaining. |
build()
public GetDatabaseDdlResponse build()| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse |
|
buildPartial()
public GetDatabaseDdlResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse |
|
clear()
public GetDatabaseDdlResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse.Builder |
|
clearProtoDescriptors()
public GetDatabaseDdlResponse.Builder clearProtoDescriptors()Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.
bytes proto_descriptors = 2;
| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse.Builder |
This builder for chaining. |
clearStatements()
public GetDatabaseDdlResponse.Builder clearStatements()A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;
| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GetDatabaseDdlResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProtoDescriptors()
public ByteString getProtoDescriptors()Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.
bytes proto_descriptors = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The protoDescriptors. |
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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the statements. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetDatabaseDdlResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GetDatabaseDdlResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse.Builder |
|
mergeFrom(GetDatabaseDdlResponse other)
public GetDatabaseDdlResponse.Builder mergeFrom(GetDatabaseDdlResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GetDatabaseDdlResponse |
| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse.Builder |
|
setProtoDescriptors(ByteString value)
public GetDatabaseDdlResponse.Builder setProtoDescriptors(ByteString value)Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.
bytes proto_descriptors = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe protoDescriptors to set. |
| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse.Builder |
This builder for chaining. |
setStatements(int index, String value)
public GetDatabaseDdlResponse.Builder setStatements(int index, String value)A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe statements to set. |
| Returns | |
|---|---|
| Type | Description |
GetDatabaseDdlResponse.Builder |
This builder for chaining. |