Class: Google::Cloud::AppHub::V1::GetWorkloadRequest

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

Overview

Request for GetWorkload.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Fully qualified name of the Workload to fetch. Expected format: projects/{project}/locations/{location}/applications/{application}/workloads/{workload}.

Returns:

  • (::String)

    Required. Fully qualified name of the Workload to fetch. Expected format: projects/{project}/locations/{location}/applications/{application}/workloads/{workload}.



652
653
654
655
# File 'proto_docs/google/cloud/apphub/v1/apphub_service.rb', line 652

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