Config Delivery v1 API - Class ConfigDelivery.ConfigDeliveryClient (1.0.0-beta01)

public class ConfigDelivery.ConfigDeliveryClient : ClientBase<ConfigDelivery.ConfigDeliveryClient>

Reference documentation and code samples for the Config Delivery v1 API class ConfigDelivery.ConfigDeliveryClient.

Client for ConfigDelivery

Inheritance

object > ClientBase > ClientBaseConfigDeliveryConfigDeliveryClient > ConfigDelivery.ConfigDeliveryClient

Namespace

Google.Cloud.ConfigDelivery.V1

Assembly

Google.Cloud.ConfigDelivery.V1.dll

Constructors

ConfigDeliveryClient()

protected ConfigDeliveryClient()

Protected parameterless constructor to allow creation of test doubles.

ConfigDeliveryClient(CallInvoker)

public ConfigDeliveryClient(CallInvoker callInvoker)

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

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

ConfigDeliveryClient(ChannelBase)

public ConfigDeliveryClient(ChannelBase channel)

Creates a new client for ConfigDelivery

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

ConfigDeliveryClient(ClientBaseConfiguration)

protected ConfigDeliveryClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

AbortRollout(AbortRolloutRequest, CallOptions)

public virtual Operation AbortRollout(AbortRolloutRequest request, CallOptions options)

Abort a Rollout.

Parameters
Name Description
request AbortRolloutRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

