Cloud AI Platform v1 API - Class MetadataService.MetadataServiceClient (2.28.0)

public class MetadataService.MetadataServiceClient : ClientBase<MetadataService.MetadataServiceClient>

Reference documentation and code samples for the Cloud AI Platform v1 API class MetadataService.MetadataServiceClient.

Client for MetadataService

Inheritance

object > ClientBase > ClientBaseMetadataServiceMetadataServiceClient > MetadataService.MetadataServiceClient

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

MetadataServiceClient()

protected MetadataServiceClient()

Protected parameterless constructor to allow creation of test doubles.

MetadataServiceClient(CallInvoker)

public MetadataServiceClient(CallInvoker callInvoker)

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

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

MetadataServiceClient(ChannelBase)

public MetadataServiceClient(ChannelBase channel)

Creates a new client for MetadataService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

MetadataServiceClient(ClientBaseConfiguration)

protected MetadataServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

AddContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest, CallOptions)

public virtual AddContextArtifactsAndExecutionsResponse AddContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request, CallOptions options)

Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.

Parameters
Name Description
request AddContextArtifactsAndExecutionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AddContextArtifactsAndExecutionsResponse

The response received from the server.

AddContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AddContextArtifactsAndExecutionsResponse AddContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.

Parameters
Name Description
request AddContextArtifactsAndExecutionsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AddContextArtifactsAndExecutionsResponse

The response received from the server.

AddContextArtifactsAndExecutionsAsync(AddContextArtifactsAndExecutionsRequest, CallOptions)

public virtual AsyncUnaryCall<AddContextArtifactsAndExecutionsResponse> AddContextArtifactsAndExecutionsAsync(AddContextArtifactsAndExecutionsRequest request, CallOptions options)

Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.

Parameters
Name Description
request AddContextArtifactsAndExecutionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallAddContextArtifactsAndExecutionsResponse

The call object.

