- 6.102.1 (latest)
- 6.102.0
- 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 interface UpdateDatabaseDdlRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabase()
public abstract String getDatabase()Required. The database to update.
 
 string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The database. | 
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()Required. The database to update.
 
 string database = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for database. | 
getOperationId()
public abstract String getOperationId() If empty, the new update request is assigned an
 automatically-generated operation ID. Otherwise, operation_id
 is used to construct the name of the resulting
 Operation.
 Specifying an explicit operation ID simplifies determining
 whether the statements were executed in the event that the
 UpdateDatabaseDdl
 call is replayed, or the return value is otherwise lost: the
 database
 and operation_id fields can be combined to form the
 name of the resulting
 longrunning.Operation:
 <database>/operations/<operation_id>.
 operation_id should be unique within the database, and must be
 a valid identifier: a-z*. Note that
 automatically-generated operation IDs always begin with an
 underscore. If the named operation already exists,
 UpdateDatabaseDdl
 returns ALREADY_EXISTS.
 string operation_id = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The operationId. | 
getOperationIdBytes()
public abstract ByteString getOperationIdBytes() If empty, the new update request is assigned an
 automatically-generated operation ID. Otherwise, operation_id
 is used to construct the name of the resulting
 Operation.
 Specifying an explicit operation ID simplifies determining
 whether the statements were executed in the event that the
 UpdateDatabaseDdl
 call is replayed, or the return value is otherwise lost: the
 database
 and operation_id fields can be combined to form the
 name of the resulting
 longrunning.Operation:
 <database>/operations/<operation_id>.
 operation_id should be unique within the database, and must be
 a valid identifier: a-z*. Note that
 automatically-generated operation IDs always begin with an
 underscore. If the named operation already exists,
 UpdateDatabaseDdl
 returns ALREADY_EXISTS.
 string operation_id = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for operationId. | 
getProtoDescriptors()
public abstract ByteString getProtoDescriptors() Optional. Proto descriptors used by CREATE/ALTER PROTO BUNDLE statements.
 Contains a protobuf-serialized
 google.protobuf.FileDescriptorSet.
 To generate it, install and
 run protoc with --include_imports and --descriptor_set_out. For example,
 to generate for moon/shot/app.proto, run
 <code><code>
 $protoc  --proto_path=/app_path --proto_path=/lib_path \
          --include_imports \
          --descriptor_set_out=descriptors.data \
          moon/shot/app.proto
 </code></code>
 For more details, see protobuffer self
 description.
 bytes proto_descriptors = 4 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The protoDescriptors. | 
getStatements(int index)
public abstract String getStatements(int index)Required. DDL statements to be applied to the database.
 repeated string statements = 2 [(.google.api.field_behavior) = REQUIRED];
| 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 abstract ByteString getStatementsBytes(int index)Required. DDL statements to be applied to the database.
 repeated string statements = 2 [(.google.api.field_behavior) = REQUIRED];
| 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 abstract int getStatementsCount()Required. DDL statements to be applied to the database.
 repeated string statements = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| int | The count of statements. | 
getStatementsList()
public abstract List<String> getStatementsList()Required. DDL statements to be applied to the database.
 repeated string statements = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| List<String> | A list containing the statements. | 
getThroughputMode()
public abstract boolean getThroughputMode()Optional. This field is exposed to be used by the Spanner Migration Tool. For more details, see SMT.
 bool throughput_mode = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| boolean | The throughputMode. |