Class: Google::Cloud::AlloyDB::V1::Database
- Inherits:
-
Object
- Object
- Google::Cloud::AlloyDB::V1::Database
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/alloydb/v1/resources.rb
Overview
Message describing Database object.
Instance Attribute Summary collapse
-
#charset ⇒ ::String
Optional.
-
#collation ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#charset ⇒ ::String
Returns Optional. Charset for the database. This field can contain any PostgreSQL supported charset name. Example values include "UTF8", "SQL_ASCII", etc.
1372 1373 1374 1375 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1372 class Database include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#collation ⇒ ::String
Returns Optional. Collation for the database. Name of the custom or native collation for postgres. Example values include "C", "POSIX", etc.
1372 1373 1374 1375 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1372 class Database include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. Name of the resource in the form of
projects/{project}/locations/{location}/clusters/{cluster}/databases/{database}
.
1372 1373 1374 1375 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1372 class Database include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |