Send feedback
Class GetDatabaseDdlResponse.Builder
Stay organized with collections
Save and categorize content based on your preferences.
Version 6.14.1 keyboard_arrow_down
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
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
Returns
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GetDatabaseDdlResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
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 String
The statements to add.
Returns
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 ByteString
The bytes of the statements to add.
Returns
build()
public GetDatabaseDdlResponse build ()
Returns
buildPartial()
public GetDatabaseDdlResponse buildPartial ()
Returns
clear()
public GetDatabaseDdlResponse . Builder clear ()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public GetDatabaseDdlResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public GetDatabaseDdlResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
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
clone()
public GetDatabaseDdlResponse . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public GetDatabaseDdlResponse getDefaultInstanceForType ()
Returns
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
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 int
The 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 int
The 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
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
public GetDatabaseDdlResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public GetDatabaseDdlResponse . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeFrom(GetDatabaseDdlResponse other)
public GetDatabaseDdlResponse . Builder mergeFrom ( GetDatabaseDdlResponse other )
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GetDatabaseDdlResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GetDatabaseDdlResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GetDatabaseDdlResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
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 int
The index to set the value at.
value String
The statements to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final GetDatabaseDdlResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]