Class: Google::Cloud::OracleDatabase::V1::GetGoldengateDeploymentEnvironmentRequest

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

Overview

Message for getting a GoldengateDeploymentEnvironment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}.

Returns:

  • (::String)

    Required. Name of the resource with the format: projects/{project}/locations/{location}/goldengateDeploymentEnvironments/{goldengate_deployment_environment}



103
104
105
106
# File 'proto_docs/google/cloud/oracledatabase/v1/goldengate_deployment_environment.rb', line 103

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