Class: Google::Cloud::OracleDatabase::V1::DbVersion

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/oracledatabase/v1/db_version.rb

Overview

A valid Oracle Database version.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String (readonly)

Returns Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{db_version}.

Returns:

  • (::String)

    Output only. The name of the DbVersion resource in the following format: projects/{project}/locations/{region}/dbVersions/{db_version}



32
33
34
35
# File 'proto_docs/google/cloud/oracledatabase/v1/db_version.rb', line 32

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

#properties::Google::Cloud::OracleDatabase::V1::DbVersionProperties (readonly)

Returns Output only. The properties of the DbVersion.

Returns:



32
33
34
35
# File 'proto_docs/google/cloud/oracledatabase/v1/db_version.rb', line 32

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