- 3.10.0 (latest)
- 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>
Reference documentation and code samples for the Cloud AI Platform v1 API class 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 | 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(ClientBase.ClientBaseConfiguration)
protected DatasetServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration | ClientBase.ClientBaseConfiguration 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, 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 | CreateDatasetRequest 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. |
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 |
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 | CreateDatasetRequest 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. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Operation> | 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 |
IAMPolicy.IAMPolicyClient | 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 |
Locations.LocationsClient | 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 |
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 | 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, 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 | DeleteDatasetRequest 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. |
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 |
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 | DeleteDatasetRequest 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. |
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 | 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, 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 | ExportDataRequest 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. |
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 |
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 | ExportDataRequest 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. |
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 | 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, 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 | GetAnnotationSpecRequest 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. |
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 |
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 | GetAnnotationSpecRequest 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. |
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 | 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, 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 | GetDatasetRequest 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. |
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 |
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 | GetDatasetRequest 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. |
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 | 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, 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 | ImportDataRequest 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. |
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 |
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 | ImportDataRequest 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. |
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 | 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, 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 | ListAnnotationsRequest 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. |
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 |
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 | ListAnnotationsRequest 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. |
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 | 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, 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 | ListDataItemsRequest 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. |
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 |
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 | ListDataItemsRequest 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. |
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 | 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, 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 | ListDatasetsRequest 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. |
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 |
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 | ListDatasetsRequest 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. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListDatasetsResponse> | 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, Nullable<DateTime>, CancellationToken)
public virtual ListSavedQueriesResponse ListSavedQueries(ListSavedQueriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
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 | 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. |
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 |
AsyncUnaryCall<ListSavedQueriesResponse> | The call object. |
ListSavedQueriesAsync(ListSavedQueriesRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<ListSavedQueriesResponse> ListSavedQueriesAsync(ListSavedQueriesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default(CancellationToken))
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 | 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. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<ListSavedQueriesResponse> | 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 | 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, 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 | UpdateDatasetRequest 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. |
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 |
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 | UpdateDatasetRequest 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. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCall<Dataset> | The call object. |