Telco Automation v1 API - Class TelcoAutomation.TelcoAutomationClient (1.2.0)

public class TelcoAutomation.TelcoAutomationClient : ClientBase<TelcoAutomation.TelcoAutomationClient>

Reference documentation and code samples for the Telco Automation v1 API class TelcoAutomation.TelcoAutomationClient.

Client for TelcoAutomation

Inheritance

object > ClientBase > ClientBaseTelcoAutomationTelcoAutomationClient > TelcoAutomation.TelcoAutomationClient

Namespace

Google.Cloud.TelcoAutomation.V1

Assembly

Google.Cloud.TelcoAutomation.V1.dll

Constructors

TelcoAutomationClient()

protected TelcoAutomationClient()

Protected parameterless constructor to allow creation of test doubles.

TelcoAutomationClient(CallInvoker)

public TelcoAutomationClient(CallInvoker callInvoker)

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

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

TelcoAutomationClient(ChannelBase)

public TelcoAutomationClient(ChannelBase channel)

Creates a new client for TelcoAutomation

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

TelcoAutomationClient(ClientBaseConfiguration)

protected TelcoAutomationClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

ApplyDeployment(ApplyDeploymentRequest, CallOptions)

public virtual Deployment ApplyDeployment(ApplyDeploymentRequest request, CallOptions options)

Applies the deployment's YAML files to the parent orchestration cluster.

Parameters
Name Description
request ApplyDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Deployment

The response received from the server.

