- 3.54.0 (latest)
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.0
- 2.1.0
- 2.0.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
public class DatasetServiceClient : ClientBase<DatasetService.DatasetServiceClient>Client for DatasetService
Inheritance
Object > ClientBase > ClientBase<DatasetService.DatasetServiceClient> > DatasetService.DatasetServiceClientNamespace
Google.Cloud.AIPlatform.V1Assembly
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 | CallInvokerThe callInvoker to use to make remote calls. | 
DatasetServiceClient(ChannelBase)
public DatasetServiceClient(ChannelBase channel)Creates a new client for DatasetService
| Parameter | |
|---|---|
| Name | Description | 
| channel | ChannelBaseThe channel to use to make remote calls. | 
DatasetServiceClient(ClientBase.ClientBaseConfiguration)
protected DatasetServiceClient(ClientBase.ClientBaseConfiguration configuration)Protected constructor to allow creation of configured clients.
| Parameter | |
|---|---|
| Name | Description | 
| configuration | ClientBase.ClientBaseConfigurationThe client configuration. | 
Methods
CreateDataset(CreateDatasetRequest, CallOptions)
public virtual Operation CreateDataset(CreateDatasetRequest request, CallOptions options)Creates a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateDatasetRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
CreateDataset(CreateDatasetRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation CreateDataset(CreateDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateDatasetRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn 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 | CreateDatasetRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<Operation> | The call object. | 
CreateDatasetAsync(CreateDatasetRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateDatasetAsync(CreateDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Creates a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | CreateDatasetRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| 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.
| Returns | |
|---|---|
| Type | Description | 
| Operations.OperationsClient | 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 | DeleteDatasetRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
DeleteDataset(DeleteDatasetRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation DeleteDataset(DeleteDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteDatasetRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn 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 | DeleteDatasetRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<Operation> | The call object. | 
DeleteDatasetAsync(DeleteDatasetRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteDatasetAsync(DeleteDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Deletes a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | DeleteDatasetRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<Operation> | The call object. | 
ExportData(ExportDataRequest, CallOptions)
public virtual Operation ExportData(ExportDataRequest request, CallOptions options)Exports data from a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | ExportDataRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
ExportData(ExportDataRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation ExportData(ExportDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Exports data from a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | ExportDataRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn 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 | ExportDataRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<Operation> | The call object. | 
ExportDataAsync(ExportDataRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> ExportDataAsync(ExportDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Exports data from a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | ExportDataRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<Operation> | The call object. | 
GetAnnotationSpec(GetAnnotationSpecRequest, CallOptions)
public virtual AnnotationSpec GetAnnotationSpec(GetAnnotationSpecRequest request, CallOptions options)Gets an AnnotationSpec.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetAnnotationSpecRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AnnotationSpec | The response received from the server. | 
GetAnnotationSpec(GetAnnotationSpecRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AnnotationSpec GetAnnotationSpec(GetAnnotationSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Gets an AnnotationSpec.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetAnnotationSpecRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn 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 | GetAnnotationSpecRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<AnnotationSpec> | The call object. | 
GetAnnotationSpecAsync(GetAnnotationSpecRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<AnnotationSpec> GetAnnotationSpecAsync(GetAnnotationSpecRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Gets an AnnotationSpec.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetAnnotationSpecRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<AnnotationSpec> | The call object. | 
GetDataset(GetDatasetRequest, CallOptions)
public virtual Dataset GetDataset(GetDatasetRequest request, CallOptions options)Gets a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetDatasetRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Dataset | The response received from the server. | 
GetDataset(GetDatasetRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Dataset GetDataset(GetDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Gets a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetDatasetRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn 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 | GetDatasetRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<Dataset> | The call object. | 
GetDatasetAsync(GetDatasetRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Dataset> GetDatasetAsync(GetDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Gets a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | GetDatasetRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<Dataset> | The call object. | 
ImportData(ImportDataRequest, CallOptions)
public virtual Operation ImportData(ImportDataRequest request, CallOptions options)Imports data into a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | ImportDataRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Operation | The response received from the server. | 
ImportData(ImportDataRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Operation ImportData(ImportDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Imports data into a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | ImportDataRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn 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 | ImportDataRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<Operation> | The call object. | 
ImportDataAsync(ImportDataRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Operation> ImportDataAsync(ImportDataRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Imports data into a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | ImportDataRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<Operation> | The call object. | 
ListAnnotations(ListAnnotationsRequest, CallOptions)
public virtual ListAnnotationsResponse ListAnnotations(ListAnnotationsRequest request, CallOptions options)Lists Annotations belongs to a dataitem
| Parameters | |
|---|---|
| Name | Description | 
| request | ListAnnotationsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| ListAnnotationsResponse | The response received from the server. | 
ListAnnotations(ListAnnotationsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListAnnotationsResponse ListAnnotations(ListAnnotationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Lists Annotations belongs to a dataitem
| Parameters | |
|---|---|
| Name | Description | 
| request | ListAnnotationsRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn 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 | ListAnnotationsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<ListAnnotationsResponse> | The call object. | 
ListAnnotationsAsync(ListAnnotationsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListAnnotationsResponse> ListAnnotationsAsync(ListAnnotationsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Lists Annotations belongs to a dataitem
| Parameters | |
|---|---|
| Name | Description | 
| request | ListAnnotationsRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<ListAnnotationsResponse> | The call object. | 
ListDataItems(ListDataItemsRequest, CallOptions)
public virtual ListDataItemsResponse ListDataItems(ListDataItemsRequest request, CallOptions options)Lists DataItems in a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListDataItemsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| ListDataItemsResponse | The response received from the server. | 
ListDataItems(ListDataItemsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListDataItemsResponse ListDataItems(ListDataItemsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Lists DataItems in a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListDataItemsRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn 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 | ListDataItemsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<ListDataItemsResponse> | The call object. | 
ListDataItemsAsync(ListDataItemsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListDataItemsResponse> ListDataItemsAsync(ListDataItemsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Lists DataItems in a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListDataItemsRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<ListDataItemsResponse> | The call object. | 
ListDatasets(ListDatasetsRequest, CallOptions)
public virtual ListDatasetsResponse ListDatasets(ListDatasetsRequest request, CallOptions options)Lists Datasets in a Location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListDatasetsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| ListDatasetsResponse | The response received from the server. | 
ListDatasets(ListDatasetsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual ListDatasetsResponse ListDatasets(ListDatasetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Lists Datasets in a Location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListDatasetsRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn 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 | ListDatasetsRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<ListDatasetsResponse> | The call object. | 
ListDatasetsAsync(ListDatasetsRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListDatasetsResponse> ListDatasetsAsync(ListDatasetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Lists Datasets in a Location.
| Parameters | |
|---|---|
| Name | Description | 
| request | ListDatasetsRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<ListDatasetsResponse> | The call object. | 
NewInstance(ClientBase.ClientBaseConfiguration)
protected override DatasetService.DatasetServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)Creates a new instance of client from given ClientBaseConfiguration.
| Parameter | |
|---|---|
| Name | Description | 
| configuration | ClientBase.ClientBaseConfiguration | 
| Returns | |
|---|---|
| Type | Description | 
| DatasetService.DatasetServiceClient | |
UpdateDataset(UpdateDatasetRequest, CallOptions)
public virtual Dataset UpdateDataset(UpdateDatasetRequest request, CallOptions options)Updates a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateDatasetRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| Dataset | The response received from the server. | 
UpdateDataset(UpdateDatasetRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual Dataset UpdateDataset(UpdateDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateDatasetRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn 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 | UpdateDatasetRequestThe request to send to the server. | 
| options | CallOptionsThe options for the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<Dataset> | The call object. | 
UpdateDatasetAsync(UpdateDatasetRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<Dataset> UpdateDatasetAsync(UpdateDatasetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))Updates a Dataset.
| Parameters | |
|---|---|
| Name | Description | 
| request | UpdateDatasetRequestThe request to send to the server. | 
| headers | MetadataThe 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 | CancellationTokenAn optional token for canceling the call. | 
| Returns | |
|---|---|
| Type | Description | 
| AsyncUnaryCall<Dataset> | The call object. |