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
-
#character_type ⇒ ::String
Optional.
-
#charset ⇒ ::String
Optional.
-
#collation ⇒ ::String
Optional.
-
#database_template ⇒ ::String
Input only.
-
#is_template_database ⇒ ::Boolean
Optional.
-
#name ⇒ ::String
Identifier.
Instance Attribute Details
#character_type ⇒ ::String
Returns Optional. Immutable. lc_ctype for the database. Character classification (What is a letter? The upper-case equivalent?). Example values include "C", "POSIX", etc.
1655 1656 1657 1658 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1655 class Database include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#charset ⇒ ::String
Returns Optional. Immutable. Charset for the database. This field can contain any PostgreSQL supported charset name. Example values include "UTF8", "SQL_ASCII", etc.
1655 1656 1657 1658 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1655 class Database include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#collation ⇒ ::String
Returns Optional. Immutable. lc_collate for the database. String sort order. Example values include "C", "POSIX", etc.
1655 1656 1657 1658 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1655 class Database include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#database_template ⇒ ::String
Returns Input only. Immutable. Template of the database to be used for creating a new database.
1655 1656 1657 1658 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1655 class Database include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_template_database ⇒ ::Boolean
Returns Optional. Whether the database is a template database.
1655 1656 1657 1658 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1655 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}.
1655 1656 1657 1658 |
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 1655 class Database include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |