Binary Authorization v1beta1 API - Class SystemPolicyV1Beta1.SystemPolicyV1Beta1Client (2.0.0-beta07)

public class SystemPolicyV1Beta1.SystemPolicyV1Beta1Client : ClientBase<SystemPolicyV1Beta1.SystemPolicyV1Beta1Client>

Reference documentation and code samples for the Binary Authorization v1beta1 API class SystemPolicyV1Beta1.SystemPolicyV1Beta1Client.

Client for SystemPolicyV1Beta1

Inheritance

object > ClientBase > ClientBaseSystemPolicyV1Beta1SystemPolicyV1Beta1Client > SystemPolicyV1Beta1.SystemPolicyV1Beta1Client

Namespace

Google.Cloud.BinaryAuthorization.V1Beta1

Assembly

Google.Cloud.BinaryAuthorization.V1Beta1.dll

Constructors

SystemPolicyV1Beta1Client()

protected SystemPolicyV1Beta1Client()

Protected parameterless constructor to allow creation of test doubles.

SystemPolicyV1Beta1Client(CallInvoker)

public SystemPolicyV1Beta1Client(CallInvoker callInvoker)

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

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

SystemPolicyV1Beta1Client(ChannelBase)

public SystemPolicyV1Beta1Client(ChannelBase channel)

Creates a new client for SystemPolicyV1Beta1

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

SystemPolicyV1Beta1Client(ClientBaseConfiguration)

protected SystemPolicyV1Beta1Client(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 SystemPolicyV1Beta1.SystemPolicyV1Beta1Client NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
SystemPolicyV1Beta1SystemPolicyV1Beta1Client
Overrides