Class: Google::Cloud::OracleDatabase::V1::GetGoldengateDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OracleDatabase::V1::GetGoldengateDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb
Overview
The request for GoldengateDeployment.Get.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the GoldengateDeployment in the following format: projects/{project}/locations/{location}/goldengateDeployments/{goldengate_deployment}.
645 646 647 648 |
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment.rb', line 645 class GetGoldengateDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |