public class MetadataServiceClient : ClientBase<MetadataService.MetadataServiceClient>
Client for MetadataService
Inheritance
Object > ClientBase > ClientBase<MetadataService.MetadataServiceClient> > MetadataService.MetadataServiceClientNamespace
Google.Cloud.AIPlatform.V1Assembly
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
.
Name | Description |
callInvoker | CallInvoker The callInvoker to use to make remote calls. |
MetadataServiceClient(ChannelBase)
public MetadataServiceClient(ChannelBase channel)
Creates a new client for MetadataService
Name | Description |
channel | ChannelBase The channel to use to make remote calls. |
MetadataServiceClient(ClientBase.ClientBaseConfiguration)
protected MetadataServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Name | Description |
configuration | ClientBase.ClientBaseConfiguration 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.
Name | Description |
request | AddContextArtifactsAndExecutionsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AddContextArtifactsAndExecutionsResponse | The response received from the server. |
AddContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AddContextArtifactsAndExecutionsResponse AddContextArtifactsAndExecutions(AddContextArtifactsAndExecutionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
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.
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 | Nullable<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. |
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.
Name | Description |
request | AddContextArtifactsAndExecutionsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<AddContextArtifactsAndExecutionsResponse> | The call object. |
AddContextArtifactsAndExecutionsAsync(AddContextArtifactsAndExecutionsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<AddContextArtifactsAndExecutionsResponse> AddContextArtifactsAndExecutionsAsync(AddContextArtifactsAndExecutionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
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.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<AddContextArtifactsAndExecutionsResponse> | 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.
Name | Description |
request | AddContextChildrenRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AddContextChildrenResponse | The response received from the server. |
AddContextChildren(AddContextChildrenRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AddContextChildrenResponse AddContextChildren(AddContextChildrenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
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.
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 | Nullable<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. |
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.
Name | Description |
request | AddContextChildrenRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<AddContextChildrenResponse> | The call object. |
AddContextChildrenAsync(AddContextChildrenRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<AddContextChildrenResponse> AddContextChildrenAsync(AddContextChildrenRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
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.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<AddContextChildrenResponse> | 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.
Name | Description |
request | AddExecutionEventsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AddExecutionEventsResponse | The response received from the server. |
AddExecutionEvents(AddExecutionEventsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AddExecutionEventsResponse AddExecutionEvents(AddExecutionEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
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.
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 | Nullable<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. |
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.
Name | Description |
request | AddExecutionEventsRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<AddExecutionEventsResponse> | The call object. |
AddExecutionEventsAsync(AddExecutionEventsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<AddExecutionEventsResponse> AddExecutionEventsAsync(AddExecutionEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
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.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<AddExecutionEventsResponse> | The call object. |
CreateArtifact(CreateArtifactRequest, CallOptions)
public virtual Artifact CreateArtifact(CreateArtifactRequest request, CallOptions options)
Creates an Artifact associated with a MetadataStore.
Name | Description |
request | CreateArtifactRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Artifact | The response received from the server. |
CreateArtifact(CreateArtifactRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Artifact CreateArtifact(CreateArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates an Artifact associated with a MetadataStore.
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 | Nullable<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. |
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.
Name | Description |
request | CreateArtifactRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Artifact> | The call object. |
CreateArtifactAsync(CreateArtifactRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Artifact> CreateArtifactAsync(CreateArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates an Artifact associated with a MetadataStore.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Artifact> | The call object. |
CreateContext(CreateContextRequest, CallOptions)
public virtual Context CreateContext(CreateContextRequest request, CallOptions options)
Creates a Context associated with a MetadataStore.
Name | Description |
request | CreateContextRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Context | The response received from the server. |
CreateContext(CreateContextRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Context CreateContext(CreateContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a Context associated with a MetadataStore.
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 | Nullable<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. |
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.
Name | Description |
request | CreateContextRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Context> | The call object. |
CreateContextAsync(CreateContextRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Context> CreateContextAsync(CreateContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a Context associated with a MetadataStore.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Context> | The call object. |
CreateExecution(CreateExecutionRequest, CallOptions)
public virtual Execution CreateExecution(CreateExecutionRequest request, CallOptions options)
Creates an Execution associated with a MetadataStore.
Name | Description |
request | CreateExecutionRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Execution | The response received from the server. |
CreateExecution(CreateExecutionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Execution CreateExecution(CreateExecutionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates an Execution associated with a MetadataStore.
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 | Nullable<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. |
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.
Name | Description |
request | CreateExecutionRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Execution> | The call object. |
CreateExecutionAsync(CreateExecutionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Execution> CreateExecutionAsync(CreateExecutionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates an Execution associated with a MetadataStore.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Execution> | The call object. |
CreateMetadataSchema(CreateMetadataSchemaRequest, CallOptions)
public virtual MetadataSchema CreateMetadataSchema(CreateMetadataSchemaRequest request, CallOptions options)
Creates a MetadataSchema.
Name | Description |
request | CreateMetadataSchemaRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
MetadataSchema | The response received from the server. |
CreateMetadataSchema(CreateMetadataSchemaRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual MetadataSchema CreateMetadataSchema(CreateMetadataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a MetadataSchema.
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 | Nullable<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. |
Type | Description |
MetadataSchema | The response received from the server. |
CreateMetadataSchemaAsync(CreateMetadataSchemaRequest, CallOptions)
public virtual AsyncUnaryCall<MetadataSchema> CreateMetadataSchemaAsync(CreateMetadataSchemaRequest request, CallOptions options)
Creates a MetadataSchema.
Name | Description |
request | CreateMetadataSchemaRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<MetadataSchema> | The call object. |
CreateMetadataSchemaAsync(CreateMetadataSchemaRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<MetadataSchema> CreateMetadataSchemaAsync(CreateMetadataSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Creates a MetadataSchema.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<MetadataSchema> | The call object. |
CreateMetadataStore(CreateMetadataStoreRequest, CallOptions)
public virtual Operation CreateMetadataStore(CreateMetadataStoreRequest request, CallOptions options)
Initializes a MetadataStore, including allocation of resources.
Name | Description |
request | CreateMetadataStoreRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
CreateMetadataStore(CreateMetadataStoreRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateMetadataStore(CreateMetadataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Initializes a MetadataStore, including allocation of resources.
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 | Nullable<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. |
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.
Name | Description |
request | CreateMetadataStoreRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateMetadataStoreAsync(CreateMetadataStoreRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateMetadataStoreAsync(CreateMetadataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Initializes a MetadataStore, including allocation of resources.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
CreateOperationsClient()
public virtual Operations.OperationsClient CreateOperationsClient()
Creates a new instance of Operations.OperationsClient using the same call invoker as this client.
Type | Description |
Operations.OperationsClient | 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.
Name | Description |
request | DeleteArtifactRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
DeleteArtifact(DeleteArtifactRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteArtifact(DeleteArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes an Artifact.
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 | Nullable<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. |
Type | Description |
Operation | The response received from the server. |
DeleteArtifactAsync(DeleteArtifactRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteArtifactAsync(DeleteArtifactRequest request, CallOptions options)
Deletes an Artifact.
Name | Description |
request | DeleteArtifactRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
DeleteArtifactAsync(DeleteArtifactRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteArtifactAsync(DeleteArtifactRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes an Artifact.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
DeleteContext(DeleteContextRequest, CallOptions)
public virtual Operation DeleteContext(DeleteContextRequest request, CallOptions options)
Deletes a stored Context.
Name | Description |
request | DeleteContextRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
DeleteContext(DeleteContextRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteContext(DeleteContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a stored Context.
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 | Nullable<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. |
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.
Name | Description |
request | DeleteContextRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
DeleteContextAsync(DeleteContextRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteContextAsync(DeleteContextRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a stored Context.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
DeleteExecution(DeleteExecutionRequest, CallOptions)
public virtual Operation DeleteExecution(DeleteExecutionRequest request, CallOptions options)
Deletes an Execution.
Name | Description |
request | DeleteExecutionRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
DeleteExecution(DeleteExecutionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteExecution(DeleteExecutionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes an Execution.
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 | Nullable<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. |
Type | Description |
Operation | The response received from the server. |
DeleteExecutionAsync(DeleteExecutionRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteExecutionAsync(DeleteExecutionRequest request, CallOptions options)
Deletes an Execution.
Name | Description |
request | DeleteExecutionRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
AsyncUnaryCall<Operation> | The call object. |
DeleteExecutionAsync(DeleteExecutionRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteExecutionAsync(DeleteExecutionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes an Execution.
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 | Nullable<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. |
Type | Description |
AsyncUnaryCall<Operation> | 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).
Name | Description |
request | DeleteMetadataStoreRequest The request to send to the server. |
options | CallOptions The options for the call. |
Type | Description |
Operation | The response received from the server. |
DeleteMetadataStore(DeleteMetadataStoreRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteMetadataStore(DeleteMetadataStoreRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
Deletes a single MetadataStore and all its child resources (Artifacts, Executions, and Contexts).
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 | Nullable<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. |
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).
Name | Description |
request |