[BindServiceMethod(typeof(WorkloadIdentity), "BindService")]
public abstract class WorkloadIdentity.WorkloadIdentityBaseReference documentation and code samples for the Workload Identity v1 API class WorkloadIdentity.WorkloadIdentityBase.
Base class for server-side implementations of WorkloadIdentity
Namespace
Google.Cloud.WorkloadIdentity.V1Assembly
Google.Cloud.WorkloadIdentity.V1.dll
Methods
GenerateServiceAgents(GenerateServiceAgentsRequest, ServerCallContext)
public virtual Task<Operation> GenerateServiceAgents(GenerateServiceAgentsRequest request, ServerCallContext context)Creates all service agents for a given resource, location and service producer.
| Parameters | |
|---|---|
| Name | Description |
request |
GenerateServiceAgentsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |