Cloud AI Platform v1 API - Class DatasetService.DatasetServiceClient (3.0.0)

public class DatasetService.DatasetServiceClient : ClientBase<DatasetService.DatasetServiceClient>

Reference documentation and code samples for the Cloud AI Platform v1 API class DatasetService.DatasetServiceClient.

Client for DatasetService

Inheritance

object > ClientBase > ClientBaseDatasetServiceDatasetServiceClient > DatasetService.DatasetServiceClient

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

DatasetServiceClient()

protected DatasetServiceClient()

Protected parameterless constructor to allow creation of test doubles.

DatasetServiceClient(CallInvoker)

public DatasetServiceClient(CallInvoker callInvoker)

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

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

DatasetServiceClient(ChannelBase)

public DatasetServiceClient(ChannelBase channel)

Creates a new client for DatasetService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

DatasetServiceClient(ClientBaseConfiguration)

protected DatasetServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

CreateDataset(CreateDatasetRequest, CallOptions)

public virtual Operation CreateDataset(CreateDatasetRequest request, CallOptions options)

Creates a Dataset.

Parameters
Name Description
request CreateDatasetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateDataset(CreateDatasetRequest, Metadata, DateTime?, CancellationToken)

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

Creates a Dataset.

Parameters
Name Description
request CreateDatasetRequest

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.

