Class: Google::Cloud::OracleDatabase::V1::GetDbSystemRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GetDbSystemRequest
- 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
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns 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 |