Class: Google::Cloud::WorkloadIdentity::V1::GenerateServiceAgentsResponse

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

Overview

Message for creating all ServiceAgents for a ServiceProducer in a project and location.

Instance Attribute Summary collapse

Instance Attribute Details

#service_agents::Array<::Google::Cloud::WorkloadIdentity::V1::ServiceAgent>

Returns The list of service agents.

Returns:

  • The list of service agents



90
91
92
93
# File 'proto_docs/google/cloud/workloadidentity/v1/service.rb', line 90

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