CreateDatasetAsync(CreateDatasetRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateDatasetAsync(CreateDatasetRequest request, CallOptions options)

Creates a Dataset.

Parameters
Name Description
request CreateDatasetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateDatasetAsync(CreateDatasetRequest, Metadata, DateTime?, CancellationToken)

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

Creates a Dataset.

Parameters
Name Description
request CreateDatasetRequest

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.

CreateDatasetVersion(CreateDatasetVersionRequest, CallOptions)

public virtual Operation CreateDatasetVersion(CreateDatasetVersionRequest request, CallOptions options)

Create a version from a Dataset.

Parameters
Name Description
request CreateDatasetVersionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

CreateDatasetVersion(CreateDatasetVersionRequest, Metadata, DateTime?, CancellationToken)

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

Create a version from a Dataset.

Parameters
Name Description
request CreateDatasetVersionRequest

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.

CreateDatasetVersionAsync(CreateDatasetVersionRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateDatasetVersionAsync(CreateDatasetVersionRequest request, CallOptions options)

Create a version from a Dataset.

Parameters
Name Description
request CreateDatasetVersionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

CreateDatasetVersionAsync(CreateDatasetVersionRequest, Metadata, DateTime?, CancellationToken)

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

Create a version from a Dataset.

Parameters
Name Description
request CreateDatasetVersionRequest

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.

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.

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.

DeleteDataset(DeleteDatasetRequest, CallOptions)

public virtual Operation DeleteDataset(DeleteDatasetRequest request, CallOptions options)

Deletes a Dataset.

Parameters
Name Description
request DeleteDatasetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteDataset(DeleteDatasetRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a Dataset.

Parameters
Name Description
request DeleteDatasetRequest

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.

DeleteDatasetAsync(DeleteDatasetRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteDatasetAsync(DeleteDatasetRequest request, CallOptions options)

Deletes a Dataset.

Parameters
Name Description
request DeleteDatasetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteDatasetAsync(DeleteDatasetRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a Dataset.

Parameters
Name Description
request DeleteDatasetRequest

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.

DeleteDatasetVersion(DeleteDatasetVersionRequest, CallOptions)

public virtual Operation DeleteDatasetVersion(DeleteDatasetVersionRequest request, CallOptions options)

Deletes a Dataset version.

Parameters
Name Description
request DeleteDatasetVersionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteDatasetVersion(DeleteDatasetVersionRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a Dataset version.

Parameters
Name Description
request DeleteDatasetVersionRequest

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.

DeleteDatasetVersionAsync(DeleteDatasetVersionRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteDatasetVersionAsync(DeleteDatasetVersionRequest request, CallOptions options)

Deletes a Dataset version.

Parameters
Name Description
request DeleteDatasetVersionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteDatasetVersionAsync(DeleteDatasetVersionRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a Dataset version.

Parameters
Name Description
request DeleteDatasetVersionRequest

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.

DeleteSavedQuery(DeleteSavedQueryRequest, CallOptions)

public virtual Operation DeleteSavedQuery(DeleteSavedQueryRequest request, CallOptions options)

Deletes a SavedQuery.

Parameters
Name Description
request DeleteSavedQueryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

DeleteSavedQuery(DeleteSavedQueryRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a SavedQuery.

Parameters
Name Description
request DeleteSavedQueryRequest

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.

DeleteSavedQueryAsync(DeleteSavedQueryRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteSavedQueryAsync(DeleteSavedQueryRequest request, CallOptions options)

Deletes a SavedQuery.

Parameters
Name Description
request DeleteSavedQueryRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

DeleteSavedQueryAsync(DeleteSavedQueryRequest, Metadata, DateTime?, CancellationToken)

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

Deletes a SavedQuery.

Parameters
Name Description
request DeleteSavedQueryRequest

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.

ExportData(ExportDataRequest, CallOptions)

public virtual Operation ExportData(ExportDataRequest request, CallOptions options)

Exports data from a Dataset.

Parameters
Name Description
request ExportDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

ExportData(ExportDataRequest, Metadata, DateTime?, CancellationToken)

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

Exports data from a Dataset.

Parameters
Name Description
request ExportDataRequest

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.

ExportDataAsync(ExportDataRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> ExportDataAsync(ExportDataRequest request, CallOptions options)

Exports data from a Dataset.

Parameters
Name Description
request ExportDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ExportDataAsync(ExportDataRequest, Metadata, DateTime?, CancellationToken)

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

Exports data from a Dataset.

Parameters
Name Description
request ExportDataRequest

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.

GetAnnotationSpec(GetAnnotationSpecRequest, CallOptions)

public virtual AnnotationSpec GetAnnotationSpec(GetAnnotationSpecRequest request, CallOptions options)

Gets an AnnotationSpec.

Parameters
Name Description
request GetAnnotationSpecRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AnnotationSpec

The response received from the server.

GetAnnotationSpec(GetAnnotationSpecRequest, Metadata, DateTime?, CancellationToken)

public virtual AnnotationSpec GetAnnotationSpec(GetAnnotationSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an AnnotationSpec.

Parameters
Name Description
request GetAnnotationSpecRequest

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
AnnotationSpec

The response received from the server.

GetAnnotationSpecAsync(GetAnnotationSpecRequest, CallOptions)

public virtual AsyncUnaryCall<AnnotationSpec> GetAnnotationSpecAsync(GetAnnotationSpecRequest request, CallOptions options)

Gets an AnnotationSpec.

Parameters
Name Description
request GetAnnotationSpecRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallAnnotationSpec

The call object.

GetAnnotationSpecAsync(GetAnnotationSpecRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<AnnotationSpec> GetAnnotationSpecAsync(GetAnnotationSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets an AnnotationSpec.

Parameters
Name Description
request GetAnnotationSpecRequest

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
AsyncUnaryCallAnnotationSpec

The call object.

GetDataset(GetDatasetRequest, CallOptions)

public virtual Dataset GetDataset(GetDatasetRequest request, CallOptions options)

Gets a Dataset.

Parameters
Name Description
request GetDatasetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Dataset

The response received from the server.

GetDataset(GetDatasetRequest, Metadata, DateTime?, CancellationToken)

public virtual Dataset GetDataset(GetDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a Dataset.

Parameters
Name Description
request GetDatasetRequest

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
Dataset

The response received from the server.

GetDatasetAsync(GetDatasetRequest, CallOptions)

public virtual AsyncUnaryCall<Dataset> GetDatasetAsync(GetDatasetRequest request, CallOptions options)

Gets a Dataset.

Parameters
Name Description
request GetDatasetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDataset

The call object.

GetDatasetAsync(GetDatasetRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Dataset> GetDatasetAsync(GetDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a Dataset.

Parameters
Name Description
request GetDatasetRequest

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
AsyncUnaryCallDataset

The call object.

GetDatasetVersion(GetDatasetVersionRequest, CallOptions)

public virtual DatasetVersion GetDatasetVersion(GetDatasetVersionRequest request, CallOptions options)

Gets a Dataset version.

Parameters
Name Description
request GetDatasetVersionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
DatasetVersion

The response received from the server.

GetDatasetVersion(GetDatasetVersionRequest, Metadata, DateTime?, CancellationToken)

public virtual DatasetVersion GetDatasetVersion(GetDatasetVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a Dataset version.

Parameters
Name Description
request GetDatasetVersionRequest

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
DatasetVersion

The response received from the server.

GetDatasetVersionAsync(GetDatasetVersionRequest, CallOptions)

public virtual AsyncUnaryCall<DatasetVersion> GetDatasetVersionAsync(GetDatasetVersionRequest request, CallOptions options)

Gets a Dataset version.

Parameters
Name Description
request GetDatasetVersionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDatasetVersion

The call object.

GetDatasetVersionAsync(GetDatasetVersionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<DatasetVersion> GetDatasetVersionAsync(GetDatasetVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Gets a Dataset version.

Parameters
Name Description
request GetDatasetVersionRequest

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
AsyncUnaryCallDatasetVersion

The call object.

ImportData(ImportDataRequest, CallOptions)

public virtual Operation ImportData(ImportDataRequest request, CallOptions options)

Imports data into a Dataset.

Parameters
Name Description
request ImportDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

ImportData(ImportDataRequest, Metadata, DateTime?, CancellationToken)

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

Imports data into a Dataset.

Parameters
Name Description
request ImportDataRequest

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.

ImportDataAsync(ImportDataRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> ImportDataAsync(ImportDataRequest request, CallOptions options)

Imports data into a Dataset.

Parameters
Name Description
request ImportDataRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

ImportDataAsync(ImportDataRequest, Metadata, DateTime?, CancellationToken)

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

Imports data into a Dataset.

Parameters
Name Description
request ImportDataRequest

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.

ListAnnotations(ListAnnotationsRequest, CallOptions)

public virtual ListAnnotationsResponse ListAnnotations(ListAnnotationsRequest request, CallOptions options)

Lists Annotations belongs to a dataitem

Parameters
Name Description
request ListAnnotationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListAnnotationsResponse

The response received from the server.

ListAnnotations(ListAnnotationsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListAnnotationsResponse ListAnnotations(ListAnnotationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Annotations belongs to a dataitem

Parameters
Name Description
request ListAnnotationsRequest

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
ListAnnotationsResponse

The response received from the server.

ListAnnotationsAsync(ListAnnotationsRequest, CallOptions)

public virtual AsyncUnaryCall<ListAnnotationsResponse> ListAnnotationsAsync(ListAnnotationsRequest request, CallOptions options)

Lists Annotations belongs to a dataitem

Parameters
Name Description
request ListAnnotationsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListAnnotationsResponse

The call object.

ListAnnotationsAsync(ListAnnotationsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListAnnotationsResponse> ListAnnotationsAsync(ListAnnotationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Annotations belongs to a dataitem

Parameters
Name Description
request ListAnnotationsRequest

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
AsyncUnaryCallListAnnotationsResponse

The call object.

ListDataItems(ListDataItemsRequest, CallOptions)

public virtual ListDataItemsResponse ListDataItems(ListDataItemsRequest request, CallOptions options)

Lists DataItems in a Dataset.

Parameters
Name Description
request ListDataItemsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDataItemsResponse

The response received from the server.

ListDataItems(ListDataItemsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDataItemsResponse ListDataItems(ListDataItemsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists DataItems in a Dataset.

Parameters
Name Description
request ListDataItemsRequest

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
ListDataItemsResponse

The response received from the server.

ListDataItemsAsync(ListDataItemsRequest, CallOptions)

public virtual AsyncUnaryCall<ListDataItemsResponse> ListDataItemsAsync(ListDataItemsRequest request, CallOptions options)

Lists DataItems in a Dataset.

Parameters
Name Description
request ListDataItemsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDataItemsResponse

The call object.

ListDataItemsAsync(ListDataItemsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDataItemsResponse> ListDataItemsAsync(ListDataItemsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists DataItems in a Dataset.

Parameters
Name Description
request ListDataItemsRequest

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
AsyncUnaryCallListDataItemsResponse

The call object.

ListDatasetVersions(ListDatasetVersionsRequest, CallOptions)

public virtual ListDatasetVersionsResponse ListDatasetVersions(ListDatasetVersionsRequest request, CallOptions options)

Lists DatasetVersions in a Dataset.

Parameters
Name Description
request ListDatasetVersionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDatasetVersionsResponse

The response received from the server.

ListDatasetVersions(ListDatasetVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDatasetVersionsResponse ListDatasetVersions(ListDatasetVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists DatasetVersions in a Dataset.

Parameters
Name Description
request ListDatasetVersionsRequest

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
ListDatasetVersionsResponse

The response received from the server.

ListDatasetVersionsAsync(ListDatasetVersionsRequest, CallOptions)

public virtual AsyncUnaryCall<ListDatasetVersionsResponse> ListDatasetVersionsAsync(ListDatasetVersionsRequest request, CallOptions options)

Lists DatasetVersions in a Dataset.

Parameters
Name Description
request ListDatasetVersionsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDatasetVersionsResponse

The call object.

ListDatasetVersionsAsync(ListDatasetVersionsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDatasetVersionsResponse> ListDatasetVersionsAsync(ListDatasetVersionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists DatasetVersions in a Dataset.

Parameters
Name Description
request ListDatasetVersionsRequest

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
AsyncUnaryCallListDatasetVersionsResponse

The call object.

ListDatasets(ListDatasetsRequest, CallOptions)

public virtual ListDatasetsResponse ListDatasets(ListDatasetsRequest request, CallOptions options)

Lists Datasets in a Location.

Parameters
Name Description
request ListDatasetsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListDatasetsResponse

The response received from the server.

ListDatasets(ListDatasetsRequest, Metadata, DateTime?, CancellationToken)

public virtual ListDatasetsResponse ListDatasets(ListDatasetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Datasets in a Location.

Parameters
Name Description
request ListDatasetsRequest

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
ListDatasetsResponse

The response received from the server.

ListDatasetsAsync(ListDatasetsRequest, CallOptions)

public virtual AsyncUnaryCall<ListDatasetsResponse> ListDatasetsAsync(ListDatasetsRequest request, CallOptions options)

Lists Datasets in a Location.

Parameters
Name Description
request ListDatasetsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListDatasetsResponse

The call object.

ListDatasetsAsync(ListDatasetsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListDatasetsResponse> ListDatasetsAsync(ListDatasetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists Datasets in a Location.

Parameters
Name Description
request ListDatasetsRequest

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
AsyncUnaryCallListDatasetsResponse

The call object.

ListSavedQueries(ListSavedQueriesRequest, CallOptions)

public virtual ListSavedQueriesResponse ListSavedQueries(ListSavedQueriesRequest request, CallOptions options)

Lists SavedQueries in a Dataset.

Parameters
Name Description
request ListSavedQueriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
ListSavedQueriesResponse

The response received from the server.

ListSavedQueries(ListSavedQueriesRequest, Metadata, DateTime?, CancellationToken)

public virtual ListSavedQueriesResponse ListSavedQueries(ListSavedQueriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists SavedQueries in a Dataset.

Parameters
Name Description
request ListSavedQueriesRequest

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
ListSavedQueriesResponse

The response received from the server.

ListSavedQueriesAsync(ListSavedQueriesRequest, CallOptions)

public virtual AsyncUnaryCall<ListSavedQueriesResponse> ListSavedQueriesAsync(ListSavedQueriesRequest request, CallOptions options)

Lists SavedQueries in a Dataset.

Parameters
Name Description
request ListSavedQueriesRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallListSavedQueriesResponse

The call object.

ListSavedQueriesAsync(ListSavedQueriesRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<ListSavedQueriesResponse> ListSavedQueriesAsync(ListSavedQueriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Lists SavedQueries in a Dataset.

Parameters
Name Description
request ListSavedQueriesRequest

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
AsyncUnaryCallListSavedQueriesResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override DatasetService.DatasetServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
DatasetServiceDatasetServiceClient
Overrides

RestoreDatasetVersion(RestoreDatasetVersionRequest, CallOptions)

public virtual Operation RestoreDatasetVersion(RestoreDatasetVersionRequest request, CallOptions options)

Restores a dataset version.

Parameters
Name Description
request RestoreDatasetVersionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Operation

The response received from the server.

RestoreDatasetVersion(RestoreDatasetVersionRequest, Metadata, DateTime?, CancellationToken)

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

Restores a dataset version.

Parameters
Name Description
request RestoreDatasetVersionRequest

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.

RestoreDatasetVersionAsync(RestoreDatasetVersionRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> RestoreDatasetVersionAsync(RestoreDatasetVersionRequest request, CallOptions options)

Restores a dataset version.

Parameters
Name Description
request RestoreDatasetVersionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallOperation

The call object.

RestoreDatasetVersionAsync(RestoreDatasetVersionRequest, Metadata, DateTime?, CancellationToken)

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

Restores a dataset version.

Parameters
Name Description
request RestoreDatasetVersionRequest

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.

SearchDataItems(SearchDataItemsRequest, CallOptions)

public virtual SearchDataItemsResponse SearchDataItems(SearchDataItemsRequest request, CallOptions options)

Searches DataItems in a Dataset.

Parameters
Name Description
request SearchDataItemsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
SearchDataItemsResponse

The response received from the server.

SearchDataItems(SearchDataItemsRequest, Metadata, DateTime?, CancellationToken)

public virtual SearchDataItemsResponse SearchDataItems(SearchDataItemsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Searches DataItems in a Dataset.

Parameters
Name Description
request SearchDataItemsRequest

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
SearchDataItemsResponse

The response received from the server.

SearchDataItemsAsync(SearchDataItemsRequest, CallOptions)

public virtual AsyncUnaryCall<SearchDataItemsResponse> SearchDataItemsAsync(SearchDataItemsRequest request, CallOptions options)

Searches DataItems in a Dataset.

Parameters
Name Description
request SearchDataItemsRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallSearchDataItemsResponse

The call object.

SearchDataItemsAsync(SearchDataItemsRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<SearchDataItemsResponse> SearchDataItemsAsync(SearchDataItemsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Searches DataItems in a Dataset.

Parameters
Name Description
request SearchDataItemsRequest

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
AsyncUnaryCallSearchDataItemsResponse

The call object.

UpdateDataset(UpdateDatasetRequest, CallOptions)

public virtual Dataset UpdateDataset(UpdateDatasetRequest request, CallOptions options)

Updates a Dataset.

Parameters
Name Description
request UpdateDatasetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
Dataset

The response received from the server.

UpdateDataset(UpdateDatasetRequest, Metadata, DateTime?, CancellationToken)

public virtual Dataset UpdateDataset(UpdateDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Dataset.

Parameters
Name Description
request UpdateDatasetRequest

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
Dataset

The response received from the server.

UpdateDatasetAsync(UpdateDatasetRequest, CallOptions)

public virtual AsyncUnaryCall<Dataset> UpdateDatasetAsync(UpdateDatasetRequest request, CallOptions options)

Updates a Dataset.

Parameters
Name Description
request UpdateDatasetRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDataset

The call object.

UpdateDatasetAsync(UpdateDatasetRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<Dataset> UpdateDatasetAsync(UpdateDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a Dataset.

Parameters
Name Description
request UpdateDatasetRequest

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
AsyncUnaryCallDataset

The call object.

UpdateDatasetVersion(UpdateDatasetVersionRequest, CallOptions)

public virtual DatasetVersion UpdateDatasetVersion(UpdateDatasetVersionRequest request, CallOptions options)

Updates a DatasetVersion.

Parameters
Name Description
request UpdateDatasetVersionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
DatasetVersion

The response received from the server.

UpdateDatasetVersion(UpdateDatasetVersionRequest, Metadata, DateTime?, CancellationToken)

public virtual DatasetVersion UpdateDatasetVersion(UpdateDatasetVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a DatasetVersion.

Parameters
Name Description
request UpdateDatasetVersionRequest

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
DatasetVersion

The response received from the server.

UpdateDatasetVersionAsync(UpdateDatasetVersionRequest, CallOptions)

public virtual AsyncUnaryCall<DatasetVersion> UpdateDatasetVersionAsync(UpdateDatasetVersionRequest request, CallOptions options)

Updates a DatasetVersion.

Parameters
Name Description
request UpdateDatasetVersionRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallDatasetVersion

The call object.

UpdateDatasetVersionAsync(UpdateDatasetVersionRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<DatasetVersion> UpdateDatasetVersionAsync(UpdateDatasetVersionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Updates a DatasetVersion.

Parameters
Name Description
request UpdateDatasetVersionRequest

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
AsyncUnaryCallDatasetVersion

The call object.