AbortRollout(AbortRolloutRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation AbortRollout(AbortRolloutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Abort a Rollout.

Parameters
Name Description
request AbortRolloutRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

AbortRolloutAsync(AbortRolloutRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> AbortRolloutAsync(AbortRolloutRequest request, CallOptions options)

Abort a Rollout.

Parameters
Name Description
request AbortRolloutRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

AbortRolloutAsync(AbortRolloutRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> AbortRolloutAsync(AbortRolloutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Abort a Rollout.

Parameters
Name Description
request AbortRolloutRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

CreateFleetPackage(CreateFleetPackageRequest, CallOptions)

public virtual Operation CreateFleetPackage(CreateFleetPackageRequest request, CallOptions options)

Creates a new FleetPackage in a given project and location.

Parameters
Name Description
request CreateFleetPackageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateFleetPackage(CreateFleetPackageRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateFleetPackage(CreateFleetPackageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new FleetPackage in a given project and location.

Parameters
Name Description
request CreateFleetPackageRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

CreateFleetPackageAsync(CreateFleetPackageRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateFleetPackageAsync(CreateFleetPackageRequest request, CallOptions options)

Creates a new FleetPackage in a given project and location.

Parameters
Name Description
request CreateFleetPackageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateFleetPackageAsync(CreateFleetPackageRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateFleetPackageAsync(CreateFleetPackageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new FleetPackage in a given project and location.

Parameters
Name Description
request CreateFleetPackageRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

Creates a new instance of Locations.LocationsClient using the same call invoker as this client.

Returns
Type Description
LocationsLocationsClient

A new Locations.LocationsClient for the same target as this client.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

Creates a new instance of Operations.OperationsClient using the same call invoker as this client.

Returns
Type Description
OperationsOperationsClient

A new Operations client for the same target as this client.

CreateRelease(CreateReleaseRequest, CallOptions)

public virtual Operation CreateRelease(CreateReleaseRequest request, CallOptions options)

Creates a new Release in a given project, location and resource bundle.

Parameters
Name Description
request CreateReleaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateRelease(CreateReleaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateRelease(CreateReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Release in a given project, location and resource bundle.

Parameters
Name Description
request CreateReleaseRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

CreateReleaseAsync(CreateReleaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateReleaseAsync(CreateReleaseRequest request, CallOptions options)

Creates a new Release in a given project, location and resource bundle.

Parameters
Name Description
request CreateReleaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateReleaseAsync(CreateReleaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateReleaseAsync(CreateReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Release in a given project, location and resource bundle.

Parameters
Name Description
request CreateReleaseRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

CreateResourceBundle(CreateResourceBundleRequest, CallOptions)

public virtual Operation CreateResourceBundle(CreateResourceBundleRequest request, CallOptions options)

Creates a new ResourceBundle in a given project and location.

Parameters
Name Description
request CreateResourceBundleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateResourceBundle(CreateResourceBundleRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateResourceBundle(CreateResourceBundleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new ResourceBundle in a given project and location.

Parameters
Name Description
request CreateResourceBundleRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

CreateResourceBundleAsync(CreateResourceBundleRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateResourceBundleAsync(CreateResourceBundleRequest request, CallOptions options)

Creates a new ResourceBundle in a given project and location.

Parameters
Name Description
request CreateResourceBundleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateResourceBundleAsync(CreateResourceBundleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateResourceBundleAsync(CreateResourceBundleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new ResourceBundle in a given project and location.

Parameters
Name Description
request CreateResourceBundleRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

CreateVariant(CreateVariantRequest, CallOptions)

public virtual Operation CreateVariant(CreateVariantRequest request, CallOptions options)

Creates a new Variant in a given project, location, resource bundle, and release.

Parameters
Name Description
request CreateVariantRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateVariant(CreateVariantRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation CreateVariant(CreateVariantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Variant in a given project, location, resource bundle, and release.

Parameters
Name Description
request CreateVariantRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

CreateVariantAsync(CreateVariantRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateVariantAsync(CreateVariantRequest request, CallOptions options)

Creates a new Variant in a given project, location, resource bundle, and release.

Parameters
Name Description
request CreateVariantRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateVariantAsync(CreateVariantRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> CreateVariantAsync(CreateVariantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a new Variant in a given project, location, resource bundle, and release.

Parameters
Name Description
request CreateVariantRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

DeleteFleetPackage(DeleteFleetPackageRequest, CallOptions)

public virtual Operation DeleteFleetPackage(DeleteFleetPackageRequest request, CallOptions options)

Deletes a single FleetPackage.

Parameters
Name Description
request DeleteFleetPackageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteFleetPackage(DeleteFleetPackageRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteFleetPackage(DeleteFleetPackageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single FleetPackage.

Parameters
Name Description
request DeleteFleetPackageRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

DeleteFleetPackageAsync(DeleteFleetPackageRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteFleetPackageAsync(DeleteFleetPackageRequest request, CallOptions options)

Deletes a single FleetPackage.

Parameters
Name Description
request DeleteFleetPackageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteFleetPackageAsync(DeleteFleetPackageRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteFleetPackageAsync(DeleteFleetPackageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single FleetPackage.

Parameters
Name Description
request DeleteFleetPackageRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

DeleteRelease(DeleteReleaseRequest, CallOptions)

public virtual Operation DeleteRelease(DeleteReleaseRequest request, CallOptions options)

Deletes a single Release.

Parameters
Name Description
request DeleteReleaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteRelease(DeleteReleaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteRelease(DeleteReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Release.

Parameters
Name Description
request DeleteReleaseRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

DeleteReleaseAsync(DeleteReleaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteReleaseAsync(DeleteReleaseRequest request, CallOptions options)

Deletes a single Release.

Parameters
Name Description
request DeleteReleaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteReleaseAsync(DeleteReleaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteReleaseAsync(DeleteReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Release.

Parameters
Name Description
request DeleteReleaseRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

DeleteResourceBundle(DeleteResourceBundleRequest, CallOptions)

public virtual Operation DeleteResourceBundle(DeleteResourceBundleRequest request, CallOptions options)

Deletes a single ResourceBundle.

Parameters
Name Description
request DeleteResourceBundleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteResourceBundle(DeleteResourceBundleRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteResourceBundle(DeleteResourceBundleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single ResourceBundle.

Parameters
Name Description
request DeleteResourceBundleRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

DeleteResourceBundleAsync(DeleteResourceBundleRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteResourceBundleAsync(DeleteResourceBundleRequest request, CallOptions options)

Deletes a single ResourceBundle.

Parameters
Name Description
request DeleteResourceBundleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteResourceBundleAsync(DeleteResourceBundleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteResourceBundleAsync(DeleteResourceBundleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single ResourceBundle.

Parameters
Name Description
request DeleteResourceBundleRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

DeleteVariant(DeleteVariantRequest, CallOptions)

public virtual Operation DeleteVariant(DeleteVariantRequest request, CallOptions options)

Deletes a single Variant.

Parameters
Name Description
request DeleteVariantRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteVariant(DeleteVariantRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation DeleteVariant(DeleteVariantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Variant.

Parameters
Name Description
request DeleteVariantRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

DeleteVariantAsync(DeleteVariantRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteVariantAsync(DeleteVariantRequest request, CallOptions options)

Deletes a single Variant.

Parameters
Name Description
request DeleteVariantRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteVariantAsync(DeleteVariantRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> DeleteVariantAsync(DeleteVariantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a single Variant.

Parameters
Name Description
request DeleteVariantRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

GetFleetPackage(GetFleetPackageRequest, CallOptions)

public virtual FleetPackage GetFleetPackage(GetFleetPackageRequest request, CallOptions options)

Gets details of a single FleetPackage.

Parameters
Name Description
request GetFleetPackageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
FleetPackage

The response received from the server.

GetFleetPackage(GetFleetPackageRequest, Metadata, DateTime?, CancellationToken)

public virtual FleetPackage GetFleetPackage(GetFleetPackageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single FleetPackage.

Parameters
Name Description
request GetFleetPackageRequest

The request to send to the server.

headers Metadata

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

deadline System.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
FleetPackage

The response received from the server.

GetFleetPackageAsync(GetFleetPackageRequest, CallOptions)

public virtual AsyncUnaryCall<FleetPackage> GetFleetPackageAsync(GetFleetPackageRequest request, CallOptions options)

Gets details of a single FleetPackage.

Parameters
Name Description
request GetFleetPackageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallFleetPackage

The call object.

GetFleetPackageAsync(GetFleetPackageRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<FleetPackage> GetFleetPackageAsync(GetFleetPackageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single FleetPackage.

Parameters
Name Description
request GetFleetPackageRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallFleetPackage

The call object.

GetRelease(GetReleaseRequest, CallOptions)

public virtual Release GetRelease(GetReleaseRequest request, CallOptions options)

Gets details of a single Release.

Parameters
Name Description
request GetReleaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Release

The response received from the server.

GetRelease(GetReleaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Release GetRelease(GetReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Release.

Parameters
Name Description
request GetReleaseRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Release

The response received from the server.

GetReleaseAsync(GetReleaseRequest, CallOptions)

public virtual AsyncUnaryCall<Release> GetReleaseAsync(GetReleaseRequest request, CallOptions options)

Gets details of a single Release.

Parameters
Name Description
request GetReleaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallRelease

The call object.

GetReleaseAsync(GetReleaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Release> GetReleaseAsync(GetReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Release.

Parameters
Name Description
request GetReleaseRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallRelease

The call object.

GetResourceBundle(GetResourceBundleRequest, CallOptions)

public virtual ResourceBundle GetResourceBundle(GetResourceBundleRequest request, CallOptions options)

Gets details of a single ResourceBundle.

Parameters
Name Description
request GetResourceBundleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ResourceBundle

The response received from the server.

GetResourceBundle(GetResourceBundleRequest, Metadata, DateTime?, CancellationToken)

public virtual ResourceBundle GetResourceBundle(GetResourceBundleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single ResourceBundle.

Parameters
Name Description
request GetResourceBundleRequest

The request to send to the server.

headers Metadata

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

deadline System.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
ResourceBundle

The response received from the server.

GetResourceBundleAsync(GetResourceBundleRequest, CallOptions)

public virtual AsyncUnaryCall<ResourceBundle> GetResourceBundleAsync(GetResourceBundleRequest request, CallOptions options)

Gets details of a single ResourceBundle.

Parameters
Name Description
request GetResourceBundleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallResourceBundle

The call object.

GetResourceBundleAsync(GetResourceBundleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ResourceBundle> GetResourceBundleAsync(GetResourceBundleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single ResourceBundle.

Parameters
Name Description
request GetResourceBundleRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallResourceBundle

The call object.

GetRollout(GetRolloutRequest, CallOptions)

public virtual Rollout GetRollout(GetRolloutRequest request, CallOptions options)

Gets details of a single Rollout.

Parameters
Name Description
request GetRolloutRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Rollout

The response received from the server.

GetRollout(GetRolloutRequest, Metadata, DateTime?, CancellationToken)

public virtual Rollout GetRollout(GetRolloutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Rollout.

Parameters
Name Description
request GetRolloutRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Rollout

The response received from the server.

GetRolloutAsync(GetRolloutRequest, CallOptions)

public virtual AsyncUnaryCall<Rollout> GetRolloutAsync(GetRolloutRequest request, CallOptions options)

Gets details of a single Rollout.

Parameters
Name Description
request GetRolloutRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallRollout

The call object.

GetRolloutAsync(GetRolloutRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Rollout> GetRolloutAsync(GetRolloutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Rollout.

Parameters
Name Description
request GetRolloutRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallRollout

The call object.

GetVariant(GetVariantRequest, CallOptions)

public virtual Variant GetVariant(GetVariantRequest request, CallOptions options)

Gets details of a single Variant.

Parameters
Name Description
request GetVariantRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Variant

The response received from the server.

GetVariant(GetVariantRequest, Metadata, DateTime?, CancellationToken)

public virtual Variant GetVariant(GetVariantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Variant.

Parameters
Name Description
request GetVariantRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Variant

The response received from the server.

GetVariantAsync(GetVariantRequest, CallOptions)

public virtual AsyncUnaryCall<Variant> GetVariantAsync(GetVariantRequest request, CallOptions options)

Gets details of a single Variant.

Parameters
Name Description
request GetVariantRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallVariant

The call object.

GetVariantAsync(GetVariantRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Variant> GetVariantAsync(GetVariantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single Variant.

Parameters
Name Description
request GetVariantRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallVariant

The call object.

ListFleetPackages(ListFleetPackagesRequest, CallOptions)

public virtual ListFleetPackagesResponse ListFleetPackages(ListFleetPackagesRequest request, CallOptions options)

Lists FleetPackages in a given project and location.

Parameters
Name Description
request ListFleetPackagesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListFleetPackagesResponse

The response received from the server.

ListFleetPackages(ListFleetPackagesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListFleetPackagesResponse ListFleetPackages(ListFleetPackagesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists FleetPackages in a given project and location.

Parameters
Name Description
request ListFleetPackagesRequest

The request to send to the server.

headers Metadata

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

deadline System.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
ListFleetPackagesResponse

The response received from the server.

ListFleetPackagesAsync(ListFleetPackagesRequest, CallOptions)

public virtual AsyncUnaryCall<ListFleetPackagesResponse> ListFleetPackagesAsync(ListFleetPackagesRequest request, CallOptions options)

Lists FleetPackages in a given project and location.

Parameters
Name Description
request ListFleetPackagesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListFleetPackagesResponse

The call object.

ListFleetPackagesAsync(ListFleetPackagesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListFleetPackagesResponse> ListFleetPackagesAsync(ListFleetPackagesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists FleetPackages in a given project and location.

Parameters
Name Description
request ListFleetPackagesRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallListFleetPackagesResponse

The call object.

ListReleases(ListReleasesRequest, CallOptions)

public virtual ListReleasesResponse ListReleases(ListReleasesRequest request, CallOptions options)

Lists Releases in a given project and location.

Parameters
Name Description
request ListReleasesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListReleasesResponse

The response received from the server.

ListReleases(ListReleasesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListReleasesResponse ListReleases(ListReleasesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Releases in a given project and location.

Parameters
Name Description
request ListReleasesRequest

The request to send to the server.

headers Metadata

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

deadline System.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
ListReleasesResponse

The response received from the server.

ListReleasesAsync(ListReleasesRequest, CallOptions)

public virtual AsyncUnaryCall<ListReleasesResponse> ListReleasesAsync(ListReleasesRequest request, CallOptions options)

Lists Releases in a given project and location.

Parameters
Name Description
request ListReleasesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListReleasesResponse

The call object.

ListReleasesAsync(ListReleasesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListReleasesResponse> ListReleasesAsync(ListReleasesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Releases in a given project and location.

Parameters
Name Description
request ListReleasesRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallListReleasesResponse

The call object.

ListResourceBundles(ListResourceBundlesRequest, CallOptions)

public virtual ListResourceBundlesResponse ListResourceBundles(ListResourceBundlesRequest request, CallOptions options)

Lists ResourceBundles in a given project and location.

Parameters
Name Description
request ListResourceBundlesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListResourceBundlesResponse

The response received from the server.

ListResourceBundles(ListResourceBundlesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListResourceBundlesResponse ListResourceBundles(ListResourceBundlesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists ResourceBundles in a given project and location.

Parameters
Name Description
request ListResourceBundlesRequest

The request to send to the server.

headers Metadata

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

deadline System.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
ListResourceBundlesResponse

The response received from the server.

ListResourceBundlesAsync(ListResourceBundlesRequest, CallOptions)

public virtual AsyncUnaryCall<ListResourceBundlesResponse> ListResourceBundlesAsync(ListResourceBundlesRequest request, CallOptions options)

Lists ResourceBundles in a given project and location.

Parameters
Name Description
request ListResourceBundlesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListResourceBundlesResponse

The call object.

ListResourceBundlesAsync(ListResourceBundlesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListResourceBundlesResponse> ListResourceBundlesAsync(ListResourceBundlesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists ResourceBundles in a given project and location.

Parameters
Name Description
request ListResourceBundlesRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallListResourceBundlesResponse

The call object.

ListRollouts(ListRolloutsRequest, CallOptions)

public virtual ListRolloutsResponse ListRollouts(ListRolloutsRequest request, CallOptions options)

Lists Rollouts in a given project, location, and Fleet Package.

Parameters
Name Description
request ListRolloutsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListRolloutsResponse

The response received from the server.

ListRollouts(ListRolloutsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListRolloutsResponse ListRollouts(ListRolloutsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Rollouts in a given project, location, and Fleet Package.

Parameters
Name Description
request ListRolloutsRequest

The request to send to the server.

headers Metadata

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

deadline System.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
ListRolloutsResponse

The response received from the server.

ListRolloutsAsync(ListRolloutsRequest, CallOptions)

public virtual AsyncUnaryCall<ListRolloutsResponse> ListRolloutsAsync(ListRolloutsRequest request, CallOptions options)

Lists Rollouts in a given project, location, and Fleet Package.

Parameters
Name Description
request ListRolloutsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListRolloutsResponse

The call object.

ListRolloutsAsync(ListRolloutsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListRolloutsResponse> ListRolloutsAsync(ListRolloutsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Rollouts in a given project, location, and Fleet Package.

Parameters
Name Description
request ListRolloutsRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallListRolloutsResponse

The call object.

ListVariants(ListVariantsRequest, CallOptions)

public virtual ListVariantsResponse ListVariants(ListVariantsRequest request, CallOptions options)

Lists Variants in a given project and location.

Parameters
Name Description
request ListVariantsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListVariantsResponse

The response received from the server.

ListVariants(ListVariantsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListVariantsResponse ListVariants(ListVariantsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Variants in a given project and location.

Parameters
Name Description
request ListVariantsRequest

The request to send to the server.

headers Metadata

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

deadline System.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
ListVariantsResponse

The response received from the server.

ListVariantsAsync(ListVariantsRequest, CallOptions)

public virtual AsyncUnaryCall<ListVariantsResponse> ListVariantsAsync(ListVariantsRequest request, CallOptions options)

Lists Variants in a given project and location.

Parameters
Name Description
request ListVariantsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListVariantsResponse

The call object.

ListVariantsAsync(ListVariantsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListVariantsResponse> ListVariantsAsync(ListVariantsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Variants in a given project and location.

Parameters
Name Description
request ListVariantsRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallListVariantsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override ConfigDelivery.ConfigDeliveryClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
ConfigDeliveryConfigDeliveryClient
Overrides
Grpc.Core.ClientBase<Google.Cloud.ConfigDelivery.V1.ConfigDelivery.ConfigDeliveryClient>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)

ResumeRollout(ResumeRolloutRequest, CallOptions)

public virtual Operation ResumeRollout(ResumeRolloutRequest request, CallOptions options)

Resume a Rollout.

Parameters
Name Description
request ResumeRolloutRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

ResumeRollout(ResumeRolloutRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation ResumeRollout(ResumeRolloutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Resume a Rollout.

Parameters
Name Description
request ResumeRolloutRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

ResumeRolloutAsync(ResumeRolloutRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> ResumeRolloutAsync(ResumeRolloutRequest request, CallOptions options)

Resume a Rollout.

Parameters
Name Description
request ResumeRolloutRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ResumeRolloutAsync(ResumeRolloutRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> ResumeRolloutAsync(ResumeRolloutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Resume a Rollout.

Parameters
Name Description
request ResumeRolloutRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

SuspendRollout(SuspendRolloutRequest, CallOptions)

public virtual Operation SuspendRollout(SuspendRolloutRequest request, CallOptions options)

Suspend a Rollout.

Parameters
Name Description
request SuspendRolloutRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

SuspendRollout(SuspendRolloutRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation SuspendRollout(SuspendRolloutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Suspend a Rollout.

Parameters
Name Description
request SuspendRolloutRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

SuspendRolloutAsync(SuspendRolloutRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> SuspendRolloutAsync(SuspendRolloutRequest request, CallOptions options)

Suspend a Rollout.

Parameters
Name Description
request SuspendRolloutRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

SuspendRolloutAsync(SuspendRolloutRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> SuspendRolloutAsync(SuspendRolloutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Suspend a Rollout.

Parameters
Name Description
request SuspendRolloutRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

UpdateFleetPackage(UpdateFleetPackageRequest, CallOptions)

public virtual Operation UpdateFleetPackage(UpdateFleetPackageRequest request, CallOptions options)

Updates the parameters of a single FleetPackage.

Parameters
Name Description
request UpdateFleetPackageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateFleetPackage(UpdateFleetPackageRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateFleetPackage(UpdateFleetPackageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single FleetPackage.

Parameters
Name Description
request UpdateFleetPackageRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

UpdateFleetPackageAsync(UpdateFleetPackageRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateFleetPackageAsync(UpdateFleetPackageRequest request, CallOptions options)

Updates the parameters of a single FleetPackage.

Parameters
Name Description
request UpdateFleetPackageRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateFleetPackageAsync(UpdateFleetPackageRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateFleetPackageAsync(UpdateFleetPackageRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single FleetPackage.

Parameters
Name Description
request UpdateFleetPackageRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

UpdateRelease(UpdateReleaseRequest, CallOptions)

public virtual Operation UpdateRelease(UpdateReleaseRequest request, CallOptions options)

Updates the parameters of a single Release.

Parameters
Name Description
request UpdateReleaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateRelease(UpdateReleaseRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateRelease(UpdateReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single Release.

Parameters
Name Description
request UpdateReleaseRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

UpdateReleaseAsync(UpdateReleaseRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateReleaseAsync(UpdateReleaseRequest request, CallOptions options)

Updates the parameters of a single Release.

Parameters
Name Description
request UpdateReleaseRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateReleaseAsync(UpdateReleaseRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateReleaseAsync(UpdateReleaseRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single Release.

Parameters
Name Description
request UpdateReleaseRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

UpdateResourceBundle(UpdateResourceBundleRequest, CallOptions)

public virtual Operation UpdateResourceBundle(UpdateResourceBundleRequest request, CallOptions options)

Updates the parameters of a single ResourceBundle.

Parameters
Name Description
request UpdateResourceBundleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateResourceBundle(UpdateResourceBundleRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateResourceBundle(UpdateResourceBundleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single ResourceBundle.

Parameters
Name Description
request UpdateResourceBundleRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

UpdateResourceBundleAsync(UpdateResourceBundleRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateResourceBundleAsync(UpdateResourceBundleRequest request, CallOptions options)

Updates the parameters of a single ResourceBundle.

Parameters
Name Description
request UpdateResourceBundleRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateResourceBundleAsync(UpdateResourceBundleRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateResourceBundleAsync(UpdateResourceBundleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single ResourceBundle.

Parameters
Name Description
request UpdateResourceBundleRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.

UpdateVariant(UpdateVariantRequest, CallOptions)

public virtual Operation UpdateVariant(UpdateVariantRequest request, CallOptions options)

Updates the parameters of a single Variant.

Parameters
Name Description
request UpdateVariantRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

UpdateVariant(UpdateVariantRequest, Metadata, DateTime?, CancellationToken)

public virtual Operation UpdateVariant(UpdateVariantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single Variant.

Parameters
Name Description
request UpdateVariantRequest

The request to send to the server.

headers Metadata

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

deadline System.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
Operation

The response received from the server.

UpdateVariantAsync(UpdateVariantRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateVariantAsync(UpdateVariantRequest request, CallOptions options)

Updates the parameters of a single Variant.

Parameters
Name Description
request UpdateVariantRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

UpdateVariantAsync(UpdateVariantRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Operation> UpdateVariantAsync(UpdateVariantRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates the parameters of a single Variant.

Parameters
Name Description
request UpdateVariantRequest

The request to send to the server.

headers Metadata

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

deadline System.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
AsyncUnaryCallOperation

The call object.