Class: Google::Cloud::CloudControlsPartner::V1::GetWorkloadRequest

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

Overview

Message for getting a customer workload.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}.

Returns:

  • (::String)

    Required. Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}



131
132
133
134
# File 'proto_docs/google/cloud/cloudcontrolspartner/v1/customer_workloads.rb', line 131

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