Class: Google::Cloud::Config::V1::GetDeploymentRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the deployment. Format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.

Returns:

  • (::String)

    Required. The name of the deployment. Format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.



346
347
348
349
# File 'proto_docs/google/cloud/config/v1/config.rb', line 346

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