public interface DatabaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCharset()
Optional.
|
com.google.protobuf.ByteString |
getCharsetBytes()
Optional.
|
String |
getCollation()
Optional.
|
com.google.protobuf.ByteString |
getCollationBytes()
Optional.
|
String |
getName()
Identifier.
|
com.google.protobuf.ByteString |
getNameBytes()
Identifier.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Identifier. Name of the resource in the form of
`projects/{project}/locations/{location}/clusters/{cluster}/databases/{database}`.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];com.google.protobuf.ByteString getNameBytes()
Identifier. Name of the resource in the form of
`projects/{project}/locations/{location}/clusters/{cluster}/databases/{database}`.
string name = 1 [(.google.api.field_behavior) = IDENTIFIER];String getCharset()
Optional. Charset for the database. This field can contain any PostgreSQL supported charset name. Example values include "UTF8", "SQL_ASCII", etc.
string charset = 2 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getCharsetBytes()
Optional. Charset for the database. This field can contain any PostgreSQL supported charset name. Example values include "UTF8", "SQL_ASCII", etc.
string charset = 2 [(.google.api.field_behavior) = OPTIONAL];String getCollation()
Optional. Collation for the database. Name of the custom or native collation for postgres. Example values include "C", "POSIX", etc
string collation = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getCollationBytes()
Optional. Collation for the database. Name of the custom or native collation for postgres. Example values include "C", "POSIX", etc
string collation = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.