Class: Google::Cloud::AlloyDB::V1alpha::Database

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/resources.rb

Overview

Message describing Database object.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    Optional. Charset for the database. This field can contain any PostgreSQL supported charset name. Example values include "UTF8", "SQL_ASCII", etc.



1499
1500
1501
1502
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1499

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.

Returns:

  • (::String)

    Optional. Collation for the database. Name of the custom or native collation for postgres. Example values include "C", "POSIX", etc



1499
1500
1501
1502
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1499

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}.

Returns:

  • (::String)

    Identifier. Name of the resource in the form of projects/{project}/locations/{location}/clusters/{cluster}/databases/{database}.



1499
1500
1501
1502
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1499

class Database
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end