Class SystemPolicyV1Beta1.SystemPolicyV1Beta1Base (1.0.0-beta05)

[BindServiceMethod(typeof(SystemPolicyV1Beta1), "BindService")]
public abstract class SystemPolicyV1Beta1Base

Base class for server-side implementations of SystemPolicyV1Beta1

Inheritance

Object > SystemPolicyV1Beta1.SystemPolicyV1Beta1Base

Namespace

Google.Cloud.BinaryAuthorization.V1Beta1

Assembly

Google.Cloud.BinaryAuthorization.V1Beta1.dll

Methods

GetSystemPolicy(GetSystemPolicyRequest, ServerCallContext)

public virtual Task<Policy> GetSystemPolicy(GetSystemPolicyRequest request, ServerCallContext context)

Gets the current system policy in the specified location.

Parameters
NameDescription
requestGetSystemPolicyRequest

The request received from the client.

contextServerCallContext

The context of the server-side call handler being invoked.

Returns
TypeDescription
Task<Policy>

The response to send back to the client (wrapped by a task).