Binary Authorization v1 API - Class SystemPolicyV1.SystemPolicyV1Client (2.5.0)

public class SystemPolicyV1.SystemPolicyV1Client : ClientBase<SystemPolicyV1.SystemPolicyV1Client>

Reference documentation and code samples for the Binary Authorization v1 API class SystemPolicyV1.SystemPolicyV1Client.

Client for SystemPolicyV1

Inheritance

object > ClientBase > ClientBaseSystemPolicyV1SystemPolicyV1Client > SystemPolicyV1.SystemPolicyV1Client

Namespace

Google.Cloud.BinaryAuthorization.V1

Assembly

Google.Cloud.BinaryAuthorization.V1.dll

Constructors

SystemPolicyV1Client()

protected SystemPolicyV1Client()

Protected parameterless constructor to allow creation of test doubles.

SystemPolicyV1Client(CallInvoker)

public SystemPolicyV1Client(CallInvoker callInvoker)

Creates a new client for SystemPolicyV1 that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

SystemPolicyV1Client(ChannelBase)

public SystemPolicyV1Client(ChannelBase channel)

Creates a new client for SystemPolicyV1

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

SystemPolicyV1Client(ClientBaseConfiguration)

protected SystemPolicyV1Client(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

GetSystemPolicy(GetSystemPolicyRequest, CallOptions)

public virtual Policy GetSystemPolicy(GetSystemPolicyRequest request, CallOptions options)

Gets the current system policy in the specified location.

Parameters
Name Description
request GetSystemPolicyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Policy

The response received from the server.

GetSystemPolicy(GetSystemPolicyRequest, Metadata, DateTime?, CancellationToken)

public virtual Policy GetSystemPolicy(GetSystemPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the current system policy in the specified location.

Parameters
Name Description
request GetSystemPolicyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Policy

The response received from the server.

GetSystemPolicyAsync(GetSystemPolicyRequest, CallOptions)

public virtual AsyncUnaryCall<Policy> GetSystemPolicyAsync(GetSystemPolicyRequest request, CallOptions options)

Gets the current system policy in the specified location.

Parameters
Name Description
request GetSystemPolicyRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPolicy

The call object.

GetSystemPolicyAsync(GetSystemPolicyRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Policy> GetSystemPolicyAsync(GetSystemPolicyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets the current system policy in the specified location.

Parameters
Name Description
request GetSystemPolicyRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallPolicy

The call object.

NewInstance(ClientBaseConfiguration)

protected override SystemPolicyV1.SystemPolicyV1Client NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
SystemPolicyV1SystemPolicyV1Client
Overrides