public sealed class GenerateServiceAgentsResponse : IMessage<GenerateServiceAgentsResponse>, IEquatable<GenerateServiceAgentsResponse>, IDeepCloneable<GenerateServiceAgentsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Workload Identity v1 API class GenerateServiceAgentsResponse.
Message for creating all ServiceAgents for a ServiceProducer in a project and location.
Implements
IMessageGenerateServiceAgentsResponse, IEquatableGenerateServiceAgentsResponse, IDeepCloneableGenerateServiceAgentsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.WorkloadIdentity.V1Assembly
Google.Cloud.WorkloadIdentity.V1.dll
Constructors
GenerateServiceAgentsResponse()
public GenerateServiceAgentsResponse()GenerateServiceAgentsResponse(GenerateServiceAgentsResponse)
public GenerateServiceAgentsResponse(GenerateServiceAgentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateServiceAgentsResponse |
Properties
ServiceAgents
public RepeatedField<ServiceAgent> ServiceAgents { get; }The list of service agents
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldServiceAgent |
|