Class: Google::Cloud::TelcoAutomation::V1::GetHydratedDeploymentRequest

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

Overview

Request object for GetHydratedDeployment.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the hydrated deployment.

Returns:

  • (::String)

    Required. Name of the hydrated deployment.



1133
1134
1135
1136
# File 'proto_docs/google/cloud/telcoautomation/v1/telcoautomation.rb', line 1133

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