Class: Google::Cloud::OracleDatabase::V1::GetDbSystemRequest

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

Overview

The request for DbSystem.Get.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the DbSystem in the following format: projects/{project}/locations/{location}/dbSystems/{db_system}.

Returns:

  • (::String)

    Required. The name of the DbSystem in the following format: projects/{project}/locations/{location}/dbSystems/{db_system}.



339
340
341
342
# File 'proto_docs/google/cloud/oracledatabase/v1/db_system.rb', line 339

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