Class MapsPlatformDatasets.MapsPlatformDatasetsBase
Base class for server-side implementations of MapsPlatformDatasets
Namespace: Google.Maps.MapsPlatformDatasets.V1
Assembly: Google.Maps.MapsPlatformDatasets.V1.dll
Syntax
[BindServiceMethod(typeof(MapsPlatformDatasets), "BindService")]
public abstract class MapsPlatformDatasets.MapsPlatformDatasetsBase
Methods
CreateDataset(CreateDatasetRequest, ServerCallContext)
Creates a new dataset for the specified project.
Declaration
public virtual Task<Dataset> CreateDataset(CreateDatasetRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
CreateDatasetRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<Dataset> | The response to send back to the client (wrapped by a task). |
DeleteDataset(DeleteDatasetRequest, ServerCallContext)
Deletes the specified dataset.
Declaration
public virtual Task<Empty> DeleteDataset(DeleteDatasetRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
DeleteDatasetRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<Empty> | The response to send back to the client (wrapped by a task). |
FetchDatasetErrors(FetchDatasetErrorsRequest, ServerCallContext)
Gets all the errors of a dataset.
Declaration
public virtual Task<FetchDatasetErrorsResponse> FetchDatasetErrors(FetchDatasetErrorsRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
FetchDatasetErrorsRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<FetchDatasetErrorsResponse> | The response to send back to the client (wrapped by a task). |
GetDataset(GetDatasetRequest, ServerCallContext)
Gets the dataset.
Declaration
public virtual Task<Dataset> GetDataset(GetDatasetRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
GetDatasetRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<Dataset> | The response to send back to the client (wrapped by a task). |
ListDatasets(ListDatasetsRequest, ServerCallContext)
Lists all the datasets for the specified project.
Declaration
public virtual Task<ListDatasetsResponse> ListDatasets(ListDatasetsRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
ListDatasetsRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<ListDatasetsResponse> | The response to send back to the client (wrapped by a task). |
UpdateDatasetMetadata(UpdateDatasetMetadataRequest, ServerCallContext)
Updates the metadata for the dataset.
Declaration
public virtual Task<Dataset> UpdateDatasetMetadata(UpdateDatasetMetadataRequest request, ServerCallContext context)
Parameters
Type | Name | Description |
---|---|---|
UpdateDatasetMetadataRequest | request | The request received from the client. |
ServerCallContext | context | The context of the server-side call handler being invoked. |
Returns
Type | Description |
---|---|
Task<Dataset> | The response to send back to the client (wrapped by a task). |