[BindServiceMethod(typeof(StorageInsights), "BindService")]
public abstract class StorageInsights.StorageInsightsBaseReference documentation and code samples for the Google Cloud Storage Insights v1 API class StorageInsights.StorageInsightsBase.
Base class for server-side implementations of StorageInsights
Namespace
Google.Cloud.StorageInsights.V1Assembly
Google.Cloud.StorageInsights.V1.dll
Methods
CreateDatasetConfig(CreateDatasetConfigRequest, ServerCallContext)
public virtual Task<Operation> CreateDatasetConfig(CreateDatasetConfigRequest request, ServerCallContext context)Creates a dataset configuration in a given project for a given location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateDatasetConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateReportConfig(CreateReportConfigRequest, ServerCallContext)
public virtual Task<ReportConfig> CreateReportConfig(CreateReportConfigRequest request, ServerCallContext context)Creates a new ReportConfig in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateReportConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskReportConfig |
The response to send back to the client (wrapped by a task). |
DeleteDatasetConfig(DeleteDatasetConfigRequest, ServerCallContext)
public virtual Task<Operation> DeleteDatasetConfig(DeleteDatasetConfigRequest request, ServerCallContext context)Deletes a dataset configuration in a given project for a given location.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteDatasetConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteReportConfig(DeleteReportConfigRequest, ServerCallContext)
public virtual Task<Empty> DeleteReportConfig(DeleteReportConfigRequest request, ServerCallContext context)Deletes a single ReportConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteReportConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
GetDatasetConfig(GetDatasetConfigRequest, ServerCallContext)
public virtual Task<DatasetConfig> GetDatasetConfig(GetDatasetConfigRequest request, ServerCallContext context)Gets the dataset configuration in a given project for a given location.
| Parameters | |
|---|---|
| Name | Description |
request |
GetDatasetConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskDatasetConfig |
The response to send back to the client (wrapped by a task). |
GetReportConfig(GetReportConfigRequest, ServerCallContext)
public virtual Task<ReportConfig> GetReportConfig(GetReportConfigRequest request, ServerCallContext context)Gets details of a single ReportConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
GetReportConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskReportConfig |
The response to send back to the client (wrapped by a task). |
GetReportDetail(GetReportDetailRequest, ServerCallContext)
public virtual Task<ReportDetail> GetReportDetail(GetReportDetailRequest request, ServerCallContext context)Gets details of a single ReportDetail.
| Parameters | |
|---|---|
| Name | Description |
request |
GetReportDetailRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskReportDetail |
The response to send back to the client (wrapped by a task). |
LinkDataset(LinkDatasetRequest, ServerCallContext)
public virtual Task<Operation> LinkDataset(LinkDatasetRequest request, ServerCallContext context)Links a dataset to BigQuery in a given project for a given location.
| Parameters | |
|---|---|
| Name | Description |
request |
LinkDatasetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
ListDatasetConfigs(ListDatasetConfigsRequest, ServerCallContext)
public virtual Task<ListDatasetConfigsResponse> ListDatasetConfigs(ListDatasetConfigsRequest request, ServerCallContext context)Lists the dataset configurations in a given project for a given location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListDatasetConfigsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListDatasetConfigsResponse |
The response to send back to the client (wrapped by a task). |
ListReportConfigs(ListReportConfigsRequest, ServerCallContext)
public virtual Task<ListReportConfigsResponse> ListReportConfigs(ListReportConfigsRequest request, ServerCallContext context)Lists ReportConfigs in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListReportConfigsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListReportConfigsResponse |
The response to send back to the client (wrapped by a task). |
ListReportDetails(ListReportDetailsRequest, ServerCallContext)
public virtual Task<ListReportDetailsResponse> ListReportDetails(ListReportDetailsRequest request, ServerCallContext context)Lists ReportDetails in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListReportDetailsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListReportDetailsResponse |
The response to send back to the client (wrapped by a task). |
UnlinkDataset(UnlinkDatasetRequest, ServerCallContext)
public virtual Task<Operation> UnlinkDataset(UnlinkDatasetRequest request, ServerCallContext context)Unlinks a dataset from BigQuery in a given project for a given location.
| Parameters | |
|---|---|
| Name | Description |
request |
UnlinkDatasetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateDatasetConfig(UpdateDatasetConfigRequest, ServerCallContext)
public virtual Task<Operation> UpdateDatasetConfig(UpdateDatasetConfigRequest request, ServerCallContext context)Updates a dataset configuration in a given project for a given location.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateDatasetConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateReportConfig(UpdateReportConfigRequest, ServerCallContext)
public virtual Task<ReportConfig> UpdateReportConfig(UpdateReportConfigRequest request, ServerCallContext context)Updates the parameters of a single ReportConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateReportConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskReportConfig |
The response to send back to the client (wrapped by a task). |