Telco Automation v1 API - Class TelcoAutomation.TelcoAutomationClient (1.0.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
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

TelcoAutomationClient(ChannelBase)

public TelcoAutomationClient(ChannelBase channel)

Creates a new client for TelcoAutomation

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

TelcoAutomationClient(ClientBaseConfiguration)

protected TelcoAutomationClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallDeployment

The call object.

ApplyHydratedDeployment(ApplyHydratedDeploymentRequest, CallOptions)

public virtual HydratedDeployment ApplyHydratedDeployment(ApplyHydratedDeploymentRequest request, CallOptions options)

Applies a hydrated deployment to a workload cluster.

Parameters
NameDescription
requestApplyHydratedDeploymentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallHydratedDeployment

The call object.

ApproveBlueprint(ApproveBlueprintRequest, CallOptions)

public virtual Blueprint ApproveBlueprint(ApproveBlueprintRequest request, CallOptions options)

Approves a blueprint and commits a new revision.

Parameters
NameDescription
requestApproveBlueprintRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallBlueprint

The call object.

ComputeDeploymentStatus(ComputeDeploymentStatusRequest, CallOptions)

public virtual ComputeDeploymentStatusResponse ComputeDeploymentStatus(ComputeDeploymentStatusRequest request, CallOptions options)

Returns the requested deployment status.

Parameters
NameDescription
requestComputeDeploymentStatusRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallComputeDeploymentStatusResponse

The call object.

CreateBlueprint(CreateBlueprintRequest, CallOptions)

public virtual Blueprint CreateBlueprint(CreateBlueprintRequest request, CallOptions options)

Creates a blueprint.

Parameters
NameDescription
requestCreateBlueprintRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Blueprint

The response received from the server.

CreateBlueprintAsync(CreateBlueprintRequest, CallOptions)

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

Creates a blueprint.

Parameters
NameDescription
requestCreateBlueprintRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallBlueprint

The call object.

CreateDeployment(CreateDeploymentRequest, CallOptions)

public virtual Deployment CreateDeployment(CreateDeploymentRequest request, CallOptions options)

Creates a deployment.

Parameters
NameDescription
requestCreateDeploymentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Deployment

The response received from the server.

CreateDeploymentAsync(CreateDeploymentRequest, CallOptions)

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

Creates a deployment.

Parameters
NameDescription
requestCreateDeploymentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteBlueprint(DeleteBlueprintRequest, CallOptions)

public virtual Empty DeleteBlueprint(DeleteBlueprintRequest request, CallOptions options)

Deletes a blueprint and all its revisions.

Parameters
NameDescription
requestDeleteBlueprintRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallEmpty

The call object.

DeleteEdgeSlm(DeleteEdgeSlmRequest, CallOptions)

public virtual Operation DeleteEdgeSlm(DeleteEdgeSlmRequest request, CallOptions options)

Deletes a single EdgeSlm.

Parameters
NameDescription
requestDeleteEdgeSlmRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteEdgeSlmAsync(DeleteEdgeSlmRequest, CallOptions)

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

Deletes a single EdgeSlm.

Parameters
NameDescription
requestDeleteEdgeSlmRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteOrchestrationCluster(DeleteOrchestrationClusterRequest, CallOptions)

public virtual Operation DeleteOrchestrationCluster(DeleteOrchestrationClusterRequest request, CallOptions options)

Deletes a single OrchestrationCluster.

Parameters
NameDescription
requestDeleteOrchestrationClusterRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteOrchestrationClusterAsync(DeleteOrchestrationClusterRequest, CallOptions)

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

Deletes a single OrchestrationCluster.

Parameters
NameDescription
requestDeleteOrchestrationClusterRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallDiscardDeploymentChangesResponse

The call object.

GetBlueprint(GetBlueprintRequest, CallOptions)

public virtual Blueprint GetBlueprint(GetBlueprintRequest request, CallOptions options)

Returns the requested blueprint.

Parameters
NameDescription
requestGetBlueprintRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Blueprint

The response received from the server.

GetBlueprintAsync(GetBlueprintRequest, CallOptions)

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

Returns the requested blueprint.

Parameters
NameDescription
requestGetBlueprintRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallBlueprint

The call object.

GetDeployment(GetDeploymentRequest, CallOptions)

public virtual Deployment GetDeployment(GetDeploymentRequest request, CallOptions options)

Returns the requested deployment.

Parameters
NameDescription
requestGetDeploymentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Deployment

The response received from the server.

GetDeploymentAsync(GetDeploymentRequest, CallOptions)

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

Returns the requested deployment.

Parameters
NameDescription
requestGetDeploymentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallDeployment

The call object.

GetEdgeSlm(GetEdgeSlmRequest, CallOptions)

public virtual EdgeSlm GetEdgeSlm(GetEdgeSlmRequest request, CallOptions options)

Gets details of a single EdgeSlm.

Parameters
NameDescription
requestGetEdgeSlmRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallEdgeSlm

The call object.

GetHydratedDeployment(GetHydratedDeploymentRequest, CallOptions)

public virtual HydratedDeployment GetHydratedDeployment(GetHydratedDeploymentRequest request, CallOptions options)

Returns the requested hydrated deployment.

Parameters
NameDescription
requestGetHydratedDeploymentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallHydratedDeployment

The call object.

GetOrchestrationCluster(GetOrchestrationClusterRequest, CallOptions)

public virtual OrchestrationCluster GetOrchestrationCluster(GetOrchestrationClusterRequest request, CallOptions options)

Gets details of a single OrchestrationCluster.

Parameters
NameDescription
requestGetOrchestrationClusterRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOrchestrationCluster

The call object.

GetPublicBlueprint(GetPublicBlueprintRequest, CallOptions)

public virtual PublicBlueprint GetPublicBlueprint(GetPublicBlueprintRequest request, CallOptions options)

Returns the requested public blueprint.

Parameters
NameDescription
requestGetPublicBlueprintRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallPublicBlueprint

The call object.

ListBlueprintRevisions(ListBlueprintRevisionsRequest, CallOptions)

public virtual ListBlueprintRevisionsResponse ListBlueprintRevisions(ListBlueprintRevisionsRequest request, CallOptions options)

List blueprint revisions of a given blueprint.

Parameters
NameDescription
requestListBlueprintRevisionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListBlueprintRevisionsResponse

The call object.

ListBlueprints(ListBlueprintsRequest, CallOptions)

public virtual ListBlueprintsResponse ListBlueprints(ListBlueprintsRequest request, CallOptions options)

List all blueprints.

Parameters
NameDescription
requestListBlueprintsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListBlueprintsResponse

The response received from the server.

ListBlueprintsAsync(ListBlueprintsRequest, CallOptions)

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

List all blueprints.

Parameters
NameDescription
requestListBlueprintsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListBlueprintsResponse

The call object.

ListDeploymentRevisions(ListDeploymentRevisionsRequest, CallOptions)

public virtual ListDeploymentRevisionsResponse ListDeploymentRevisions(ListDeploymentRevisionsRequest request, CallOptions options)

List deployment revisions of a given deployment.

Parameters
NameDescription
requestListDeploymentRevisionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListDeploymentRevisionsResponse

The call object.

ListDeployments(ListDeploymentsRequest, CallOptions)

public virtual ListDeploymentsResponse ListDeployments(ListDeploymentsRequest request, CallOptions options)

List all deployments.

Parameters
NameDescription
requestListDeploymentsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListDeploymentsResponse

The response received from the server.

ListDeploymentsAsync(ListDeploymentsRequest, CallOptions)

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

List all deployments.

Parameters
NameDescription
requestListDeploymentsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListDeploymentsResponse

The call object.

ListEdgeSlms(ListEdgeSlmsRequest, CallOptions)

public virtual ListEdgeSlmsResponse ListEdgeSlms(ListEdgeSlmsRequest request, CallOptions options)

Lists EdgeSlms in a given project and location.

Parameters
NameDescription
requestListEdgeSlmsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListEdgeSlmsResponse

The call object.

ListHydratedDeployments(ListHydratedDeploymentsRequest, CallOptions)

public virtual ListHydratedDeploymentsResponse ListHydratedDeployments(ListHydratedDeploymentsRequest request, CallOptions options)

List all hydrated deployments present under a deployment.

Parameters
NameDescription
requestListHydratedDeploymentsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListHydratedDeploymentsResponse

The call object.

ListOrchestrationClusters(ListOrchestrationClustersRequest, CallOptions)

public virtual ListOrchestrationClustersResponse ListOrchestrationClusters(ListOrchestrationClustersRequest request, CallOptions options)

Lists OrchestrationClusters in a given project and location.

Parameters
NameDescription
requestListOrchestrationClustersRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListPublicBlueprintsResponse

The call object.

NewInstance(ClientBaseConfiguration)

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

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
TelcoAutomationTelcoAutomationClient
Overrides

ProposeBlueprint(ProposeBlueprintRequest, CallOptions)

public virtual Blueprint ProposeBlueprint(ProposeBlueprintRequest request, CallOptions options)

Proposes a blueprint for approval of changes.

Parameters
NameDescription
requestProposeBlueprintRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

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

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallDeployment

The call object.

SearchBlueprintRevisions(SearchBlueprintRevisionsRequest, CallOptions)

public virtual SearchBlueprintRevisionsResponse SearchBlueprintRevisions(SearchBlueprintRevisionsRequest request, CallOptions options)

Searches across blueprint revisions.

Parameters
NameDescription
requestSearchBlueprintRevisionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
SearchBlueprintRevisionsResponse

The response received from the server.

SearchBlueprintRevisionsAsync(SearchBlueprintRevisionsRequest, CallOptions)

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

Searches across blueprint revisions.

Parameters
NameDescription
requestSearchBlueprintRevisionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallSearchBlueprintRevisionsResponse

The call object.

SearchDeploymentRevisions(SearchDeploymentRevisionsRequest, CallOptions)

public virtual SearchDeploymentRevisionsResponse SearchDeploymentRevisions(SearchDeploymentRevisionsRequest request, CallOptions options)

Searches across deployment revisions.

Parameters
NameDescription
requestSearchDeploymentRevisionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
SearchDeploymentRevisionsResponse

The response received from the server.

SearchDeploymentRevisionsAsync(SearchDeploymentRevisionsRequest, CallOptions)

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

Searches across deployment revisions.

Parameters
NameDescription
requestSearchDeploymentRevisionsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallSearchDeploymentRevisionsResponse

The call object.

UpdateBlueprint(UpdateBlueprintRequest, CallOptions)

public virtual Blueprint UpdateBlueprint(UpdateBlueprintRequest request, CallOptions options)

Updates a blueprint.

Parameters
NameDescription
requestUpdateBlueprintRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Blueprint

The response received from the server.

UpdateBlueprintAsync(UpdateBlueprintRequest, CallOptions)

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

Updates a blueprint.

Parameters
NameDescription
requestUpdateBlueprintRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallBlueprint

The call object.

UpdateDeployment(UpdateDeploymentRequest, CallOptions)

public virtual Deployment UpdateDeployment(UpdateDeploymentRequest request, CallOptions options)

Updates a deployment.

Parameters
NameDescription
requestUpdateDeploymentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Deployment

The response received from the server.

UpdateDeploymentAsync(UpdateDeploymentRequest, CallOptions)

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

Updates a deployment.

Parameters
NameDescription
requestUpdateDeploymentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallDeployment

The call object.

UpdateHydratedDeployment(UpdateHydratedDeploymentRequest, CallOptions)

public virtual HydratedDeployment UpdateHydratedDeployment(UpdateHydratedDeploymentRequest request, CallOptions options)

Updates a hydrated deployment.

Parameters
NameDescription
requestUpdateHydratedDeploymentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
HydratedDeployment

The response received from the server.

UpdateHydratedDeploymentAsync(UpdateHydratedDeploymentRequest, CallOptions)

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

Updates a hydrated deployment.

Parameters
NameDescription
requestUpdateHydratedDeploymentRequest

The request to send to the server.

optionsCallOptions

The options for the call.

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

The request to send to the server.

headersMetadata

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

deadlineDateTime

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallHydratedDeployment

The call object.