ApplyDeployment(ApplyDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual Deployment ApplyDeployment(ApplyDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Applies the deployment's YAML files to the parent orchestration cluster.

Parameters
Name Description
request ApplyDeploymentRequest

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
Deployment

The response received from the server.

ApplyDeploymentAsync(ApplyDeploymentRequest, CallOptions)

public virtual AsyncUnaryCall<Deployment> ApplyDeploymentAsync(ApplyDeploymentRequest request, CallOptions options)

Applies the deployment's YAML files to the parent orchestration cluster.

Parameters
Name Description
request ApplyDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDeployment

The call object.

ApplyDeploymentAsync(ApplyDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Deployment> ApplyDeploymentAsync(ApplyDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Applies the deployment's YAML files to the parent orchestration cluster.

Parameters
Name Description
request ApplyDeploymentRequest

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
AsyncUnaryCallDeployment

The call object.

ApplyHydratedDeployment(ApplyHydratedDeploymentRequest, CallOptions)

public virtual HydratedDeployment ApplyHydratedDeployment(ApplyHydratedDeploymentRequest request, CallOptions options)

Applies a hydrated deployment to a workload cluster.

Parameters
Name Description
request ApplyHydratedDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
HydratedDeployment

The response received from the server.

ApplyHydratedDeployment(ApplyHydratedDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual HydratedDeployment ApplyHydratedDeployment(ApplyHydratedDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Applies a hydrated deployment to a workload cluster.

Parameters
Name Description
request ApplyHydratedDeploymentRequest

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
HydratedDeployment

The response received from the server.

ApplyHydratedDeploymentAsync(ApplyHydratedDeploymentRequest, CallOptions)

public virtual AsyncUnaryCall<HydratedDeployment> ApplyHydratedDeploymentAsync(ApplyHydratedDeploymentRequest request, CallOptions options)

Applies a hydrated deployment to a workload cluster.

Parameters
Name Description
request ApplyHydratedDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallHydratedDeployment

The call object.

ApplyHydratedDeploymentAsync(ApplyHydratedDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<HydratedDeployment> ApplyHydratedDeploymentAsync(ApplyHydratedDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Applies a hydrated deployment to a workload cluster.

Parameters
Name Description
request ApplyHydratedDeploymentRequest

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
AsyncUnaryCallHydratedDeployment

The call object.

ApproveBlueprint(ApproveBlueprintRequest, CallOptions)

public virtual Blueprint ApproveBlueprint(ApproveBlueprintRequest request, CallOptions options)

Approves a blueprint and commits a new revision.

Parameters
Name Description
request ApproveBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Blueprint

The response received from the server.

ApproveBlueprint(ApproveBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual Blueprint ApproveBlueprint(ApproveBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Approves a blueprint and commits a new revision.

Parameters
Name Description
request ApproveBlueprintRequest

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
Blueprint

The response received from the server.

ApproveBlueprintAsync(ApproveBlueprintRequest, CallOptions)

public virtual AsyncUnaryCall<Blueprint> ApproveBlueprintAsync(ApproveBlueprintRequest request, CallOptions options)

Approves a blueprint and commits a new revision.

Parameters
Name Description
request ApproveBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBlueprint

The call object.

ApproveBlueprintAsync(ApproveBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Blueprint> ApproveBlueprintAsync(ApproveBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Approves a blueprint and commits a new revision.

Parameters
Name Description
request ApproveBlueprintRequest

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
AsyncUnaryCallBlueprint

The call object.

ComputeDeploymentStatus(ComputeDeploymentStatusRequest, CallOptions)

public virtual ComputeDeploymentStatusResponse ComputeDeploymentStatus(ComputeDeploymentStatusRequest request, CallOptions options)

Returns the requested deployment status.

Parameters
Name Description
request ComputeDeploymentStatusRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ComputeDeploymentStatusResponse

The response received from the server.

ComputeDeploymentStatus(ComputeDeploymentStatusRequest, Metadata, DateTime?, CancellationToken)

public virtual ComputeDeploymentStatusResponse ComputeDeploymentStatus(ComputeDeploymentStatusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the requested deployment status.

Parameters
Name Description
request ComputeDeploymentStatusRequest

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
ComputeDeploymentStatusResponse

The response received from the server.

ComputeDeploymentStatusAsync(ComputeDeploymentStatusRequest, CallOptions)

public virtual AsyncUnaryCall<ComputeDeploymentStatusResponse> ComputeDeploymentStatusAsync(ComputeDeploymentStatusRequest request, CallOptions options)

Returns the requested deployment status.

Parameters
Name Description
request ComputeDeploymentStatusRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallComputeDeploymentStatusResponse

The call object.

ComputeDeploymentStatusAsync(ComputeDeploymentStatusRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ComputeDeploymentStatusResponse> ComputeDeploymentStatusAsync(ComputeDeploymentStatusRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the requested deployment status.

Parameters
Name Description
request ComputeDeploymentStatusRequest

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
AsyncUnaryCallComputeDeploymentStatusResponse

The call object.

CreateBlueprint(CreateBlueprintRequest, CallOptions)

public virtual Blueprint CreateBlueprint(CreateBlueprintRequest request, CallOptions options)

Creates a blueprint.

Parameters
Name Description
request CreateBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Blueprint

The response received from the server.

CreateBlueprint(CreateBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual Blueprint CreateBlueprint(CreateBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a blueprint.

Parameters
Name Description
request CreateBlueprintRequest

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
Blueprint

The response received from the server.

CreateBlueprintAsync(CreateBlueprintRequest, CallOptions)

public virtual AsyncUnaryCall<Blueprint> CreateBlueprintAsync(CreateBlueprintRequest request, CallOptions options)

Creates a blueprint.

Parameters
Name Description
request CreateBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBlueprint

The call object.

CreateBlueprintAsync(CreateBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Blueprint> CreateBlueprintAsync(CreateBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a blueprint.

Parameters
Name Description
request CreateBlueprintRequest

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
AsyncUnaryCallBlueprint

The call object.

CreateDeployment(CreateDeploymentRequest, CallOptions)

public virtual Deployment CreateDeployment(CreateDeploymentRequest request, CallOptions options)

Creates a deployment.

Parameters
Name Description
request CreateDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Deployment

The response received from the server.

CreateDeployment(CreateDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual Deployment CreateDeployment(CreateDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a deployment.

Parameters
Name Description
request CreateDeploymentRequest

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
Deployment

The response received from the server.

CreateDeploymentAsync(CreateDeploymentRequest, CallOptions)

public virtual AsyncUnaryCall<Deployment> CreateDeploymentAsync(CreateDeploymentRequest request, CallOptions options)

Creates a deployment.

Parameters
Name Description
request CreateDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDeployment

The call object.

CreateDeploymentAsync(CreateDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Deployment> CreateDeploymentAsync(CreateDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a deployment.

Parameters
Name Description
request CreateDeploymentRequest

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
AsyncUnaryCallDeployment

The call object.

CreateEdgeSlm(CreateEdgeSlmRequest, CallOptions)

public virtual Operation CreateEdgeSlm(CreateEdgeSlmRequest request, CallOptions options)

Creates a new EdgeSlm in a given project and location.

Parameters
Name Description
request CreateEdgeSlmRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateEdgeSlm(CreateEdgeSlmRequest, Metadata, DateTime?, CancellationToken)

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

Creates a new EdgeSlm in a given project and location.

Parameters
Name Description
request CreateEdgeSlmRequest

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
Operation

The response received from the server.

CreateEdgeSlmAsync(CreateEdgeSlmRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateEdgeSlmAsync(CreateEdgeSlmRequest request, CallOptions options)

Creates a new EdgeSlm in a given project and location.

Parameters
Name Description
request CreateEdgeSlmRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateEdgeSlmAsync(CreateEdgeSlmRequest, Metadata, DateTime?, CancellationToken)

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

Creates a new EdgeSlm in a given project and location.

Parameters
Name Description
request CreateEdgeSlmRequest

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
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.

CreateOrchestrationCluster(CreateOrchestrationClusterRequest, CallOptions)

public virtual Operation CreateOrchestrationCluster(CreateOrchestrationClusterRequest request, CallOptions options)

Creates a new OrchestrationCluster in a given project and location.

Parameters
Name Description
request CreateOrchestrationClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateOrchestrationCluster(CreateOrchestrationClusterRequest, Metadata, DateTime?, CancellationToken)

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

Creates a new OrchestrationCluster in a given project and location.

Parameters
Name Description
request CreateOrchestrationClusterRequest

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
Operation

The response received from the server.

CreateOrchestrationClusterAsync(CreateOrchestrationClusterRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateOrchestrationClusterAsync(CreateOrchestrationClusterRequest request, CallOptions options)

Creates a new OrchestrationCluster in a given project and location.

Parameters
Name Description
request CreateOrchestrationClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateOrchestrationClusterAsync(CreateOrchestrationClusterRequest, Metadata, DateTime?, CancellationToken)

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

Creates a new OrchestrationCluster in a given project and location.

Parameters
Name Description
request CreateOrchestrationClusterRequest

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
AsyncUnaryCallOperation

The call object.

DeleteBlueprint(DeleteBlueprintRequest, CallOptions)

public virtual Empty DeleteBlueprint(DeleteBlueprintRequest request, CallOptions options)

Deletes a blueprint and all its revisions.

Parameters
Name Description
request DeleteBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

DeleteBlueprint(DeleteBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty DeleteBlueprint(DeleteBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a blueprint and all its revisions.

Parameters
Name Description
request DeleteBlueprintRequest

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
Empty

The response received from the server.

DeleteBlueprintAsync(DeleteBlueprintRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteBlueprintAsync(DeleteBlueprintRequest request, CallOptions options)

Deletes a blueprint and all its revisions.

Parameters
Name Description
request DeleteBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

DeleteBlueprintAsync(DeleteBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> DeleteBlueprintAsync(DeleteBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Deletes a blueprint and all its revisions.

Parameters
Name Description
request DeleteBlueprintRequest

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
AsyncUnaryCallEmpty

The call object.

DeleteEdgeSlm(DeleteEdgeSlmRequest, CallOptions)

public virtual Operation DeleteEdgeSlm(DeleteEdgeSlmRequest request, CallOptions options)

Deletes a single EdgeSlm.

Parameters
Name Description
request DeleteEdgeSlmRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteEdgeSlm(DeleteEdgeSlmRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a single EdgeSlm.

Parameters
Name Description
request DeleteEdgeSlmRequest

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
Operation

The response received from the server.

DeleteEdgeSlmAsync(DeleteEdgeSlmRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteEdgeSlmAsync(DeleteEdgeSlmRequest request, CallOptions options)

Deletes a single EdgeSlm.

Parameters
Name Description
request DeleteEdgeSlmRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteEdgeSlmAsync(DeleteEdgeSlmRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a single EdgeSlm.

Parameters
Name Description
request DeleteEdgeSlmRequest

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
AsyncUnaryCallOperation

The call object.

DeleteOrchestrationCluster(DeleteOrchestrationClusterRequest, CallOptions)

public virtual Operation DeleteOrchestrationCluster(DeleteOrchestrationClusterRequest request, CallOptions options)

Deletes a single OrchestrationCluster.

Parameters
Name Description
request DeleteOrchestrationClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteOrchestrationCluster(DeleteOrchestrationClusterRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a single OrchestrationCluster.

Parameters
Name Description
request DeleteOrchestrationClusterRequest

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
Operation

The response received from the server.

DeleteOrchestrationClusterAsync(DeleteOrchestrationClusterRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteOrchestrationClusterAsync(DeleteOrchestrationClusterRequest request, CallOptions options)

Deletes a single OrchestrationCluster.

Parameters
Name Description
request DeleteOrchestrationClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteOrchestrationClusterAsync(DeleteOrchestrationClusterRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a single OrchestrationCluster.

Parameters
Name Description
request DeleteOrchestrationClusterRequest

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
AsyncUnaryCallOperation

The call object.

DiscardBlueprintChanges(DiscardBlueprintChangesRequest, CallOptions)

public virtual DiscardBlueprintChangesResponse DiscardBlueprintChanges(DiscardBlueprintChangesRequest request, CallOptions options)

Discards the changes in a blueprint and reverts the blueprint to the last approved blueprint revision. No changes take place if a blueprint does not have revisions.

Parameters
Name Description
request DiscardBlueprintChangesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
DiscardBlueprintChangesResponse

The response received from the server.

DiscardBlueprintChanges(DiscardBlueprintChangesRequest, Metadata, DateTime?, CancellationToken)

public virtual DiscardBlueprintChangesResponse DiscardBlueprintChanges(DiscardBlueprintChangesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Discards the changes in a blueprint and reverts the blueprint to the last approved blueprint revision. No changes take place if a blueprint does not have revisions.

Parameters
Name Description
request DiscardBlueprintChangesRequest

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
DiscardBlueprintChangesResponse

The response received from the server.

DiscardBlueprintChangesAsync(DiscardBlueprintChangesRequest, CallOptions)

public virtual AsyncUnaryCall<DiscardBlueprintChangesResponse> DiscardBlueprintChangesAsync(DiscardBlueprintChangesRequest request, CallOptions options)

Discards the changes in a blueprint and reverts the blueprint to the last approved blueprint revision. No changes take place if a blueprint does not have revisions.

Parameters
Name Description
request DiscardBlueprintChangesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDiscardBlueprintChangesResponse

The call object.

DiscardBlueprintChangesAsync(DiscardBlueprintChangesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<DiscardBlueprintChangesResponse> DiscardBlueprintChangesAsync(DiscardBlueprintChangesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Discards the changes in a blueprint and reverts the blueprint to the last approved blueprint revision. No changes take place if a blueprint does not have revisions.

Parameters
Name Description
request DiscardBlueprintChangesRequest

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
AsyncUnaryCallDiscardBlueprintChangesResponse

The call object.

DiscardDeploymentChanges(DiscardDeploymentChangesRequest, CallOptions)

public virtual DiscardDeploymentChangesResponse DiscardDeploymentChanges(DiscardDeploymentChangesRequest request, CallOptions options)

Discards the changes in a deployment and reverts the deployment to the last approved deployment revision. No changes take place if a deployment does not have revisions.

Parameters
Name Description
request DiscardDeploymentChangesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
DiscardDeploymentChangesResponse

The response received from the server.

DiscardDeploymentChanges(DiscardDeploymentChangesRequest, Metadata, DateTime?, CancellationToken)

public virtual DiscardDeploymentChangesResponse DiscardDeploymentChanges(DiscardDeploymentChangesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Discards the changes in a deployment and reverts the deployment to the last approved deployment revision. No changes take place if a deployment does not have revisions.

Parameters
Name Description
request DiscardDeploymentChangesRequest

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
DiscardDeploymentChangesResponse

The response received from the server.

DiscardDeploymentChangesAsync(DiscardDeploymentChangesRequest, CallOptions)

public virtual AsyncUnaryCall<DiscardDeploymentChangesResponse> DiscardDeploymentChangesAsync(DiscardDeploymentChangesRequest request, CallOptions options)

Discards the changes in a deployment and reverts the deployment to the last approved deployment revision. No changes take place if a deployment does not have revisions.

Parameters
Name Description
request DiscardDeploymentChangesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDiscardDeploymentChangesResponse

The call object.

DiscardDeploymentChangesAsync(DiscardDeploymentChangesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<DiscardDeploymentChangesResponse> DiscardDeploymentChangesAsync(DiscardDeploymentChangesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Discards the changes in a deployment and reverts the deployment to the last approved deployment revision. No changes take place if a deployment does not have revisions.

Parameters
Name Description
request DiscardDeploymentChangesRequest

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
AsyncUnaryCallDiscardDeploymentChangesResponse

The call object.

GetBlueprint(GetBlueprintRequest, CallOptions)

public virtual Blueprint GetBlueprint(GetBlueprintRequest request, CallOptions options)

Returns the requested blueprint.

Parameters
Name Description
request GetBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Blueprint

The response received from the server.

GetBlueprint(GetBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual Blueprint GetBlueprint(GetBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the requested blueprint.

Parameters
Name Description
request GetBlueprintRequest

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
Blueprint

The response received from the server.

GetBlueprintAsync(GetBlueprintRequest, CallOptions)

public virtual AsyncUnaryCall<Blueprint> GetBlueprintAsync(GetBlueprintRequest request, CallOptions options)

Returns the requested blueprint.

Parameters
Name Description
request GetBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBlueprint

The call object.

GetBlueprintAsync(GetBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Blueprint> GetBlueprintAsync(GetBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the requested blueprint.

Parameters
Name Description
request GetBlueprintRequest

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
AsyncUnaryCallBlueprint

The call object.

GetDeployment(GetDeploymentRequest, CallOptions)

public virtual Deployment GetDeployment(GetDeploymentRequest request, CallOptions options)

Returns the requested deployment.

Parameters
Name Description
request GetDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Deployment

The response received from the server.

GetDeployment(GetDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual Deployment GetDeployment(GetDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the requested deployment.

Parameters
Name Description
request GetDeploymentRequest

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
Deployment

The response received from the server.

GetDeploymentAsync(GetDeploymentRequest, CallOptions)

public virtual AsyncUnaryCall<Deployment> GetDeploymentAsync(GetDeploymentRequest request, CallOptions options)

Returns the requested deployment.

Parameters
Name Description
request GetDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDeployment

The call object.

GetDeploymentAsync(GetDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Deployment> GetDeploymentAsync(GetDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the requested deployment.

Parameters
Name Description
request GetDeploymentRequest

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
AsyncUnaryCallDeployment

The call object.

GetEdgeSlm(GetEdgeSlmRequest, CallOptions)

public virtual EdgeSlm GetEdgeSlm(GetEdgeSlmRequest request, CallOptions options)

Gets details of a single EdgeSlm.

Parameters
Name Description
request GetEdgeSlmRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
EdgeSlm

The response received from the server.

GetEdgeSlm(GetEdgeSlmRequest, Metadata, DateTime?, CancellationToken)

public virtual EdgeSlm GetEdgeSlm(GetEdgeSlmRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single EdgeSlm.

Parameters
Name Description
request GetEdgeSlmRequest

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
EdgeSlm

The response received from the server.

GetEdgeSlmAsync(GetEdgeSlmRequest, CallOptions)

public virtual AsyncUnaryCall<EdgeSlm> GetEdgeSlmAsync(GetEdgeSlmRequest request, CallOptions options)

Gets details of a single EdgeSlm.

Parameters
Name Description
request GetEdgeSlmRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEdgeSlm

The call object.

GetEdgeSlmAsync(GetEdgeSlmRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<EdgeSlm> GetEdgeSlmAsync(GetEdgeSlmRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single EdgeSlm.

Parameters
Name Description
request GetEdgeSlmRequest

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
AsyncUnaryCallEdgeSlm

The call object.

GetHydratedDeployment(GetHydratedDeploymentRequest, CallOptions)

public virtual HydratedDeployment GetHydratedDeployment(GetHydratedDeploymentRequest request, CallOptions options)

Returns the requested hydrated deployment.

Parameters
Name Description
request GetHydratedDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
HydratedDeployment

The response received from the server.

GetHydratedDeployment(GetHydratedDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual HydratedDeployment GetHydratedDeployment(GetHydratedDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the requested hydrated deployment.

Parameters
Name Description
request GetHydratedDeploymentRequest

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
HydratedDeployment

The response received from the server.

GetHydratedDeploymentAsync(GetHydratedDeploymentRequest, CallOptions)

public virtual AsyncUnaryCall<HydratedDeployment> GetHydratedDeploymentAsync(GetHydratedDeploymentRequest request, CallOptions options)

Returns the requested hydrated deployment.

Parameters
Name Description
request GetHydratedDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallHydratedDeployment

The call object.

GetHydratedDeploymentAsync(GetHydratedDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<HydratedDeployment> GetHydratedDeploymentAsync(GetHydratedDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the requested hydrated deployment.

Parameters
Name Description
request GetHydratedDeploymentRequest

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
AsyncUnaryCallHydratedDeployment

The call object.

GetOrchestrationCluster(GetOrchestrationClusterRequest, CallOptions)

public virtual OrchestrationCluster GetOrchestrationCluster(GetOrchestrationClusterRequest request, CallOptions options)

Gets details of a single OrchestrationCluster.

Parameters
Name Description
request GetOrchestrationClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
OrchestrationCluster

The response received from the server.

GetOrchestrationCluster(GetOrchestrationClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual OrchestrationCluster GetOrchestrationCluster(GetOrchestrationClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single OrchestrationCluster.

Parameters
Name Description
request GetOrchestrationClusterRequest

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
OrchestrationCluster

The response received from the server.

GetOrchestrationClusterAsync(GetOrchestrationClusterRequest, CallOptions)

public virtual AsyncUnaryCall<OrchestrationCluster> GetOrchestrationClusterAsync(GetOrchestrationClusterRequest request, CallOptions options)

Gets details of a single OrchestrationCluster.

Parameters
Name Description
request GetOrchestrationClusterRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOrchestrationCluster

The call object.

GetOrchestrationClusterAsync(GetOrchestrationClusterRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<OrchestrationCluster> GetOrchestrationClusterAsync(GetOrchestrationClusterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets details of a single OrchestrationCluster.

Parameters
Name Description
request GetOrchestrationClusterRequest

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
AsyncUnaryCallOrchestrationCluster

The call object.

GetPublicBlueprint(GetPublicBlueprintRequest, CallOptions)

public virtual PublicBlueprint GetPublicBlueprint(GetPublicBlueprintRequest request, CallOptions options)

Returns the requested public blueprint.

Parameters
Name Description
request GetPublicBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
PublicBlueprint

The response received from the server.

GetPublicBlueprint(GetPublicBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual PublicBlueprint GetPublicBlueprint(GetPublicBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the requested public blueprint.

Parameters
Name Description
request GetPublicBlueprintRequest

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
PublicBlueprint

The response received from the server.

GetPublicBlueprintAsync(GetPublicBlueprintRequest, CallOptions)

public virtual AsyncUnaryCall<PublicBlueprint> GetPublicBlueprintAsync(GetPublicBlueprintRequest request, CallOptions options)

Returns the requested public blueprint.

Parameters
Name Description
request GetPublicBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallPublicBlueprint

The call object.

GetPublicBlueprintAsync(GetPublicBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<PublicBlueprint> GetPublicBlueprintAsync(GetPublicBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Returns the requested public blueprint.

Parameters
Name Description
request GetPublicBlueprintRequest

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
AsyncUnaryCallPublicBlueprint

The call object.

ListBlueprintRevisions(ListBlueprintRevisionsRequest, CallOptions)

public virtual ListBlueprintRevisionsResponse ListBlueprintRevisions(ListBlueprintRevisionsRequest request, CallOptions options)

List blueprint revisions of a given blueprint.

Parameters
Name Description
request ListBlueprintRevisionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListBlueprintRevisionsResponse

The response received from the server.

ListBlueprintRevisions(ListBlueprintRevisionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListBlueprintRevisionsResponse ListBlueprintRevisions(ListBlueprintRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List blueprint revisions of a given blueprint.

Parameters
Name Description
request ListBlueprintRevisionsRequest

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
ListBlueprintRevisionsResponse

The response received from the server.

ListBlueprintRevisionsAsync(ListBlueprintRevisionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListBlueprintRevisionsResponse> ListBlueprintRevisionsAsync(ListBlueprintRevisionsRequest request, CallOptions options)

List blueprint revisions of a given blueprint.

Parameters
Name Description
request ListBlueprintRevisionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListBlueprintRevisionsResponse

The call object.

ListBlueprintRevisionsAsync(ListBlueprintRevisionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListBlueprintRevisionsResponse> ListBlueprintRevisionsAsync(ListBlueprintRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List blueprint revisions of a given blueprint.

Parameters
Name Description
request ListBlueprintRevisionsRequest

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
AsyncUnaryCallListBlueprintRevisionsResponse

The call object.

ListBlueprints(ListBlueprintsRequest, CallOptions)

public virtual ListBlueprintsResponse ListBlueprints(ListBlueprintsRequest request, CallOptions options)

List all blueprints.

Parameters
Name Description
request ListBlueprintsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListBlueprintsResponse

The response received from the server.

ListBlueprints(ListBlueprintsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListBlueprintsResponse ListBlueprints(ListBlueprintsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List all blueprints.

Parameters
Name Description
request ListBlueprintsRequest

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
ListBlueprintsResponse

The response received from the server.

ListBlueprintsAsync(ListBlueprintsRequest, CallOptions)

public virtual AsyncUnaryCall<ListBlueprintsResponse> ListBlueprintsAsync(ListBlueprintsRequest request, CallOptions options)

List all blueprints.

Parameters
Name Description
request ListBlueprintsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListBlueprintsResponse

The call object.

ListBlueprintsAsync(ListBlueprintsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListBlueprintsResponse> ListBlueprintsAsync(ListBlueprintsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List all blueprints.

Parameters
Name Description
request ListBlueprintsRequest

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
AsyncUnaryCallListBlueprintsResponse

The call object.

ListDeploymentRevisions(ListDeploymentRevisionsRequest, CallOptions)

public virtual ListDeploymentRevisionsResponse ListDeploymentRevisions(ListDeploymentRevisionsRequest request, CallOptions options)

List deployment revisions of a given deployment.

Parameters
Name Description
request ListDeploymentRevisionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDeploymentRevisionsResponse

The response received from the server.

ListDeploymentRevisions(ListDeploymentRevisionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDeploymentRevisionsResponse ListDeploymentRevisions(ListDeploymentRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List deployment revisions of a given deployment.

Parameters
Name Description
request ListDeploymentRevisionsRequest

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
ListDeploymentRevisionsResponse

The response received from the server.

ListDeploymentRevisionsAsync(ListDeploymentRevisionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListDeploymentRevisionsResponse> ListDeploymentRevisionsAsync(ListDeploymentRevisionsRequest request, CallOptions options)

List deployment revisions of a given deployment.

Parameters
Name Description
request ListDeploymentRevisionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDeploymentRevisionsResponse

The call object.

ListDeploymentRevisionsAsync(ListDeploymentRevisionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDeploymentRevisionsResponse> ListDeploymentRevisionsAsync(ListDeploymentRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List deployment revisions of a given deployment.

Parameters
Name Description
request ListDeploymentRevisionsRequest

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
AsyncUnaryCallListDeploymentRevisionsResponse

The call object.

ListDeployments(ListDeploymentsRequest, CallOptions)

public virtual ListDeploymentsResponse ListDeployments(ListDeploymentsRequest request, CallOptions options)

List all deployments.

Parameters
Name Description
request ListDeploymentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDeploymentsResponse

The response received from the server.

ListDeployments(ListDeploymentsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDeploymentsResponse ListDeployments(ListDeploymentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List all deployments.

Parameters
Name Description
request ListDeploymentsRequest

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
ListDeploymentsResponse

The response received from the server.

ListDeploymentsAsync(ListDeploymentsRequest, CallOptions)

public virtual AsyncUnaryCall<ListDeploymentsResponse> ListDeploymentsAsync(ListDeploymentsRequest request, CallOptions options)

List all deployments.

Parameters
Name Description
request ListDeploymentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDeploymentsResponse

The call object.

ListDeploymentsAsync(ListDeploymentsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDeploymentsResponse> ListDeploymentsAsync(ListDeploymentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List all deployments.

Parameters
Name Description
request ListDeploymentsRequest

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
AsyncUnaryCallListDeploymentsResponse

The call object.

ListEdgeSlms(ListEdgeSlmsRequest, CallOptions)

public virtual ListEdgeSlmsResponse ListEdgeSlms(ListEdgeSlmsRequest request, CallOptions options)

Lists EdgeSlms in a given project and location.

Parameters
Name Description
request ListEdgeSlmsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListEdgeSlmsResponse

The response received from the server.

ListEdgeSlms(ListEdgeSlmsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListEdgeSlmsResponse ListEdgeSlms(ListEdgeSlmsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists EdgeSlms in a given project and location.

Parameters
Name Description
request ListEdgeSlmsRequest

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
ListEdgeSlmsResponse

The response received from the server.

ListEdgeSlmsAsync(ListEdgeSlmsRequest, CallOptions)

public virtual AsyncUnaryCall<ListEdgeSlmsResponse> ListEdgeSlmsAsync(ListEdgeSlmsRequest request, CallOptions options)

Lists EdgeSlms in a given project and location.

Parameters
Name Description
request ListEdgeSlmsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListEdgeSlmsResponse

The call object.

ListEdgeSlmsAsync(ListEdgeSlmsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListEdgeSlmsResponse> ListEdgeSlmsAsync(ListEdgeSlmsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists EdgeSlms in a given project and location.

Parameters
Name Description
request ListEdgeSlmsRequest

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
AsyncUnaryCallListEdgeSlmsResponse

The call object.

ListHydratedDeployments(ListHydratedDeploymentsRequest, CallOptions)

public virtual ListHydratedDeploymentsResponse ListHydratedDeployments(ListHydratedDeploymentsRequest request, CallOptions options)

List all hydrated deployments present under a deployment.

Parameters
Name Description
request ListHydratedDeploymentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListHydratedDeploymentsResponse

The response received from the server.

ListHydratedDeployments(ListHydratedDeploymentsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListHydratedDeploymentsResponse ListHydratedDeployments(ListHydratedDeploymentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List all hydrated deployments present under a deployment.

Parameters
Name Description
request ListHydratedDeploymentsRequest

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
ListHydratedDeploymentsResponse

The response received from the server.

ListHydratedDeploymentsAsync(ListHydratedDeploymentsRequest, CallOptions)

public virtual AsyncUnaryCall<ListHydratedDeploymentsResponse> ListHydratedDeploymentsAsync(ListHydratedDeploymentsRequest request, CallOptions options)

List all hydrated deployments present under a deployment.

Parameters
Name Description
request ListHydratedDeploymentsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListHydratedDeploymentsResponse

The call object.

ListHydratedDeploymentsAsync(ListHydratedDeploymentsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListHydratedDeploymentsResponse> ListHydratedDeploymentsAsync(ListHydratedDeploymentsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

List all hydrated deployments present under a deployment.

Parameters
Name Description
request ListHydratedDeploymentsRequest

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
AsyncUnaryCallListHydratedDeploymentsResponse

The call object.

ListOrchestrationClusters(ListOrchestrationClustersRequest, CallOptions)

public virtual ListOrchestrationClustersResponse ListOrchestrationClusters(ListOrchestrationClustersRequest request, CallOptions options)

Lists OrchestrationClusters in a given project and location.

Parameters
Name Description
request ListOrchestrationClustersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListOrchestrationClustersResponse

The response received from the server.

ListOrchestrationClusters(ListOrchestrationClustersRequest, Metadata, DateTime?, CancellationToken)

public virtual ListOrchestrationClustersResponse ListOrchestrationClusters(ListOrchestrationClustersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists OrchestrationClusters in a given project and location.

Parameters
Name Description
request ListOrchestrationClustersRequest

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
ListOrchestrationClustersResponse

The response received from the server.

ListOrchestrationClustersAsync(ListOrchestrationClustersRequest, CallOptions)

public virtual AsyncUnaryCall<ListOrchestrationClustersResponse> ListOrchestrationClustersAsync(ListOrchestrationClustersRequest request, CallOptions options)

Lists OrchestrationClusters in a given project and location.

Parameters
Name Description
request ListOrchestrationClustersRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListOrchestrationClustersResponse

The call object.

ListOrchestrationClustersAsync(ListOrchestrationClustersRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListOrchestrationClustersResponse> ListOrchestrationClustersAsync(ListOrchestrationClustersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists OrchestrationClusters in a given project and location.

Parameters
Name Description
request ListOrchestrationClustersRequest

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
AsyncUnaryCallListOrchestrationClustersResponse

The call object.

ListPublicBlueprints(ListPublicBlueprintsRequest, CallOptions)

public virtual ListPublicBlueprintsResponse ListPublicBlueprints(ListPublicBlueprintsRequest request, CallOptions options)

Lists the blueprints in TNA's public catalog. Default page size = 20, Max Page Size = 100.

Parameters
Name Description
request ListPublicBlueprintsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListPublicBlueprintsResponse

The response received from the server.

ListPublicBlueprints(ListPublicBlueprintsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListPublicBlueprintsResponse ListPublicBlueprints(ListPublicBlueprintsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the blueprints in TNA's public catalog. Default page size = 20, Max Page Size = 100.

Parameters
Name Description
request ListPublicBlueprintsRequest

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
ListPublicBlueprintsResponse

The response received from the server.

ListPublicBlueprintsAsync(ListPublicBlueprintsRequest, CallOptions)

public virtual AsyncUnaryCall<ListPublicBlueprintsResponse> ListPublicBlueprintsAsync(ListPublicBlueprintsRequest request, CallOptions options)

Lists the blueprints in TNA's public catalog. Default page size = 20, Max Page Size = 100.

Parameters
Name Description
request ListPublicBlueprintsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListPublicBlueprintsResponse

The call object.

ListPublicBlueprintsAsync(ListPublicBlueprintsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListPublicBlueprintsResponse> ListPublicBlueprintsAsync(ListPublicBlueprintsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists the blueprints in TNA's public catalog. Default page size = 20, Max Page Size = 100.

Parameters
Name Description
request ListPublicBlueprintsRequest

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
AsyncUnaryCallListPublicBlueprintsResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override TelcoAutomation.TelcoAutomationClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
TelcoAutomationTelcoAutomationClient
Overrides

ProposeBlueprint(ProposeBlueprintRequest, CallOptions)

public virtual Blueprint ProposeBlueprint(ProposeBlueprintRequest request, CallOptions options)

Proposes a blueprint for approval of changes.

Parameters
Name Description
request ProposeBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Blueprint

The response received from the server.

ProposeBlueprint(ProposeBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual Blueprint ProposeBlueprint(ProposeBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Proposes a blueprint for approval of changes.

Parameters
Name Description
request ProposeBlueprintRequest

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
Blueprint

The response received from the server.

ProposeBlueprintAsync(ProposeBlueprintRequest, CallOptions)

public virtual AsyncUnaryCall<Blueprint> ProposeBlueprintAsync(ProposeBlueprintRequest request, CallOptions options)

Proposes a blueprint for approval of changes.

Parameters
Name Description
request ProposeBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBlueprint

The call object.

ProposeBlueprintAsync(ProposeBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Blueprint> ProposeBlueprintAsync(ProposeBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Proposes a blueprint for approval of changes.

Parameters
Name Description
request ProposeBlueprintRequest

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
AsyncUnaryCallBlueprint

The call object.

RejectBlueprint(RejectBlueprintRequest, CallOptions)

public virtual Blueprint RejectBlueprint(RejectBlueprintRequest request, CallOptions options)

Rejects a blueprint revision proposal and flips it back to Draft state.

Parameters
Name Description
request RejectBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Blueprint

The response received from the server.

RejectBlueprint(RejectBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual Blueprint RejectBlueprint(RejectBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Rejects a blueprint revision proposal and flips it back to Draft state.

Parameters
Name Description
request RejectBlueprintRequest

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
Blueprint

The response received from the server.

RejectBlueprintAsync(RejectBlueprintRequest, CallOptions)

public virtual AsyncUnaryCall<Blueprint> RejectBlueprintAsync(RejectBlueprintRequest request, CallOptions options)

Rejects a blueprint revision proposal and flips it back to Draft state.

Parameters
Name Description
request RejectBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBlueprint

The call object.

RejectBlueprintAsync(RejectBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Blueprint> RejectBlueprintAsync(RejectBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Rejects a blueprint revision proposal and flips it back to Draft state.

Parameters
Name Description
request RejectBlueprintRequest

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
AsyncUnaryCallBlueprint

The call object.

RemoveDeployment(RemoveDeploymentRequest, CallOptions)

public virtual Empty RemoveDeployment(RemoveDeploymentRequest request, CallOptions options)

Removes the deployment by marking it as DELETING. Post which deployment and it's revisions gets deleted.

Parameters
Name Description
request RemoveDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Empty

The response received from the server.

RemoveDeployment(RemoveDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual Empty RemoveDeployment(RemoveDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Removes the deployment by marking it as DELETING. Post which deployment and it's revisions gets deleted.

Parameters
Name Description
request RemoveDeploymentRequest

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
Empty

The response received from the server.

RemoveDeploymentAsync(RemoveDeploymentRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> RemoveDeploymentAsync(RemoveDeploymentRequest request, CallOptions options)

Removes the deployment by marking it as DELETING. Post which deployment and it's revisions gets deleted.

Parameters
Name Description
request RemoveDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallEmpty

The call object.

RemoveDeploymentAsync(RemoveDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Empty> RemoveDeploymentAsync(RemoveDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Removes the deployment by marking it as DELETING. Post which deployment and it's revisions gets deleted.

Parameters
Name Description
request RemoveDeploymentRequest

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
AsyncUnaryCallEmpty

The call object.

RollbackDeployment(RollbackDeploymentRequest, CallOptions)

public virtual Deployment RollbackDeployment(RollbackDeploymentRequest request, CallOptions options)

Rollback the active deployment to the given past approved deployment revision.

Parameters
Name Description
request RollbackDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Deployment

The response received from the server.

RollbackDeployment(RollbackDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual Deployment RollbackDeployment(RollbackDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Rollback the active deployment to the given past approved deployment revision.

Parameters
Name Description
request RollbackDeploymentRequest

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
Deployment

The response received from the server.

RollbackDeploymentAsync(RollbackDeploymentRequest, CallOptions)

public virtual AsyncUnaryCall<Deployment> RollbackDeploymentAsync(RollbackDeploymentRequest request, CallOptions options)

Rollback the active deployment to the given past approved deployment revision.

Parameters
Name Description
request RollbackDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDeployment

The call object.

RollbackDeploymentAsync(RollbackDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Deployment> RollbackDeploymentAsync(RollbackDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Rollback the active deployment to the given past approved deployment revision.

Parameters
Name Description
request RollbackDeploymentRequest

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
AsyncUnaryCallDeployment

The call object.

SearchBlueprintRevisions(SearchBlueprintRevisionsRequest, CallOptions)

public virtual SearchBlueprintRevisionsResponse SearchBlueprintRevisions(SearchBlueprintRevisionsRequest request, CallOptions options)

Searches across blueprint revisions.

Parameters
Name Description
request SearchBlueprintRevisionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
SearchBlueprintRevisionsResponse

The response received from the server.

SearchBlueprintRevisions(SearchBlueprintRevisionsRequest, Metadata, DateTime?, CancellationToken)

public virtual SearchBlueprintRevisionsResponse SearchBlueprintRevisions(SearchBlueprintRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Searches across blueprint revisions.

Parameters
Name Description
request SearchBlueprintRevisionsRequest

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
SearchBlueprintRevisionsResponse

The response received from the server.

SearchBlueprintRevisionsAsync(SearchBlueprintRevisionsRequest, CallOptions)

public virtual AsyncUnaryCall<SearchBlueprintRevisionsResponse> SearchBlueprintRevisionsAsync(SearchBlueprintRevisionsRequest request, CallOptions options)

Searches across blueprint revisions.

Parameters
Name Description
request SearchBlueprintRevisionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallSearchBlueprintRevisionsResponse

The call object.

SearchBlueprintRevisionsAsync(SearchBlueprintRevisionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<SearchBlueprintRevisionsResponse> SearchBlueprintRevisionsAsync(SearchBlueprintRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Searches across blueprint revisions.

Parameters
Name Description
request SearchBlueprintRevisionsRequest

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
AsyncUnaryCallSearchBlueprintRevisionsResponse

The call object.

SearchDeploymentRevisions(SearchDeploymentRevisionsRequest, CallOptions)

public virtual SearchDeploymentRevisionsResponse SearchDeploymentRevisions(SearchDeploymentRevisionsRequest request, CallOptions options)

Searches across deployment revisions.

Parameters
Name Description
request SearchDeploymentRevisionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
SearchDeploymentRevisionsResponse

The response received from the server.

SearchDeploymentRevisions(SearchDeploymentRevisionsRequest, Metadata, DateTime?, CancellationToken)

public virtual SearchDeploymentRevisionsResponse SearchDeploymentRevisions(SearchDeploymentRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Searches across deployment revisions.

Parameters
Name Description
request SearchDeploymentRevisionsRequest

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
SearchDeploymentRevisionsResponse

The response received from the server.

SearchDeploymentRevisionsAsync(SearchDeploymentRevisionsRequest, CallOptions)

public virtual AsyncUnaryCall<SearchDeploymentRevisionsResponse> SearchDeploymentRevisionsAsync(SearchDeploymentRevisionsRequest request, CallOptions options)

Searches across deployment revisions.

Parameters
Name Description
request SearchDeploymentRevisionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallSearchDeploymentRevisionsResponse

The call object.

SearchDeploymentRevisionsAsync(SearchDeploymentRevisionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<SearchDeploymentRevisionsResponse> SearchDeploymentRevisionsAsync(SearchDeploymentRevisionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Searches across deployment revisions.

Parameters
Name Description
request SearchDeploymentRevisionsRequest

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
AsyncUnaryCallSearchDeploymentRevisionsResponse

The call object.

UpdateBlueprint(UpdateBlueprintRequest, CallOptions)

public virtual Blueprint UpdateBlueprint(UpdateBlueprintRequest request, CallOptions options)

Updates a blueprint.

Parameters
Name Description
request UpdateBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Blueprint

The response received from the server.

UpdateBlueprint(UpdateBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual Blueprint UpdateBlueprint(UpdateBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a blueprint.

Parameters
Name Description
request UpdateBlueprintRequest

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
Blueprint

The response received from the server.

UpdateBlueprintAsync(UpdateBlueprintRequest, CallOptions)

public virtual AsyncUnaryCall<Blueprint> UpdateBlueprintAsync(UpdateBlueprintRequest request, CallOptions options)

Updates a blueprint.

Parameters
Name Description
request UpdateBlueprintRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallBlueprint

The call object.

UpdateBlueprintAsync(UpdateBlueprintRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Blueprint> UpdateBlueprintAsync(UpdateBlueprintRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a blueprint.

Parameters
Name Description
request UpdateBlueprintRequest

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
AsyncUnaryCallBlueprint

The call object.

UpdateDeployment(UpdateDeploymentRequest, CallOptions)

public virtual Deployment UpdateDeployment(UpdateDeploymentRequest request, CallOptions options)

Updates a deployment.

Parameters
Name Description
request UpdateDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Deployment

The response received from the server.

UpdateDeployment(UpdateDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual Deployment UpdateDeployment(UpdateDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a deployment.

Parameters
Name Description
request UpdateDeploymentRequest

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
Deployment

The response received from the server.

UpdateDeploymentAsync(UpdateDeploymentRequest, CallOptions)

public virtual AsyncUnaryCall<Deployment> UpdateDeploymentAsync(UpdateDeploymentRequest request, CallOptions options)

Updates a deployment.

Parameters
Name Description
request UpdateDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDeployment

The call object.

UpdateDeploymentAsync(UpdateDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Deployment> UpdateDeploymentAsync(UpdateDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a deployment.

Parameters
Name Description
request UpdateDeploymentRequest

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
AsyncUnaryCallDeployment

The call object.

UpdateHydratedDeployment(UpdateHydratedDeploymentRequest, CallOptions)

public virtual HydratedDeployment UpdateHydratedDeployment(UpdateHydratedDeploymentRequest request, CallOptions options)

Updates a hydrated deployment.

Parameters
Name Description
request UpdateHydratedDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
HydratedDeployment

The response received from the server.

UpdateHydratedDeployment(UpdateHydratedDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual HydratedDeployment UpdateHydratedDeployment(UpdateHydratedDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a hydrated deployment.

Parameters
Name Description
request UpdateHydratedDeploymentRequest

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
HydratedDeployment

The response received from the server.

UpdateHydratedDeploymentAsync(UpdateHydratedDeploymentRequest, CallOptions)

public virtual AsyncUnaryCall<HydratedDeployment> UpdateHydratedDeploymentAsync(UpdateHydratedDeploymentRequest request, CallOptions options)

Updates a hydrated deployment.

Parameters
Name Description
request UpdateHydratedDeploymentRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallHydratedDeployment

The call object.

UpdateHydratedDeploymentAsync(UpdateHydratedDeploymentRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<HydratedDeployment> UpdateHydratedDeploymentAsync(UpdateHydratedDeploymentRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a hydrated deployment.

Parameters
Name Description
request UpdateHydratedDeploymentRequest

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
AsyncUnaryCallHydratedDeployment

The call object.