Class: Google::Cloud::OracleDatabase::V1::MinorVersion

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#grid_image_id::String

Returns Optional. The ID of the Grid Image.

Returns:

  • (::String)

    Optional. The ID of the Grid Image.



36
37
38
39
# File 'proto_docs/google/cloud/oracledatabase/v1/minor_version.rb', line 36

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

#name::String

Returns Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}.

Returns:

  • (::String)

    Identifier. The name of the MinorVersion resource with the format: projects/{project}/locations/{region}/giVersions/{gi_version}/minorVersions/{minor_version}



36
37
38
39
# File 'proto_docs/google/cloud/oracledatabase/v1/minor_version.rb', line 36

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

#version::String

Returns Optional. The valid Oracle grid infrastructure software version.

Returns:

  • (::String)

    Optional. The valid Oracle grid infrastructure software version.



36
37
38
39
# File 'proto_docs/google/cloud/oracledatabase/v1/minor_version.rb', line 36

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