AddContextArtifactsAndExecutionsAsync(AddContextArtifactsAndExecutionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<AddContextArtifactsAndExecutionsResponse> AddContextArtifactsAndExecutionsAsync(AddContextArtifactsAndExecutionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Adds a set of Artifacts and Executions to a Context. If any of the Artifacts or Executions have already been added to a Context, they are simply skipped.

Parameters
Name Description
request AddContextArtifactsAndExecutionsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallAddContextArtifactsAndExecutionsResponse

The call object.

AddContextChildren(AddContextChildrenRequest, CallOptions)

public virtual AddContextChildrenResponse AddContextChildren(AddContextChildrenRequest request, CallOptions options)

Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.

Parameters
Name Description
request AddContextChildrenRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AddContextChildrenResponse

The response received from the server.

AddContextChildren(AddContextChildrenRequest, Metadata, DateTime?, CancellationToken)

public virtual AddContextChildrenResponse AddContextChildren(AddContextChildrenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.

Parameters
Name Description
request AddContextChildrenRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AddContextChildrenResponse

The response received from the server.

AddContextChildrenAsync(AddContextChildrenRequest, CallOptions)

public virtual AsyncUnaryCall<AddContextChildrenResponse> AddContextChildrenAsync(AddContextChildrenRequest request, CallOptions options)

Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.

Parameters
Name Description
request AddContextChildrenRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallAddContextChildrenResponse

The call object.

AddContextChildrenAsync(AddContextChildrenRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<AddContextChildrenResponse> AddContextChildrenAsync(AddContextChildrenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Adds a set of Contexts as children to a parent Context. If any of the child Contexts have already been added to the parent Context, they are simply skipped. If this call would create a cycle or cause any Context to have more than 10 parents, the request will fail with an INVALID_ARGUMENT error.

Parameters
Name Description
request AddContextChildrenRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallAddContextChildrenResponse

The call object.

AddExecutionEvents(AddExecutionEventsRequest, CallOptions)

public virtual AddExecutionEventsResponse AddExecutionEvents(AddExecutionEventsRequest request, CallOptions options)

Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.

Parameters
Name Description
request AddExecutionEventsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AddExecutionEventsResponse

The response received from the server.

AddExecutionEvents(AddExecutionEventsRequest, Metadata, DateTime?, CancellationToken)

public virtual AddExecutionEventsResponse AddExecutionEvents(AddExecutionEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.

Parameters
Name Description
request AddExecutionEventsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AddExecutionEventsResponse

The response received from the server.

AddExecutionEventsAsync(AddExecutionEventsRequest, CallOptions)

public virtual AsyncUnaryCall<AddExecutionEventsResponse> AddExecutionEventsAsync(AddExecutionEventsRequest request, CallOptions options)

Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.

Parameters
Name Description
request AddExecutionEventsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallAddExecutionEventsResponse

The call object.

AddExecutionEventsAsync(AddExecutionEventsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<AddExecutionEventsResponse> AddExecutionEventsAsync(AddExecutionEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Adds Events to the specified Execution. An Event indicates whether an Artifact was used as an input or output for an Execution. If an Event already exists between the Execution and the Artifact, the Event is skipped.

Parameters
Name Description
request AddExecutionEventsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallAddExecutionEventsResponse

The call object.

CreateArtifact(CreateArtifactRequest, CallOptions)

public virtual Artifact CreateArtifact(CreateArtifactRequest request, CallOptions options)

Creates an Artifact associated with a MetadataStore.

Parameters
Name Description
request CreateArtifactRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Artifact

The response received from the server.

CreateArtifact(CreateArtifactRequest, Metadata, DateTime?, CancellationToken)

public virtual Artifact CreateArtifact(CreateArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an Artifact associated with a MetadataStore.

Parameters
Name Description
request CreateArtifactRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Artifact

The response received from the server.

CreateArtifactAsync(CreateArtifactRequest, CallOptions)

public virtual AsyncUnaryCall<Artifact> CreateArtifactAsync(CreateArtifactRequest request, CallOptions options)

Creates an Artifact associated with a MetadataStore.

Parameters
Name Description
request CreateArtifactRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallArtifact

The call object.

CreateArtifactAsync(CreateArtifactRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Artifact> CreateArtifactAsync(CreateArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an Artifact associated with a MetadataStore.

Parameters
Name Description
request CreateArtifactRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallArtifact

The call object.

CreateContext(CreateContextRequest, CallOptions)

public virtual Context CreateContext(CreateContextRequest request, CallOptions options)

Creates a Context associated with a MetadataStore.

Parameters
Name Description
request CreateContextRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Context

The response received from the server.

CreateContext(CreateContextRequest, Metadata, DateTime?, CancellationToken)

public virtual Context CreateContext(CreateContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Context associated with a MetadataStore.

Parameters
Name Description
request CreateContextRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Context

The response received from the server.

CreateContextAsync(CreateContextRequest, CallOptions)

public virtual AsyncUnaryCall<Context> CreateContextAsync(CreateContextRequest request, CallOptions options)

Creates a Context associated with a MetadataStore.

Parameters
Name Description
request CreateContextRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallContext

The call object.

CreateContextAsync(CreateContextRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Context> CreateContextAsync(CreateContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a Context associated with a MetadataStore.

Parameters
Name Description
request CreateContextRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallContext

The call object.

CreateExecution(CreateExecutionRequest, CallOptions)

public virtual Execution CreateExecution(CreateExecutionRequest request, CallOptions options)

Creates an Execution associated with a MetadataStore.

Parameters
Name Description
request CreateExecutionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Execution

The response received from the server.

CreateExecution(CreateExecutionRequest, Metadata, DateTime?, CancellationToken)

public virtual Execution CreateExecution(CreateExecutionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an Execution associated with a MetadataStore.

Parameters
Name Description
request CreateExecutionRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Execution

The response received from the server.

CreateExecutionAsync(CreateExecutionRequest, CallOptions)

public virtual AsyncUnaryCall<Execution> CreateExecutionAsync(CreateExecutionRequest request, CallOptions options)

Creates an Execution associated with a MetadataStore.

Parameters
Name Description
request CreateExecutionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallExecution

The call object.

CreateExecutionAsync(CreateExecutionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Execution> CreateExecutionAsync(CreateExecutionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates an Execution associated with a MetadataStore.

Parameters
Name Description
request CreateExecutionRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallExecution

The call object.

CreateIAMPolicyClient()

public virtual IAMPolicy.IAMPolicyClient CreateIAMPolicyClient()

Creates a new instance of IAMPolicy.IAMPolicyClient using the same call invoker as this client.

Returns
Type Description
IAMPolicyIAMPolicyClient

A new IAMPolicy.IAMPolicyClient for the same target as this client.

CreateLocationsClient()

public virtual Locations.LocationsClient CreateLocationsClient()

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

Returns
Type Description
LocationsLocationsClient

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

CreateMetadataSchema(CreateMetadataSchemaRequest, CallOptions)

public virtual MetadataSchema CreateMetadataSchema(CreateMetadataSchemaRequest request, CallOptions options)

Creates a MetadataSchema.

Parameters
Name Description
request CreateMetadataSchemaRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
MetadataSchema

The response received from the server.

CreateMetadataSchema(CreateMetadataSchemaRequest, Metadata, DateTime?, CancellationToken)

public virtual MetadataSchema CreateMetadataSchema(CreateMetadataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a MetadataSchema.

Parameters
Name Description
request CreateMetadataSchemaRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
MetadataSchema

The response received from the server.

CreateMetadataSchemaAsync(CreateMetadataSchemaRequest, CallOptions)

public virtual AsyncUnaryCall<MetadataSchema> CreateMetadataSchemaAsync(CreateMetadataSchemaRequest request, CallOptions options)

Creates a MetadataSchema.

Parameters
Name Description
request CreateMetadataSchemaRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallMetadataSchema

The call object.

CreateMetadataSchemaAsync(CreateMetadataSchemaRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<MetadataSchema> CreateMetadataSchemaAsync(CreateMetadataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Creates a MetadataSchema.

Parameters
Name Description
request CreateMetadataSchemaRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallMetadataSchema

The call object.

CreateMetadataStore(CreateMetadataStoreRequest, CallOptions)

public virtual Operation CreateMetadataStore(CreateMetadataStoreRequest request, CallOptions options)

Initializes a MetadataStore, including allocation of resources.

Parameters
Name Description
request CreateMetadataStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateMetadataStore(CreateMetadataStoreRequest, Metadata, DateTime?, CancellationToken)

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

Initializes a MetadataStore, including allocation of resources.

Parameters
Name Description
request CreateMetadataStoreRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

CreateMetadataStoreAsync(CreateMetadataStoreRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateMetadataStoreAsync(CreateMetadataStoreRequest request, CallOptions options)

Initializes a MetadataStore, including allocation of resources.

Parameters
Name Description
request CreateMetadataStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateMetadataStoreAsync(CreateMetadataStoreRequest, Metadata, DateTime?, CancellationToken)

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

Initializes a MetadataStore, including allocation of resources.

Parameters
Name Description
request CreateMetadataStoreRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateOperationsClient()

public virtual Operations.OperationsClient CreateOperationsClient()

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

Returns
Type Description
OperationsOperationsClient

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

DeleteArtifact(DeleteArtifactRequest, CallOptions)

public virtual Operation DeleteArtifact(DeleteArtifactRequest request, CallOptions options)

Deletes an Artifact.

Parameters
Name Description
request DeleteArtifactRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteArtifact(DeleteArtifactRequest, Metadata, DateTime?, CancellationToken)

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

Deletes an Artifact.

Parameters
Name Description
request DeleteArtifactRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteArtifactAsync(DeleteArtifactRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteArtifactAsync(DeleteArtifactRequest request, CallOptions options)

Deletes an Artifact.

Parameters
Name Description
request DeleteArtifactRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteArtifactAsync(DeleteArtifactRequest, Metadata, DateTime?, CancellationToken)

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

Deletes an Artifact.

Parameters
Name Description
request DeleteArtifactRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteContext(DeleteContextRequest, CallOptions)

public virtual Operation DeleteContext(DeleteContextRequest request, CallOptions options)

Deletes a stored Context.

Parameters
Name Description
request DeleteContextRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteContext(DeleteContextRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a stored Context.

Parameters
Name Description
request DeleteContextRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteContextAsync(DeleteContextRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteContextAsync(DeleteContextRequest request, CallOptions options)

Deletes a stored Context.

Parameters
Name Description
request DeleteContextRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteContextAsync(DeleteContextRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a stored Context.

Parameters
Name Description
request DeleteContextRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteExecution(DeleteExecutionRequest, CallOptions)

public virtual Operation DeleteExecution(DeleteExecutionRequest request, CallOptions options)

Deletes an Execution.

Parameters
Name Description
request DeleteExecutionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteExecution(DeleteExecutionRequest, Metadata, DateTime?, CancellationToken)

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

Deletes an Execution.

Parameters
Name Description
request DeleteExecutionRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteExecutionAsync(DeleteExecutionRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteExecutionAsync(DeleteExecutionRequest request, CallOptions options)

Deletes an Execution.

Parameters
Name Description
request DeleteExecutionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteExecutionAsync(DeleteExecutionRequest, Metadata, DateTime?, CancellationToken)

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

Deletes an Execution.

Parameters
Name Description
request DeleteExecutionRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteMetadataStore(DeleteMetadataStoreRequest, CallOptions)

public virtual Operation DeleteMetadataStore(DeleteMetadataStoreRequest request, CallOptions options)

Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).

Parameters
Name Description
request DeleteMetadataStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteMetadataStore(DeleteMetadataStoreRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).

Parameters
Name Description
request DeleteMetadataStoreRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

DeleteMetadataStoreAsync(DeleteMetadataStoreRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteMetadataStoreAsync(DeleteMetadataStoreRequest request, CallOptions options)

Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).

Parameters
Name Description
request DeleteMetadataStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteMetadataStoreAsync(DeleteMetadataStoreRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).

Parameters
Name Description
request DeleteMetadataStoreRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

GetArtifact(GetArtifactRequest, CallOptions)

public virtual Artifact GetArtifact(GetArtifactRequest request, CallOptions options)

Retrieves a specific Artifact.

Parameters
Name Description
request GetArtifactRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Artifact

The response received from the server.

GetArtifact(GetArtifactRequest, Metadata, DateTime?, CancellationToken)

public virtual Artifact GetArtifact(GetArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a specific Artifact.

Parameters
Name Description
request GetArtifactRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Artifact

The response received from the server.

GetArtifactAsync(GetArtifactRequest, CallOptions)

public virtual AsyncUnaryCall<Artifact> GetArtifactAsync(GetArtifactRequest request, CallOptions options)

Retrieves a specific Artifact.

Parameters
Name Description
request GetArtifactRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallArtifact

The call object.

GetArtifactAsync(GetArtifactRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Artifact> GetArtifactAsync(GetArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a specific Artifact.

Parameters
Name Description
request GetArtifactRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallArtifact

The call object.

GetContext(GetContextRequest, CallOptions)

public virtual Context GetContext(GetContextRequest request, CallOptions options)

Retrieves a specific Context.

Parameters
Name Description
request GetContextRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Context

The response received from the server.

GetContext(GetContextRequest, Metadata, DateTime?, CancellationToken)

public virtual Context GetContext(GetContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a specific Context.

Parameters
Name Description
request GetContextRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Context

The response received from the server.

GetContextAsync(GetContextRequest, CallOptions)

public virtual AsyncUnaryCall<Context> GetContextAsync(GetContextRequest request, CallOptions options)

Retrieves a specific Context.

Parameters
Name Description
request GetContextRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallContext

The call object.

GetContextAsync(GetContextRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Context> GetContextAsync(GetContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a specific Context.

Parameters
Name Description
request GetContextRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallContext

The call object.

GetExecution(GetExecutionRequest, CallOptions)

public virtual Execution GetExecution(GetExecutionRequest request, CallOptions options)

Retrieves a specific Execution.

Parameters
Name Description
request GetExecutionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Execution

The response received from the server.

GetExecution(GetExecutionRequest, Metadata, DateTime?, CancellationToken)

public virtual Execution GetExecution(GetExecutionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a specific Execution.

Parameters
Name Description
request GetExecutionRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Execution

The response received from the server.

GetExecutionAsync(GetExecutionRequest, CallOptions)

public virtual AsyncUnaryCall<Execution> GetExecutionAsync(GetExecutionRequest request, CallOptions options)

Retrieves a specific Execution.

Parameters
Name Description
request GetExecutionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallExecution

The call object.

GetExecutionAsync(GetExecutionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Execution> GetExecutionAsync(GetExecutionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a specific Execution.

Parameters
Name Description
request GetExecutionRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallExecution

The call object.

GetMetadataSchema(GetMetadataSchemaRequest, CallOptions)

public virtual MetadataSchema GetMetadataSchema(GetMetadataSchemaRequest request, CallOptions options)

Retrieves a specific MetadataSchema.

Parameters
Name Description
request GetMetadataSchemaRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
MetadataSchema

The response received from the server.

GetMetadataSchema(GetMetadataSchemaRequest, Metadata, DateTime?, CancellationToken)

public virtual MetadataSchema GetMetadataSchema(GetMetadataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a specific MetadataSchema.

Parameters
Name Description
request GetMetadataSchemaRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
MetadataSchema

The response received from the server.

GetMetadataSchemaAsync(GetMetadataSchemaRequest, CallOptions)

public virtual AsyncUnaryCall<MetadataSchema> GetMetadataSchemaAsync(GetMetadataSchemaRequest request, CallOptions options)

Retrieves a specific MetadataSchema.

Parameters
Name Description
request GetMetadataSchemaRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallMetadataSchema

The call object.

GetMetadataSchemaAsync(GetMetadataSchemaRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<MetadataSchema> GetMetadataSchemaAsync(GetMetadataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a specific MetadataSchema.

Parameters
Name Description
request GetMetadataSchemaRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallMetadataSchema

The call object.

GetMetadataStore(GetMetadataStoreRequest, CallOptions)

public virtual MetadataStore GetMetadataStore(GetMetadataStoreRequest request, CallOptions options)

Retrieves a specific MetadataStore.

Parameters
Name Description
request GetMetadataStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
MetadataStore

The response received from the server.

GetMetadataStore(GetMetadataStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual MetadataStore GetMetadataStore(GetMetadataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a specific MetadataStore.

Parameters
Name Description
request GetMetadataStoreRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
MetadataStore

The response received from the server.

GetMetadataStoreAsync(GetMetadataStoreRequest, CallOptions)

public virtual AsyncUnaryCall<MetadataStore> GetMetadataStoreAsync(GetMetadataStoreRequest request, CallOptions options)

Retrieves a specific MetadataStore.

Parameters
Name Description
request GetMetadataStoreRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallMetadataStore

The call object.

GetMetadataStoreAsync(GetMetadataStoreRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<MetadataStore> GetMetadataStoreAsync(GetMetadataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves a specific MetadataStore.

Parameters
Name Description
request GetMetadataStoreRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallMetadataStore

The call object.

ListArtifacts(ListArtifactsRequest, CallOptions)

public virtual ListArtifactsResponse ListArtifacts(ListArtifactsRequest request, CallOptions options)

Lists Artifacts in the MetadataStore.

Parameters
Name Description
request ListArtifactsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListArtifactsResponse

The response received from the server.

ListArtifacts(ListArtifactsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListArtifactsResponse ListArtifacts(ListArtifactsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Artifacts in the MetadataStore.

Parameters
Name Description
request ListArtifactsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListArtifactsResponse

The response received from the server.

ListArtifactsAsync(ListArtifactsRequest, CallOptions)

public virtual AsyncUnaryCall<ListArtifactsResponse> ListArtifactsAsync(ListArtifactsRequest request, CallOptions options)

Lists Artifacts in the MetadataStore.

Parameters
Name Description
request ListArtifactsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListArtifactsResponse

The call object.

ListArtifactsAsync(ListArtifactsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListArtifactsResponse> ListArtifactsAsync(ListArtifactsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Artifacts in the MetadataStore.

Parameters
Name Description
request ListArtifactsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListArtifactsResponse

The call object.

ListContexts(ListContextsRequest, CallOptions)

public virtual ListContextsResponse ListContexts(ListContextsRequest request, CallOptions options)

Lists Contexts on the MetadataStore.

Parameters
Name Description
request ListContextsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListContextsResponse

The response received from the server.

ListContexts(ListContextsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListContextsResponse ListContexts(ListContextsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Contexts on the MetadataStore.

Parameters
Name Description
request ListContextsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListContextsResponse

The response received from the server.

ListContextsAsync(ListContextsRequest, CallOptions)

public virtual AsyncUnaryCall<ListContextsResponse> ListContextsAsync(ListContextsRequest request, CallOptions options)

Lists Contexts on the MetadataStore.

Parameters
Name Description
request ListContextsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListContextsResponse

The call object.

ListContextsAsync(ListContextsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListContextsResponse> ListContextsAsync(ListContextsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Contexts on the MetadataStore.

Parameters
Name Description
request ListContextsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListContextsResponse

The call object.

ListExecutions(ListExecutionsRequest, CallOptions)

public virtual ListExecutionsResponse ListExecutions(ListExecutionsRequest request, CallOptions options)

Lists Executions in the MetadataStore.

Parameters
Name Description
request ListExecutionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListExecutionsResponse

The response received from the server.

ListExecutions(ListExecutionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListExecutionsResponse ListExecutions(ListExecutionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Executions in the MetadataStore.

Parameters
Name Description
request ListExecutionsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListExecutionsResponse

The response received from the server.

ListExecutionsAsync(ListExecutionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListExecutionsResponse> ListExecutionsAsync(ListExecutionsRequest request, CallOptions options)

Lists Executions in the MetadataStore.

Parameters
Name Description
request ListExecutionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListExecutionsResponse

The call object.

ListExecutionsAsync(ListExecutionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListExecutionsResponse> ListExecutionsAsync(ListExecutionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Executions in the MetadataStore.

Parameters
Name Description
request ListExecutionsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListExecutionsResponse

The call object.

ListMetadataSchemas(ListMetadataSchemasRequest, CallOptions)

public virtual ListMetadataSchemasResponse ListMetadataSchemas(ListMetadataSchemasRequest request, CallOptions options)

Lists MetadataSchemas.

Parameters
Name Description
request ListMetadataSchemasRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListMetadataSchemasResponse

The response received from the server.

ListMetadataSchemas(ListMetadataSchemasRequest, Metadata, DateTime?, CancellationToken)

public virtual ListMetadataSchemasResponse ListMetadataSchemas(ListMetadataSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists MetadataSchemas.

Parameters
Name Description
request ListMetadataSchemasRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListMetadataSchemasResponse

The response received from the server.

ListMetadataSchemasAsync(ListMetadataSchemasRequest, CallOptions)

public virtual AsyncUnaryCall<ListMetadataSchemasResponse> ListMetadataSchemasAsync(ListMetadataSchemasRequest request, CallOptions options)

Lists MetadataSchemas.

Parameters
Name Description
request ListMetadataSchemasRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListMetadataSchemasResponse

The call object.

ListMetadataSchemasAsync(ListMetadataSchemasRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListMetadataSchemasResponse> ListMetadataSchemasAsync(ListMetadataSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists MetadataSchemas.

Parameters
Name Description
request ListMetadataSchemasRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListMetadataSchemasResponse

The call object.

ListMetadataStores(ListMetadataStoresRequest, CallOptions)

public virtual ListMetadataStoresResponse ListMetadataStores(ListMetadataStoresRequest request, CallOptions options)

Lists MetadataStores for a Location.

Parameters
Name Description
request ListMetadataStoresRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListMetadataStoresResponse

The response received from the server.

ListMetadataStores(ListMetadataStoresRequest, Metadata, DateTime?, CancellationToken)

public virtual ListMetadataStoresResponse ListMetadataStores(ListMetadataStoresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists MetadataStores for a Location.

Parameters
Name Description
request ListMetadataStoresRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
ListMetadataStoresResponse

The response received from the server.

ListMetadataStoresAsync(ListMetadataStoresRequest, CallOptions)

public virtual AsyncUnaryCall<ListMetadataStoresResponse> ListMetadataStoresAsync(ListMetadataStoresRequest request, CallOptions options)

Lists MetadataStores for a Location.

Parameters
Name Description
request ListMetadataStoresRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListMetadataStoresResponse

The call object.

ListMetadataStoresAsync(ListMetadataStoresRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListMetadataStoresResponse> ListMetadataStoresAsync(ListMetadataStoresRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists MetadataStores for a Location.

Parameters
Name Description
request ListMetadataStoresRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallListMetadataStoresResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override MetadataService.MetadataServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
MetadataServiceMetadataServiceClient
Overrides

PurgeArtifacts(PurgeArtifactsRequest, CallOptions)

public virtual Operation PurgeArtifacts(PurgeArtifactsRequest request, CallOptions options)

Purges Artifacts.

Parameters
Name Description
request PurgeArtifactsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

PurgeArtifacts(PurgeArtifactsRequest, Metadata, DateTime?, CancellationToken)

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

Purges Artifacts.

Parameters
Name Description
request PurgeArtifactsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

PurgeArtifactsAsync(PurgeArtifactsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> PurgeArtifactsAsync(PurgeArtifactsRequest request, CallOptions options)

Purges Artifacts.

Parameters
Name Description
request PurgeArtifactsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

PurgeArtifactsAsync(PurgeArtifactsRequest, Metadata, DateTime?, CancellationToken)

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

Purges Artifacts.

Parameters
Name Description
request PurgeArtifactsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

PurgeContexts(PurgeContextsRequest, CallOptions)

public virtual Operation PurgeContexts(PurgeContextsRequest request, CallOptions options)

Purges Contexts.

Parameters
Name Description
request PurgeContextsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

PurgeContexts(PurgeContextsRequest, Metadata, DateTime?, CancellationToken)

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

Purges Contexts.

Parameters
Name Description
request PurgeContextsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

PurgeContextsAsync(PurgeContextsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> PurgeContextsAsync(PurgeContextsRequest request, CallOptions options)

Purges Contexts.

Parameters
Name Description
request PurgeContextsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

PurgeContextsAsync(PurgeContextsRequest, Metadata, DateTime?, CancellationToken)

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

Purges Contexts.

Parameters
Name Description
request PurgeContextsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

PurgeExecutions(PurgeExecutionsRequest, CallOptions)

public virtual Operation PurgeExecutions(PurgeExecutionsRequest request, CallOptions options)

Purges Executions.

Parameters
Name Description
request PurgeExecutionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

PurgeExecutions(PurgeExecutionsRequest, Metadata, DateTime?, CancellationToken)

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

Purges Executions.

Parameters
Name Description
request PurgeExecutionsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Operation

The response received from the server.

PurgeExecutionsAsync(PurgeExecutionsRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> PurgeExecutionsAsync(PurgeExecutionsRequest request, CallOptions options)

Purges Executions.

Parameters
Name Description
request PurgeExecutionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

PurgeExecutionsAsync(PurgeExecutionsRequest, Metadata, DateTime?, CancellationToken)

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

Purges Executions.

Parameters
Name Description
request PurgeExecutionsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

QueryArtifactLineageSubgraph(QueryArtifactLineageSubgraphRequest, CallOptions)

public virtual LineageSubgraph QueryArtifactLineageSubgraph(QueryArtifactLineageSubgraphRequest request, CallOptions options)

Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.

Parameters
Name Description
request QueryArtifactLineageSubgraphRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
LineageSubgraph

The response received from the server.

QueryArtifactLineageSubgraph(QueryArtifactLineageSubgraphRequest, Metadata, DateTime?, CancellationToken)

public virtual LineageSubgraph QueryArtifactLineageSubgraph(QueryArtifactLineageSubgraphRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.

Parameters
Name Description
request QueryArtifactLineageSubgraphRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
LineageSubgraph

The response received from the server.

QueryArtifactLineageSubgraphAsync(QueryArtifactLineageSubgraphRequest, CallOptions)

public virtual AsyncUnaryCall<LineageSubgraph> QueryArtifactLineageSubgraphAsync(QueryArtifactLineageSubgraphRequest request, CallOptions options)

Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.

Parameters
Name Description
request QueryArtifactLineageSubgraphRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallLineageSubgraph

The call object.

QueryArtifactLineageSubgraphAsync(QueryArtifactLineageSubgraphRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<LineageSubgraph> QueryArtifactLineageSubgraphAsync(QueryArtifactLineageSubgraphRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves lineage of an Artifact represented through Artifacts and Executions connected by Event edges and returned as a LineageSubgraph.

Parameters
Name Description
request QueryArtifactLineageSubgraphRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallLineageSubgraph

The call object.

QueryContextLineageSubgraph(QueryContextLineageSubgraphRequest, CallOptions)

public virtual LineageSubgraph QueryContextLineageSubgraph(QueryContextLineageSubgraphRequest request, CallOptions options)

Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.

Parameters
Name Description
request QueryContextLineageSubgraphRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
LineageSubgraph

The response received from the server.

QueryContextLineageSubgraph(QueryContextLineageSubgraphRequest, Metadata, DateTime?, CancellationToken)

public virtual LineageSubgraph QueryContextLineageSubgraph(QueryContextLineageSubgraphRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.

Parameters
Name Description
request QueryContextLineageSubgraphRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
LineageSubgraph

The response received from the server.

QueryContextLineageSubgraphAsync(QueryContextLineageSubgraphRequest, CallOptions)

public virtual AsyncUnaryCall<LineageSubgraph> QueryContextLineageSubgraphAsync(QueryContextLineageSubgraphRequest request, CallOptions options)

Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.

Parameters
Name Description
request QueryContextLineageSubgraphRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallLineageSubgraph

The call object.

QueryContextLineageSubgraphAsync(QueryContextLineageSubgraphRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<LineageSubgraph> QueryContextLineageSubgraphAsync(QueryContextLineageSubgraphRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Retrieves Artifacts and Executions within the specified Context, connected by Event edges and returned as a LineageSubgraph.

Parameters
Name Description
request QueryContextLineageSubgraphRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallLineageSubgraph

The call object.

QueryExecutionInputsAndOutputs(QueryExecutionInputsAndOutputsRequest, CallOptions)

public virtual LineageSubgraph QueryExecutionInputsAndOutputs(QueryExecutionInputsAndOutputsRequest request, CallOptions options)

Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.

Parameters
Name Description
request QueryExecutionInputsAndOutputsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
LineageSubgraph

The response received from the server.

QueryExecutionInputsAndOutputs(QueryExecutionInputsAndOutputsRequest, Metadata, DateTime?, CancellationToken)

public virtual LineageSubgraph QueryExecutionInputsAndOutputs(QueryExecutionInputsAndOutputsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.

Parameters
Name Description
request QueryExecutionInputsAndOutputsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
LineageSubgraph

The response received from the server.

QueryExecutionInputsAndOutputsAsync(QueryExecutionInputsAndOutputsRequest, CallOptions)

public virtual AsyncUnaryCall<LineageSubgraph> QueryExecutionInputsAndOutputsAsync(QueryExecutionInputsAndOutputsRequest request, CallOptions options)

Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.

Parameters
Name Description
request QueryExecutionInputsAndOutputsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallLineageSubgraph

The call object.

QueryExecutionInputsAndOutputsAsync(QueryExecutionInputsAndOutputsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<LineageSubgraph> QueryExecutionInputsAndOutputsAsync(QueryExecutionInputsAndOutputsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Obtains the set of input and output Artifacts for this Execution, in the form of LineageSubgraph that also contains the Execution and connecting Events.

Parameters
Name Description
request QueryExecutionInputsAndOutputsRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallLineageSubgraph

The call object.

RemoveContextChildren(RemoveContextChildrenRequest, CallOptions)

public virtual RemoveContextChildrenResponse RemoveContextChildren(RemoveContextChildrenRequest request, CallOptions options)

Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.

Parameters
Name Description
request RemoveContextChildrenRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
RemoveContextChildrenResponse

The response received from the server.

RemoveContextChildren(RemoveContextChildrenRequest, Metadata, DateTime?, CancellationToken)

public virtual RemoveContextChildrenResponse RemoveContextChildren(RemoveContextChildrenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.

Parameters
Name Description
request RemoveContextChildrenRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
RemoveContextChildrenResponse

The response received from the server.

RemoveContextChildrenAsync(RemoveContextChildrenRequest, CallOptions)

public virtual AsyncUnaryCall<RemoveContextChildrenResponse> RemoveContextChildrenAsync(RemoveContextChildrenRequest request, CallOptions options)

Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.

Parameters
Name Description
request RemoveContextChildrenRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallRemoveContextChildrenResponse

The call object.

RemoveContextChildrenAsync(RemoveContextChildrenRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<RemoveContextChildrenResponse> RemoveContextChildrenAsync(RemoveContextChildrenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Remove a set of children contexts from a parent Context. If any of the child Contexts were NOT added to the parent Context, they are simply skipped.

Parameters
Name Description
request RemoveContextChildrenRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallRemoveContextChildrenResponse

The call object.

UpdateArtifact(UpdateArtifactRequest, CallOptions)

public virtual Artifact UpdateArtifact(UpdateArtifactRequest request, CallOptions options)

Updates a stored Artifact.

Parameters
Name Description
request UpdateArtifactRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Artifact

The response received from the server.

UpdateArtifact(UpdateArtifactRequest, Metadata, DateTime?, CancellationToken)

public virtual Artifact UpdateArtifact(UpdateArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a stored Artifact.

Parameters
Name Description
request UpdateArtifactRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Artifact

The response received from the server.

UpdateArtifactAsync(UpdateArtifactRequest, CallOptions)

public virtual AsyncUnaryCall<Artifact> UpdateArtifactAsync(UpdateArtifactRequest request, CallOptions options)

Updates a stored Artifact.

Parameters
Name Description
request UpdateArtifactRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallArtifact

The call object.

UpdateArtifactAsync(UpdateArtifactRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Artifact> UpdateArtifactAsync(UpdateArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a stored Artifact.

Parameters
Name Description
request UpdateArtifactRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallArtifact

The call object.

UpdateContext(UpdateContextRequest, CallOptions)

public virtual Context UpdateContext(UpdateContextRequest request, CallOptions options)

Updates a stored Context.

Parameters
Name Description
request UpdateContextRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Context

The response received from the server.

UpdateContext(UpdateContextRequest, Metadata, DateTime?, CancellationToken)

public virtual Context UpdateContext(UpdateContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a stored Context.

Parameters
Name Description
request UpdateContextRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Context

The response received from the server.

UpdateContextAsync(UpdateContextRequest, CallOptions)

public virtual AsyncUnaryCall<Context> UpdateContextAsync(UpdateContextRequest request, CallOptions options)

Updates a stored Context.

Parameters
Name Description
request UpdateContextRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallContext

The call object.

UpdateContextAsync(UpdateContextRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Context> UpdateContextAsync(UpdateContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a stored Context.

Parameters
Name Description
request UpdateContextRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallContext

The call object.

UpdateExecution(UpdateExecutionRequest, CallOptions)

public virtual Execution UpdateExecution(UpdateExecutionRequest request, CallOptions options)

Updates a stored Execution.

Parameters
Name Description
request UpdateExecutionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Execution

The response received from the server.

UpdateExecution(UpdateExecutionRequest, Metadata, DateTime?, CancellationToken)

public virtual Execution UpdateExecution(UpdateExecutionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a stored Execution.

Parameters
Name Description
request UpdateExecutionRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
Execution

The response received from the server.

UpdateExecutionAsync(UpdateExecutionRequest, CallOptions)

public virtual AsyncUnaryCall<Execution> UpdateExecutionAsync(UpdateExecutionRequest request, CallOptions options)

Updates a stored Execution.

Parameters
Name Description
request UpdateExecutionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallExecution

The call object.

UpdateExecutionAsync(UpdateExecutionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Execution> UpdateExecutionAsync(UpdateExecutionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a stored Execution.

Parameters
Name Description
request UpdateExecutionRequest

The request to send to the server.

headers Metadata

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

deadline DateTime

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

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallExecution

The call object.