public static final class GetDatabaseDdlResponse.Builder extends GeneratedMessageV3.Builder<GetDatabaseDdlResponse.Builder> implements GetDatabaseDdlResponseOrBuilder
The response for GetDatabaseDdl.
Protobuf type google.spanner.admin.database.v1.GetDatabaseDdlResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GetDatabaseDdlResponse.BuilderImplements
GetDatabaseDdlResponseOrBuilderMethods
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;
Name | Description |
values | Iterable<String> The statements to add. |
Type | Description |
GetDatabaseDdlResponse.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetDatabaseDdlResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetDatabaseDdlResponse.Builder |
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;
Name | Description |
value | String The statements to add. |
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;
Name | Description |
value | ByteString The bytes of the statements to add. |
Type | Description |
GetDatabaseDdlResponse.Builder | This builder for chaining. |
build()
public GetDatabaseDdlResponse build()
Type | Description |
GetDatabaseDdlResponse |
buildPartial()
public GetDatabaseDdlResponse buildPartial()
Type | Description |
GetDatabaseDdlResponse |
clear()
public GetDatabaseDdlResponse.Builder clear()
Type | Description |
GetDatabaseDdlResponse.Builder |
clearField(Descriptors.FieldDescriptor field)
public GetDatabaseDdlResponse.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GetDatabaseDdlResponse.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GetDatabaseDdlResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GetDatabaseDdlResponse.Builder |
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;
Type | Description |
GetDatabaseDdlResponse.Builder | This builder for chaining. |
clone()
public GetDatabaseDdlResponse.Builder clone()
Type | Description |
GetDatabaseDdlResponse.Builder |
getDefaultInstanceForType()
public GetDatabaseDdlResponse getDefaultInstanceForType()
Type | Description |
GetDatabaseDdlResponse |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GetDatabaseDdlResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GetDatabaseDdlResponse.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GetDatabaseDdlResponse.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GetDatabaseDdlResponse.Builder |
mergeFrom(GetDatabaseDdlResponse other)
public GetDatabaseDdlResponse.Builder mergeFrom(GetDatabaseDdlResponse other)
Name | Description |
other | GetDatabaseDdlResponse |
Type | Description |
GetDatabaseDdlResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetDatabaseDdlResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetDatabaseDdlResponse.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GetDatabaseDdlResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GetDatabaseDdlResponse.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetDatabaseDdlResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GetDatabaseDdlResponse.Builder |
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;
Name | Description |
index | int The index to set the value at. |
value | String The statements to set. |
Type | Description |
GetDatabaseDdlResponse.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final GetDatabaseDdlResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GetDatabaseDdlResponse.Builder |