Binary Authorization v1 API - Class SystemPolicyV1.SystemPolicyV1Client (2.3.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
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

SystemPolicyV1Client(ChannelBase)

public SystemPolicyV1Client(ChannelBase channel)

Creates a new client for SystemPolicyV1

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

SystemPolicyV1Client(ClientBaseConfiguration)

protected SystemPolicyV1Client(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

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
NameDescription
requestGetSystemPolicyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetSystemPolicyRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetSystemPolicyRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetSystemPolicyRequest

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallPolicy

The call object.

NewInstance(ClientBaseConfiguration)

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

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
SystemPolicyV1SystemPolicyV1Client
Overrides