Class: Google::Cloud::WorkloadIdentity::V1::GenerateServiceAgentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::WorkloadIdentity::V1::GenerateServiceAgentsResponse
- 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
-
#service_agents ⇒ ::Array<::Google::Cloud::WorkloadIdentity::V1::ServiceAgent>
The list of service agents.
Instance Attribute Details
#service_agents ⇒ ::Array<::Google::Cloud::WorkloadIdentity::V1::ServiceAgent>
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 |