public class MigrationCenter.MigrationCenterClient : ClientBase<MigrationCenter.MigrationCenterClient>
Reference documentation and code samples for the Migration Center v1 API class MigrationCenter.MigrationCenterClient.
Client for MigrationCenter
Inheritance
object > ClientBase > ClientBaseMigrationCenterMigrationCenterClient > MigrationCenter.MigrationCenterClientNamespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
MigrationCenterClient()
protected MigrationCenterClient()
Protected parameterless constructor to allow creation of test doubles.
MigrationCenterClient(CallInvoker)
public MigrationCenterClient(CallInvoker callInvoker)
Creates a new client for MigrationCenter that uses a custom CallInvoker
.
Parameter | |
---|---|
Name | Description |
callInvoker |
CallInvoker The callInvoker to use to make remote calls. |
MigrationCenterClient(ChannelBase)
public MigrationCenterClient(ChannelBase channel)
Creates a new client for MigrationCenter
Parameter | |
---|---|
Name | Description |
channel |
ChannelBase The channel to use to make remote calls. |
MigrationCenterClient(ClientBaseConfiguration)
protected MigrationCenterClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration The client configuration. |
Methods
AddAssetsToGroup(AddAssetsToGroupRequest, CallOptions)
public virtual Operation AddAssetsToGroup(AddAssetsToGroupRequest request, CallOptions options)
Adds assets to a group.
Parameters | |
---|---|
Name | Description |
request |
AddAssetsToGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
AddAssetsToGroup(AddAssetsToGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation AddAssetsToGroup(AddAssetsToGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Adds assets to a group.
Parameters | |
---|---|
Name | Description |
request |
AddAssetsToGroupRequest 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. |
AddAssetsToGroupAsync(AddAssetsToGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> AddAssetsToGroupAsync(AddAssetsToGroupRequest request, CallOptions options)
Adds assets to a group.
Parameters | |
---|---|
Name | Description |
request |
AddAssetsToGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
AddAssetsToGroupAsync(AddAssetsToGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> AddAssetsToGroupAsync(AddAssetsToGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Adds assets to a group.
Parameters | |
---|---|
Name | Description |
request |
AddAssetsToGroupRequest 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. |
AggregateAssetsValues(AggregateAssetsValuesRequest, CallOptions)
public virtual AggregateAssetsValuesResponse AggregateAssetsValues(AggregateAssetsValuesRequest request, CallOptions options)
Aggregates the requested fields based on provided function.
Parameters | |
---|---|
Name | Description |
request |
AggregateAssetsValuesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AggregateAssetsValuesResponse |
The response received from the server. |
AggregateAssetsValues(AggregateAssetsValuesRequest, Metadata, DateTime?, CancellationToken)
public virtual AggregateAssetsValuesResponse AggregateAssetsValues(AggregateAssetsValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Aggregates the requested fields based on provided function.
Parameters | |
---|---|
Name | Description |
request |
AggregateAssetsValuesRequest 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 |
AggregateAssetsValuesResponse |
The response received from the server. |
AggregateAssetsValuesAsync(AggregateAssetsValuesRequest, CallOptions)
public virtual AsyncUnaryCall<AggregateAssetsValuesResponse> AggregateAssetsValuesAsync(AggregateAssetsValuesRequest request, CallOptions options)
Aggregates the requested fields based on provided function.
Parameters | |
---|---|
Name | Description |
request |
AggregateAssetsValuesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallAggregateAssetsValuesResponse |
The call object. |
AggregateAssetsValuesAsync(AggregateAssetsValuesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<AggregateAssetsValuesResponse> AggregateAssetsValuesAsync(AggregateAssetsValuesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Aggregates the requested fields based on provided function.
Parameters | |
---|---|
Name | Description |
request |
AggregateAssetsValuesRequest 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 |
AsyncUnaryCallAggregateAssetsValuesResponse |
The call object. |
BatchDeleteAssets(BatchDeleteAssetsRequest, CallOptions)
public virtual Empty BatchDeleteAssets(BatchDeleteAssetsRequest request, CallOptions options)
Deletes list of Assets.
Parameters | |
---|---|
Name | Description |
request |
BatchDeleteAssetsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
BatchDeleteAssets(BatchDeleteAssetsRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty BatchDeleteAssets(BatchDeleteAssetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes list of Assets.
Parameters | |
---|---|
Name | Description |
request |
BatchDeleteAssetsRequest 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 |
Empty |
The response received from the server. |
BatchDeleteAssetsAsync(BatchDeleteAssetsRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> BatchDeleteAssetsAsync(BatchDeleteAssetsRequest request, CallOptions options)
Deletes list of Assets.
Parameters | |
---|---|
Name | Description |
request |
BatchDeleteAssetsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
BatchDeleteAssetsAsync(BatchDeleteAssetsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> BatchDeleteAssetsAsync(BatchDeleteAssetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes list of Assets.
Parameters | |
---|---|
Name | Description |
request |
BatchDeleteAssetsRequest 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 |
AsyncUnaryCallEmpty |
The call object. |
BatchUpdateAssets(BatchUpdateAssetsRequest, CallOptions)
public virtual BatchUpdateAssetsResponse BatchUpdateAssets(BatchUpdateAssetsRequest request, CallOptions options)
Updates the parameters of a list of assets.
Parameters | |
---|---|
Name | Description |
request |
BatchUpdateAssetsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
BatchUpdateAssetsResponse |
The response received from the server. |
BatchUpdateAssets(BatchUpdateAssetsRequest, Metadata, DateTime?, CancellationToken)
public virtual BatchUpdateAssetsResponse BatchUpdateAssets(BatchUpdateAssetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a list of assets.
Parameters | |
---|---|
Name | Description |
request |
BatchUpdateAssetsRequest 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 |
BatchUpdateAssetsResponse |
The response received from the server. |
BatchUpdateAssetsAsync(BatchUpdateAssetsRequest, CallOptions)
public virtual AsyncUnaryCall<BatchUpdateAssetsResponse> BatchUpdateAssetsAsync(BatchUpdateAssetsRequest request, CallOptions options)
Updates the parameters of a list of assets.
Parameters | |
---|---|
Name | Description |
request |
BatchUpdateAssetsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallBatchUpdateAssetsResponse |
The call object. |
BatchUpdateAssetsAsync(BatchUpdateAssetsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<BatchUpdateAssetsResponse> BatchUpdateAssetsAsync(BatchUpdateAssetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a list of assets.
Parameters | |
---|---|
Name | Description |
request |
BatchUpdateAssetsRequest 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 |
AsyncUnaryCallBatchUpdateAssetsResponse |
The call object. |
CreateGroup(CreateGroupRequest, CallOptions)
public virtual Operation CreateGroup(CreateGroupRequest request, CallOptions options)
Creates a new group in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateGroup(CreateGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateGroup(CreateGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new group in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateGroupRequest 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. |
CreateGroupAsync(CreateGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateGroupAsync(CreateGroupRequest request, CallOptions options)
Creates a new group in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateGroupAsync(CreateGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateGroupAsync(CreateGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new group in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateGroupRequest 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. |
CreateImportDataFile(CreateImportDataFileRequest, CallOptions)
public virtual Operation CreateImportDataFile(CreateImportDataFileRequest request, CallOptions options)
Creates an import data file.
Parameters | |
---|---|
Name | Description |
request |
CreateImportDataFileRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateImportDataFile(CreateImportDataFileRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateImportDataFile(CreateImportDataFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates an import data file.
Parameters | |
---|---|
Name | Description |
request |
CreateImportDataFileRequest 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. |
CreateImportDataFileAsync(CreateImportDataFileRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateImportDataFileAsync(CreateImportDataFileRequest request, CallOptions options)
Creates an import data file.
Parameters | |
---|---|
Name | Description |
request |
CreateImportDataFileRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateImportDataFileAsync(CreateImportDataFileRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateImportDataFileAsync(CreateImportDataFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates an import data file.
Parameters | |
---|---|
Name | Description |
request |
CreateImportDataFileRequest 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. |
CreateImportJob(CreateImportJobRequest, CallOptions)
public virtual Operation CreateImportJob(CreateImportJobRequest request, CallOptions options)
Creates an import job.
Parameters | |
---|---|
Name | Description |
request |
CreateImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateImportJob(CreateImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateImportJob(CreateImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates an import job.
Parameters | |
---|---|
Name | Description |
request |
CreateImportJobRequest 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. |
CreateImportJobAsync(CreateImportJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateImportJobAsync(CreateImportJobRequest request, CallOptions options)
Creates an import job.
Parameters | |
---|---|
Name | Description |
request |
CreateImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateImportJobAsync(CreateImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateImportJobAsync(CreateImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates an import job.
Parameters | |
---|---|
Name | Description |
request |
CreateImportJobRequest 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. |
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. |
CreatePreferenceSet(CreatePreferenceSetRequest, CallOptions)
public virtual Operation CreatePreferenceSet(CreatePreferenceSetRequest request, CallOptions options)
Creates a new preference set in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreatePreferenceSetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreatePreferenceSet(CreatePreferenceSetRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreatePreferenceSet(CreatePreferenceSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new preference set in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreatePreferenceSetRequest 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. |
CreatePreferenceSetAsync(CreatePreferenceSetRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreatePreferenceSetAsync(CreatePreferenceSetRequest request, CallOptions options)
Creates a new preference set in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreatePreferenceSetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreatePreferenceSetAsync(CreatePreferenceSetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreatePreferenceSetAsync(CreatePreferenceSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new preference set in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreatePreferenceSetRequest 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. |
CreateReport(CreateReportRequest, CallOptions)
public virtual Operation CreateReport(CreateReportRequest request, CallOptions options)
Creates a report.
Parameters | |
---|---|
Name | Description |
request |
CreateReportRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateReport(CreateReportRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateReport(CreateReportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a report.
Parameters | |
---|---|
Name | Description |
request |
CreateReportRequest 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. |
CreateReportAsync(CreateReportRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateReportAsync(CreateReportRequest request, CallOptions options)
Creates a report.
Parameters | |
---|---|
Name | Description |
request |
CreateReportRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateReportAsync(CreateReportRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateReportAsync(CreateReportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a report.
Parameters | |
---|---|
Name | Description |
request |
CreateReportRequest 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. |
CreateReportConfig(CreateReportConfigRequest, CallOptions)
public virtual Operation CreateReportConfig(CreateReportConfigRequest request, CallOptions options)
Creates a report configuration.
Parameters | |
---|---|
Name | Description |
request |
CreateReportConfigRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateReportConfig(CreateReportConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateReportConfig(CreateReportConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a report configuration.
Parameters | |
---|---|
Name | Description |
request |
CreateReportConfigRequest 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. |
CreateReportConfigAsync(CreateReportConfigRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateReportConfigAsync(CreateReportConfigRequest request, CallOptions options)
Creates a report configuration.
Parameters | |
---|---|
Name | Description |
request |
CreateReportConfigRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateReportConfigAsync(CreateReportConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateReportConfigAsync(CreateReportConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a report configuration.
Parameters | |
---|---|
Name | Description |
request |
CreateReportConfigRequest 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. |
CreateSource(CreateSourceRequest, CallOptions)
public virtual Operation CreateSource(CreateSourceRequest request, CallOptions options)
Creates a new source in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateSourceRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
CreateSource(CreateSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation CreateSource(CreateSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new source in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateSourceRequest 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. |
CreateSourceAsync(CreateSourceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> CreateSourceAsync(CreateSourceRequest request, CallOptions options)
Creates a new source in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateSourceRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
CreateSourceAsync(CreateSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> CreateSourceAsync(CreateSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Creates a new source in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
CreateSourceRequest 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. |
DeleteAsset(DeleteAssetRequest, CallOptions)
public virtual Empty DeleteAsset(DeleteAssetRequest request, CallOptions options)
Deletes an asset.
Parameters | |
---|---|
Name | Description |
request |
DeleteAssetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Empty |
The response received from the server. |
DeleteAsset(DeleteAssetRequest, Metadata, DateTime?, CancellationToken)
public virtual Empty DeleteAsset(DeleteAssetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes an asset.
Parameters | |
---|---|
Name | Description |
request |
DeleteAssetRequest 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 |
Empty |
The response received from the server. |
DeleteAssetAsync(DeleteAssetRequest, CallOptions)
public virtual AsyncUnaryCall<Empty> DeleteAssetAsync(DeleteAssetRequest request, CallOptions options)
Deletes an asset.
Parameters | |
---|---|
Name | Description |
request |
DeleteAssetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallEmpty |
The call object. |
DeleteAssetAsync(DeleteAssetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Empty> DeleteAssetAsync(DeleteAssetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes an asset.
Parameters | |
---|---|
Name | Description |
request |
DeleteAssetRequest 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 |
AsyncUnaryCallEmpty |
The call object. |
DeleteGroup(DeleteGroupRequest, CallOptions)
public virtual Operation DeleteGroup(DeleteGroupRequest request, CallOptions options)
Deletes a group.
Parameters | |
---|---|
Name | Description |
request |
DeleteGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteGroup(DeleteGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteGroup(DeleteGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a group.
Parameters | |
---|---|
Name | Description |
request |
DeleteGroupRequest 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. |
DeleteGroupAsync(DeleteGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteGroupAsync(DeleteGroupRequest request, CallOptions options)
Deletes a group.
Parameters | |
---|---|
Name | Description |
request |
DeleteGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteGroupAsync(DeleteGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteGroupAsync(DeleteGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a group.
Parameters | |
---|---|
Name | Description |
request |
DeleteGroupRequest 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. |
DeleteImportDataFile(DeleteImportDataFileRequest, CallOptions)
public virtual Operation DeleteImportDataFile(DeleteImportDataFileRequest request, CallOptions options)
Delete an import data file.
Parameters | |
---|---|
Name | Description |
request |
DeleteImportDataFileRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteImportDataFile(DeleteImportDataFileRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteImportDataFile(DeleteImportDataFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete an import data file.
Parameters | |
---|---|
Name | Description |
request |
DeleteImportDataFileRequest 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. |
DeleteImportDataFileAsync(DeleteImportDataFileRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteImportDataFileAsync(DeleteImportDataFileRequest request, CallOptions options)
Delete an import data file.
Parameters | |
---|---|
Name | Description |
request |
DeleteImportDataFileRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteImportDataFileAsync(DeleteImportDataFileRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteImportDataFileAsync(DeleteImportDataFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Delete an import data file.
Parameters | |
---|---|
Name | Description |
request |
DeleteImportDataFileRequest 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. |
DeleteImportJob(DeleteImportJobRequest, CallOptions)
public virtual Operation DeleteImportJob(DeleteImportJobRequest request, CallOptions options)
Deletes an import job.
Parameters | |
---|---|
Name | Description |
request |
DeleteImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteImportJob(DeleteImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteImportJob(DeleteImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes an import job.
Parameters | |
---|---|
Name | Description |
request |
DeleteImportJobRequest 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. |
DeleteImportJobAsync(DeleteImportJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteImportJobAsync(DeleteImportJobRequest request, CallOptions options)
Deletes an import job.
Parameters | |
---|---|
Name | Description |
request |
DeleteImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteImportJobAsync(DeleteImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteImportJobAsync(DeleteImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes an import job.
Parameters | |
---|---|
Name | Description |
request |
DeleteImportJobRequest 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. |
DeletePreferenceSet(DeletePreferenceSetRequest, CallOptions)
public virtual Operation DeletePreferenceSet(DeletePreferenceSetRequest request, CallOptions options)
Deletes a preference set.
Parameters | |
---|---|
Name | Description |
request |
DeletePreferenceSetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeletePreferenceSet(DeletePreferenceSetRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeletePreferenceSet(DeletePreferenceSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a preference set.
Parameters | |
---|---|
Name | Description |
request |
DeletePreferenceSetRequest 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. |
DeletePreferenceSetAsync(DeletePreferenceSetRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeletePreferenceSetAsync(DeletePreferenceSetRequest request, CallOptions options)
Deletes a preference set.
Parameters | |
---|---|
Name | Description |
request |
DeletePreferenceSetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeletePreferenceSetAsync(DeletePreferenceSetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeletePreferenceSetAsync(DeletePreferenceSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a preference set.
Parameters | |
---|---|
Name | Description |
request |
DeletePreferenceSetRequest 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. |
DeleteReport(DeleteReportRequest, CallOptions)
public virtual Operation DeleteReport(DeleteReportRequest request, CallOptions options)
Deletes a Report.
Parameters | |
---|---|
Name | Description |
request |
DeleteReportRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteReport(DeleteReportRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteReport(DeleteReportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a Report.
Parameters | |
---|---|
Name | Description |
request |
DeleteReportRequest 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. |
DeleteReportAsync(DeleteReportRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteReportAsync(DeleteReportRequest request, CallOptions options)
Deletes a Report.
Parameters | |
---|---|
Name | Description |
request |
DeleteReportRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteReportAsync(DeleteReportRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteReportAsync(DeleteReportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a Report.
Parameters | |
---|---|
Name | Description |
request |
DeleteReportRequest 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. |
DeleteReportConfig(DeleteReportConfigRequest, CallOptions)
public virtual Operation DeleteReportConfig(DeleteReportConfigRequest request, CallOptions options)
Deletes a ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
DeleteReportConfigRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteReportConfig(DeleteReportConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteReportConfig(DeleteReportConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
DeleteReportConfigRequest 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. |
DeleteReportConfigAsync(DeleteReportConfigRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteReportConfigAsync(DeleteReportConfigRequest request, CallOptions options)
Deletes a ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
DeleteReportConfigRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteReportConfigAsync(DeleteReportConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteReportConfigAsync(DeleteReportConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
DeleteReportConfigRequest 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. |
DeleteSource(DeleteSourceRequest, CallOptions)
public virtual Operation DeleteSource(DeleteSourceRequest request, CallOptions options)
Deletes a source.
Parameters | |
---|---|
Name | Description |
request |
DeleteSourceRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
DeleteSource(DeleteSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation DeleteSource(DeleteSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a source.
Parameters | |
---|---|
Name | Description |
request |
DeleteSourceRequest 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. |
DeleteSourceAsync(DeleteSourceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> DeleteSourceAsync(DeleteSourceRequest request, CallOptions options)
Deletes a source.
Parameters | |
---|---|
Name | Description |
request |
DeleteSourceRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
DeleteSourceAsync(DeleteSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> DeleteSourceAsync(DeleteSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Deletes a source.
Parameters | |
---|---|
Name | Description |
request |
DeleteSourceRequest 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. |
GetAsset(GetAssetRequest, CallOptions)
public virtual Asset GetAsset(GetAssetRequest request, CallOptions options)
Gets the details of an asset.
Parameters | |
---|---|
Name | Description |
request |
GetAssetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Asset |
The response received from the server. |
GetAsset(GetAssetRequest, Metadata, DateTime?, CancellationToken)
public virtual Asset GetAsset(GetAssetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of an asset.
Parameters | |
---|---|
Name | Description |
request |
GetAssetRequest 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 |
Asset |
The response received from the server. |
GetAssetAsync(GetAssetRequest, CallOptions)
public virtual AsyncUnaryCall<Asset> GetAssetAsync(GetAssetRequest request, CallOptions options)
Gets the details of an asset.
Parameters | |
---|---|
Name | Description |
request |
GetAssetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallAsset |
The call object. |
GetAssetAsync(GetAssetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Asset> GetAssetAsync(GetAssetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of an asset.
Parameters | |
---|---|
Name | Description |
request |
GetAssetRequest 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 |
AsyncUnaryCallAsset |
The call object. |
GetErrorFrame(GetErrorFrameRequest, CallOptions)
public virtual ErrorFrame GetErrorFrame(GetErrorFrameRequest request, CallOptions options)
Gets the details of an error frame.
Parameters | |
---|---|
Name | Description |
request |
GetErrorFrameRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ErrorFrame |
The response received from the server. |
GetErrorFrame(GetErrorFrameRequest, Metadata, DateTime?, CancellationToken)
public virtual ErrorFrame GetErrorFrame(GetErrorFrameRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of an error frame.
Parameters | |
---|---|
Name | Description |
request |
GetErrorFrameRequest 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 |
ErrorFrame |
The response received from the server. |
GetErrorFrameAsync(GetErrorFrameRequest, CallOptions)
public virtual AsyncUnaryCall<ErrorFrame> GetErrorFrameAsync(GetErrorFrameRequest request, CallOptions options)
Gets the details of an error frame.
Parameters | |
---|---|
Name | Description |
request |
GetErrorFrameRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallErrorFrame |
The call object. |
GetErrorFrameAsync(GetErrorFrameRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ErrorFrame> GetErrorFrameAsync(GetErrorFrameRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of an error frame.
Parameters | |
---|---|
Name | Description |
request |
GetErrorFrameRequest 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 |
AsyncUnaryCallErrorFrame |
The call object. |
GetGroup(GetGroupRequest, CallOptions)
public virtual Group GetGroup(GetGroupRequest request, CallOptions options)
Gets the details of a group.
Parameters | |
---|---|
Name | Description |
request |
GetGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Group |
The response received from the server. |
GetGroup(GetGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Group GetGroup(GetGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of a group.
Parameters | |
---|---|
Name | Description |
request |
GetGroupRequest 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 |
Group |
The response received from the server. |
GetGroupAsync(GetGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Group> GetGroupAsync(GetGroupRequest request, CallOptions options)
Gets the details of a group.
Parameters | |
---|---|
Name | Description |
request |
GetGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallGroup |
The call object. |
GetGroupAsync(GetGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Group> GetGroupAsync(GetGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of a group.
Parameters | |
---|---|
Name | Description |
request |
GetGroupRequest 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 |
AsyncUnaryCallGroup |
The call object. |
GetImportDataFile(GetImportDataFileRequest, CallOptions)
public virtual ImportDataFile GetImportDataFile(GetImportDataFileRequest request, CallOptions options)
Gets an import data file.
Parameters | |
---|---|
Name | Description |
request |
GetImportDataFileRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ImportDataFile |
The response received from the server. |
GetImportDataFile(GetImportDataFileRequest, Metadata, DateTime?, CancellationToken)
public virtual ImportDataFile GetImportDataFile(GetImportDataFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets an import data file.
Parameters | |
---|---|
Name | Description |
request |
GetImportDataFileRequest 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 |
ImportDataFile |
The response received from the server. |
GetImportDataFileAsync(GetImportDataFileRequest, CallOptions)
public virtual AsyncUnaryCall<ImportDataFile> GetImportDataFileAsync(GetImportDataFileRequest request, CallOptions options)
Gets an import data file.
Parameters | |
---|---|
Name | Description |
request |
GetImportDataFileRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallImportDataFile |
The call object. |
GetImportDataFileAsync(GetImportDataFileRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ImportDataFile> GetImportDataFileAsync(GetImportDataFileRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets an import data file.
Parameters | |
---|---|
Name | Description |
request |
GetImportDataFileRequest 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 |
AsyncUnaryCallImportDataFile |
The call object. |
GetImportJob(GetImportJobRequest, CallOptions)
public virtual ImportJob GetImportJob(GetImportJobRequest request, CallOptions options)
Gets the details of an import job.
Parameters | |
---|---|
Name | Description |
request |
GetImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ImportJob |
The response received from the server. |
GetImportJob(GetImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual ImportJob GetImportJob(GetImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of an import job.
Parameters | |
---|---|
Name | Description |
request |
GetImportJobRequest 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 |
ImportJob |
The response received from the server. |
GetImportJobAsync(GetImportJobRequest, CallOptions)
public virtual AsyncUnaryCall<ImportJob> GetImportJobAsync(GetImportJobRequest request, CallOptions options)
Gets the details of an import job.
Parameters | |
---|---|
Name | Description |
request |
GetImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallImportJob |
The call object. |
GetImportJobAsync(GetImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ImportJob> GetImportJobAsync(GetImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of an import job.
Parameters | |
---|---|
Name | Description |
request |
GetImportJobRequest 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 |
AsyncUnaryCallImportJob |
The call object. |
GetPreferenceSet(GetPreferenceSetRequest, CallOptions)
public virtual PreferenceSet GetPreferenceSet(GetPreferenceSetRequest request, CallOptions options)
Gets the details of a preference set.
Parameters | |
---|---|
Name | Description |
request |
GetPreferenceSetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
PreferenceSet |
The response received from the server. |
GetPreferenceSet(GetPreferenceSetRequest, Metadata, DateTime?, CancellationToken)
public virtual PreferenceSet GetPreferenceSet(GetPreferenceSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of a preference set.
Parameters | |
---|---|
Name | Description |
request |
GetPreferenceSetRequest 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 |
PreferenceSet |
The response received from the server. |
GetPreferenceSetAsync(GetPreferenceSetRequest, CallOptions)
public virtual AsyncUnaryCall<PreferenceSet> GetPreferenceSetAsync(GetPreferenceSetRequest request, CallOptions options)
Gets the details of a preference set.
Parameters | |
---|---|
Name | Description |
request |
GetPreferenceSetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallPreferenceSet |
The call object. |
GetPreferenceSetAsync(GetPreferenceSetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<PreferenceSet> GetPreferenceSetAsync(GetPreferenceSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of a preference set.
Parameters | |
---|---|
Name | Description |
request |
GetPreferenceSetRequest 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 |
AsyncUnaryCallPreferenceSet |
The call object. |
GetReport(GetReportRequest, CallOptions)
public virtual Report GetReport(GetReportRequest request, CallOptions options)
Gets details of a single Report.
Parameters | |
---|---|
Name | Description |
request |
GetReportRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Report |
The response received from the server. |
GetReport(GetReportRequest, Metadata, DateTime?, CancellationToken)
public virtual Report GetReport(GetReportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Report.
Parameters | |
---|---|
Name | Description |
request |
GetReportRequest 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 |
Report |
The response received from the server. |
GetReportAsync(GetReportRequest, CallOptions)
public virtual AsyncUnaryCall<Report> GetReportAsync(GetReportRequest request, CallOptions options)
Gets details of a single Report.
Parameters | |
---|---|
Name | Description |
request |
GetReportRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallReport |
The call object. |
GetReportAsync(GetReportRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Report> GetReportAsync(GetReportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single Report.
Parameters | |
---|---|
Name | Description |
request |
GetReportRequest 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 |
AsyncUnaryCallReport |
The call object. |
GetReportConfig(GetReportConfigRequest, CallOptions)
public virtual ReportConfig GetReportConfig(GetReportConfigRequest request, CallOptions options)
Gets details of a single ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
GetReportConfigRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ReportConfig |
The response received from the server. |
GetReportConfig(GetReportConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual ReportConfig GetReportConfig(GetReportConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
GetReportConfigRequest 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 |
ReportConfig |
The response received from the server. |
GetReportConfigAsync(GetReportConfigRequest, CallOptions)
public virtual AsyncUnaryCall<ReportConfig> GetReportConfigAsync(GetReportConfigRequest request, CallOptions options)
Gets details of a single ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
GetReportConfigRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallReportConfig |
The call object. |
GetReportConfigAsync(GetReportConfigRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ReportConfig> GetReportConfigAsync(GetReportConfigRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets details of a single ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
GetReportConfigRequest 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 |
AsyncUnaryCallReportConfig |
The call object. |
GetSettings(GetSettingsRequest, CallOptions)
public virtual Settings GetSettings(GetSettingsRequest request, CallOptions options)
Gets the details of regional settings.
Parameters | |
---|---|
Name | Description |
request |
GetSettingsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Settings |
The response received from the server. |
GetSettings(GetSettingsRequest, Metadata, DateTime?, CancellationToken)
public virtual Settings GetSettings(GetSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of regional settings.
Parameters | |
---|---|
Name | Description |
request |
GetSettingsRequest 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 |
Settings |
The response received from the server. |
GetSettingsAsync(GetSettingsRequest, CallOptions)
public virtual AsyncUnaryCall<Settings> GetSettingsAsync(GetSettingsRequest request, CallOptions options)
Gets the details of regional settings.
Parameters | |
---|---|
Name | Description |
request |
GetSettingsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSettings |
The call object. |
GetSettingsAsync(GetSettingsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Settings> GetSettingsAsync(GetSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of regional settings.
Parameters | |
---|---|
Name | Description |
request |
GetSettingsRequest 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 |
AsyncUnaryCallSettings |
The call object. |
GetSource(GetSourceRequest, CallOptions)
public virtual Source GetSource(GetSourceRequest request, CallOptions options)
Gets the details of a source.
Parameters | |
---|---|
Name | Description |
request |
GetSourceRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Source |
The response received from the server. |
GetSource(GetSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual Source GetSource(GetSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of a source.
Parameters | |
---|---|
Name | Description |
request |
GetSourceRequest 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 |
Source |
The response received from the server. |
GetSourceAsync(GetSourceRequest, CallOptions)
public virtual AsyncUnaryCall<Source> GetSourceAsync(GetSourceRequest request, CallOptions options)
Gets the details of a source.
Parameters | |
---|---|
Name | Description |
request |
GetSourceRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallSource |
The call object. |
GetSourceAsync(GetSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Source> GetSourceAsync(GetSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Gets the details of a source.
Parameters | |
---|---|
Name | Description |
request |
GetSourceRequest 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 |
AsyncUnaryCallSource |
The call object. |
ListAssets(ListAssetsRequest, CallOptions)
public virtual ListAssetsResponse ListAssets(ListAssetsRequest request, CallOptions options)
Lists all the assets in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListAssetsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListAssetsResponse |
The response received from the server. |
ListAssets(ListAssetsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListAssetsResponse ListAssets(ListAssetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all the assets in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListAssetsRequest 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 |
ListAssetsResponse |
The response received from the server. |
ListAssetsAsync(ListAssetsRequest, CallOptions)
public virtual AsyncUnaryCall<ListAssetsResponse> ListAssetsAsync(ListAssetsRequest request, CallOptions options)
Lists all the assets in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListAssetsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListAssetsResponse |
The call object. |
ListAssetsAsync(ListAssetsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListAssetsResponse> ListAssetsAsync(ListAssetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all the assets in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListAssetsRequest 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 |
AsyncUnaryCallListAssetsResponse |
The call object. |
ListErrorFrames(ListErrorFramesRequest, CallOptions)
public virtual ListErrorFramesResponse ListErrorFrames(ListErrorFramesRequest request, CallOptions options)
Lists all error frames in a given source and location.
Parameters | |
---|---|
Name | Description |
request |
ListErrorFramesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListErrorFramesResponse |
The response received from the server. |
ListErrorFrames(ListErrorFramesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListErrorFramesResponse ListErrorFrames(ListErrorFramesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all error frames in a given source and location.
Parameters | |
---|---|
Name | Description |
request |
ListErrorFramesRequest 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 |
ListErrorFramesResponse |
The response received from the server. |
ListErrorFramesAsync(ListErrorFramesRequest, CallOptions)
public virtual AsyncUnaryCall<ListErrorFramesResponse> ListErrorFramesAsync(ListErrorFramesRequest request, CallOptions options)
Lists all error frames in a given source and location.
Parameters | |
---|---|
Name | Description |
request |
ListErrorFramesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListErrorFramesResponse |
The call object. |
ListErrorFramesAsync(ListErrorFramesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListErrorFramesResponse> ListErrorFramesAsync(ListErrorFramesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all error frames in a given source and location.
Parameters | |
---|---|
Name | Description |
request |
ListErrorFramesRequest 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 |
AsyncUnaryCallListErrorFramesResponse |
The call object. |
ListGroups(ListGroupsRequest, CallOptions)
public virtual ListGroupsResponse ListGroups(ListGroupsRequest request, CallOptions options)
Lists all groups in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListGroupsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListGroupsResponse |
The response received from the server. |
ListGroups(ListGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListGroupsResponse ListGroups(ListGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all groups in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListGroupsRequest 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 |
ListGroupsResponse |
The response received from the server. |
ListGroupsAsync(ListGroupsRequest, CallOptions)
public virtual AsyncUnaryCall<ListGroupsResponse> ListGroupsAsync(ListGroupsRequest request, CallOptions options)
Lists all groups in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListGroupsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListGroupsResponse |
The call object. |
ListGroupsAsync(ListGroupsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListGroupsResponse> ListGroupsAsync(ListGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all groups in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListGroupsRequest 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 |
AsyncUnaryCallListGroupsResponse |
The call object. |
ListImportDataFiles(ListImportDataFilesRequest, CallOptions)
public virtual ListImportDataFilesResponse ListImportDataFiles(ListImportDataFilesRequest request, CallOptions options)
List import data files.
Parameters | |
---|---|
Name | Description |
request |
ListImportDataFilesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListImportDataFilesResponse |
The response received from the server. |
ListImportDataFiles(ListImportDataFilesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListImportDataFilesResponse ListImportDataFiles(ListImportDataFilesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
List import data files.
Parameters | |
---|---|
Name | Description |
request |
ListImportDataFilesRequest 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 |
ListImportDataFilesResponse |
The response received from the server. |
ListImportDataFilesAsync(ListImportDataFilesRequest, CallOptions)
public virtual AsyncUnaryCall<ListImportDataFilesResponse> ListImportDataFilesAsync(ListImportDataFilesRequest request, CallOptions options)
List import data files.
Parameters | |
---|---|
Name | Description |
request |
ListImportDataFilesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListImportDataFilesResponse |
The call object. |
ListImportDataFilesAsync(ListImportDataFilesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListImportDataFilesResponse> ListImportDataFilesAsync(ListImportDataFilesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
List import data files.
Parameters | |
---|---|
Name | Description |
request |
ListImportDataFilesRequest 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 |
AsyncUnaryCallListImportDataFilesResponse |
The call object. |
ListImportJobs(ListImportJobsRequest, CallOptions)
public virtual ListImportJobsResponse ListImportJobs(ListImportJobsRequest request, CallOptions options)
Lists all import jobs.
Parameters | |
---|---|
Name | Description |
request |
ListImportJobsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListImportJobsResponse |
The response received from the server. |
ListImportJobs(ListImportJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListImportJobsResponse ListImportJobs(ListImportJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all import jobs.
Parameters | |
---|---|
Name | Description |
request |
ListImportJobsRequest 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 |
ListImportJobsResponse |
The response received from the server. |
ListImportJobsAsync(ListImportJobsRequest, CallOptions)
public virtual AsyncUnaryCall<ListImportJobsResponse> ListImportJobsAsync(ListImportJobsRequest request, CallOptions options)
Lists all import jobs.
Parameters | |
---|---|
Name | Description |
request |
ListImportJobsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListImportJobsResponse |
The call object. |
ListImportJobsAsync(ListImportJobsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListImportJobsResponse> ListImportJobsAsync(ListImportJobsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all import jobs.
Parameters | |
---|---|
Name | Description |
request |
ListImportJobsRequest 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 |
AsyncUnaryCallListImportJobsResponse |
The call object. |
ListPreferenceSets(ListPreferenceSetsRequest, CallOptions)
public virtual ListPreferenceSetsResponse ListPreferenceSets(ListPreferenceSetsRequest request, CallOptions options)
Lists all the preference sets in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListPreferenceSetsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListPreferenceSetsResponse |
The response received from the server. |
ListPreferenceSets(ListPreferenceSetsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListPreferenceSetsResponse ListPreferenceSets(ListPreferenceSetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all the preference sets in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListPreferenceSetsRequest 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 |
ListPreferenceSetsResponse |
The response received from the server. |
ListPreferenceSetsAsync(ListPreferenceSetsRequest, CallOptions)
public virtual AsyncUnaryCall<ListPreferenceSetsResponse> ListPreferenceSetsAsync(ListPreferenceSetsRequest request, CallOptions options)
Lists all the preference sets in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListPreferenceSetsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListPreferenceSetsResponse |
The call object. |
ListPreferenceSetsAsync(ListPreferenceSetsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListPreferenceSetsResponse> ListPreferenceSetsAsync(ListPreferenceSetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all the preference sets in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListPreferenceSetsRequest 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 |
AsyncUnaryCallListPreferenceSetsResponse |
The call object. |
ListReportConfigs(ListReportConfigsRequest, CallOptions)
public virtual ListReportConfigsResponse ListReportConfigs(ListReportConfigsRequest request, CallOptions options)
Lists ReportConfigs in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListReportConfigsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListReportConfigsResponse |
The response received from the server. |
ListReportConfigs(ListReportConfigsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListReportConfigsResponse ListReportConfigs(ListReportConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists ReportConfigs in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListReportConfigsRequest 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 |
ListReportConfigsResponse |
The response received from the server. |
ListReportConfigsAsync(ListReportConfigsRequest, CallOptions)
public virtual AsyncUnaryCall<ListReportConfigsResponse> ListReportConfigsAsync(ListReportConfigsRequest request, CallOptions options)
Lists ReportConfigs in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListReportConfigsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListReportConfigsResponse |
The call object. |
ListReportConfigsAsync(ListReportConfigsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListReportConfigsResponse> ListReportConfigsAsync(ListReportConfigsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists ReportConfigs in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListReportConfigsRequest 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 |
AsyncUnaryCallListReportConfigsResponse |
The call object. |
ListReports(ListReportsRequest, CallOptions)
public virtual ListReportsResponse ListReports(ListReportsRequest request, CallOptions options)
Lists Reports in a given ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
ListReportsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListReportsResponse |
The response received from the server. |
ListReports(ListReportsRequest, Metadata, DateTime?, CancellationToken)
public virtual ListReportsResponse ListReports(ListReportsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Reports in a given ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
ListReportsRequest 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 |
ListReportsResponse |
The response received from the server. |
ListReportsAsync(ListReportsRequest, CallOptions)
public virtual AsyncUnaryCall<ListReportsResponse> ListReportsAsync(ListReportsRequest request, CallOptions options)
Lists Reports in a given ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
ListReportsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListReportsResponse |
The call object. |
ListReportsAsync(ListReportsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListReportsResponse> ListReportsAsync(ListReportsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists Reports in a given ReportConfig.
Parameters | |
---|---|
Name | Description |
request |
ListReportsRequest 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 |
AsyncUnaryCallListReportsResponse |
The call object. |
ListSources(ListSourcesRequest, CallOptions)
public virtual ListSourcesResponse ListSources(ListSourcesRequest request, CallOptions options)
Lists all the sources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListSourcesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ListSourcesResponse |
The response received from the server. |
ListSources(ListSourcesRequest, Metadata, DateTime?, CancellationToken)
public virtual ListSourcesResponse ListSources(ListSourcesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all the sources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListSourcesRequest 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 |
ListSourcesResponse |
The response received from the server. |
ListSourcesAsync(ListSourcesRequest, CallOptions)
public virtual AsyncUnaryCall<ListSourcesResponse> ListSourcesAsync(ListSourcesRequest request, CallOptions options)
Lists all the sources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListSourcesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallListSourcesResponse |
The call object. |
ListSourcesAsync(ListSourcesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ListSourcesResponse> ListSourcesAsync(ListSourcesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Lists all the sources in a given project and location.
Parameters | |
---|---|
Name | Description |
request |
ListSourcesRequest 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 |
AsyncUnaryCallListSourcesResponse |
The call object. |
NewInstance(ClientBaseConfiguration)
protected override MigrationCenter.MigrationCenterClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration |
ClientBaseClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
MigrationCenterMigrationCenterClient |
RemoveAssetsFromGroup(RemoveAssetsFromGroupRequest, CallOptions)
public virtual Operation RemoveAssetsFromGroup(RemoveAssetsFromGroupRequest request, CallOptions options)
Removes assets from a group.
Parameters | |
---|---|
Name | Description |
request |
RemoveAssetsFromGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
RemoveAssetsFromGroup(RemoveAssetsFromGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation RemoveAssetsFromGroup(RemoveAssetsFromGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Removes assets from a group.
Parameters | |
---|---|
Name | Description |
request |
RemoveAssetsFromGroupRequest 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. |
RemoveAssetsFromGroupAsync(RemoveAssetsFromGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> RemoveAssetsFromGroupAsync(RemoveAssetsFromGroupRequest request, CallOptions options)
Removes assets from a group.
Parameters | |
---|---|
Name | Description |
request |
RemoveAssetsFromGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
RemoveAssetsFromGroupAsync(RemoveAssetsFromGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> RemoveAssetsFromGroupAsync(RemoveAssetsFromGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Removes assets from a group.
Parameters | |
---|---|
Name | Description |
request |
RemoveAssetsFromGroupRequest 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. |
ReportAssetFrames(ReportAssetFramesRequest, CallOptions)
public virtual ReportAssetFramesResponse ReportAssetFrames(ReportAssetFramesRequest request, CallOptions options)
Reports a set of frames.
Parameters | |
---|---|
Name | Description |
request |
ReportAssetFramesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
ReportAssetFramesResponse |
The response received from the server. |
ReportAssetFrames(ReportAssetFramesRequest, Metadata, DateTime?, CancellationToken)
public virtual ReportAssetFramesResponse ReportAssetFrames(ReportAssetFramesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Reports a set of frames.
Parameters | |
---|---|
Name | Description |
request |
ReportAssetFramesRequest 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 |
ReportAssetFramesResponse |
The response received from the server. |
ReportAssetFramesAsync(ReportAssetFramesRequest, CallOptions)
public virtual AsyncUnaryCall<ReportAssetFramesResponse> ReportAssetFramesAsync(ReportAssetFramesRequest request, CallOptions options)
Reports a set of frames.
Parameters | |
---|---|
Name | Description |
request |
ReportAssetFramesRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallReportAssetFramesResponse |
The call object. |
ReportAssetFramesAsync(ReportAssetFramesRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<ReportAssetFramesResponse> ReportAssetFramesAsync(ReportAssetFramesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Reports a set of frames.
Parameters | |
---|---|
Name | Description |
request |
ReportAssetFramesRequest 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 |
AsyncUnaryCallReportAssetFramesResponse |
The call object. |
RunImportJob(RunImportJobRequest, CallOptions)
public virtual Operation RunImportJob(RunImportJobRequest request, CallOptions options)
Runs an import job.
Parameters | |
---|---|
Name | Description |
request |
RunImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
RunImportJob(RunImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation RunImportJob(RunImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Runs an import job.
Parameters | |
---|---|
Name | Description |
request |
RunImportJobRequest 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. |
RunImportJobAsync(RunImportJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> RunImportJobAsync(RunImportJobRequest request, CallOptions options)
Runs an import job.
Parameters | |
---|---|
Name | Description |
request |
RunImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
RunImportJobAsync(RunImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> RunImportJobAsync(RunImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Runs an import job.
Parameters | |
---|---|
Name | Description |
request |
RunImportJobRequest 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. |
UpdateAsset(UpdateAssetRequest, CallOptions)
public virtual Asset UpdateAsset(UpdateAssetRequest request, CallOptions options)
Updates the parameters of an asset.
Parameters | |
---|---|
Name | Description |
request |
UpdateAssetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Asset |
The response received from the server. |
UpdateAsset(UpdateAssetRequest, Metadata, DateTime?, CancellationToken)
public virtual Asset UpdateAsset(UpdateAssetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of an asset.
Parameters | |
---|---|
Name | Description |
request |
UpdateAssetRequest 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 |
Asset |
The response received from the server. |
UpdateAssetAsync(UpdateAssetRequest, CallOptions)
public virtual AsyncUnaryCall<Asset> UpdateAssetAsync(UpdateAssetRequest request, CallOptions options)
Updates the parameters of an asset.
Parameters | |
---|---|
Name | Description |
request |
UpdateAssetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallAsset |
The call object. |
UpdateAssetAsync(UpdateAssetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Asset> UpdateAssetAsync(UpdateAssetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of an asset.
Parameters | |
---|---|
Name | Description |
request |
UpdateAssetRequest 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 |
AsyncUnaryCallAsset |
The call object. |
UpdateGroup(UpdateGroupRequest, CallOptions)
public virtual Operation UpdateGroup(UpdateGroupRequest request, CallOptions options)
Updates the parameters of a group.
Parameters | |
---|---|
Name | Description |
request |
UpdateGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateGroup(UpdateGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateGroup(UpdateGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a group.
Parameters | |
---|---|
Name | Description |
request |
UpdateGroupRequest 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. |
UpdateGroupAsync(UpdateGroupRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateGroupAsync(UpdateGroupRequest request, CallOptions options)
Updates the parameters of a group.
Parameters | |
---|---|
Name | Description |
request |
UpdateGroupRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateGroupAsync(UpdateGroupRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateGroupAsync(UpdateGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a group.
Parameters | |
---|---|
Name | Description |
request |
UpdateGroupRequest 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. |
UpdateImportJob(UpdateImportJobRequest, CallOptions)
public virtual Operation UpdateImportJob(UpdateImportJobRequest request, CallOptions options)
Updates an import job.
Parameters | |
---|---|
Name | Description |
request |
UpdateImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateImportJob(UpdateImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateImportJob(UpdateImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates an import job.
Parameters | |
---|---|
Name | Description |
request |
UpdateImportJobRequest 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. |
UpdateImportJobAsync(UpdateImportJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateImportJobAsync(UpdateImportJobRequest request, CallOptions options)
Updates an import job.
Parameters | |
---|---|
Name | Description |
request |
UpdateImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateImportJobAsync(UpdateImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateImportJobAsync(UpdateImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates an import job.
Parameters | |
---|---|
Name | Description |
request |
UpdateImportJobRequest 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. |
UpdatePreferenceSet(UpdatePreferenceSetRequest, CallOptions)
public virtual Operation UpdatePreferenceSet(UpdatePreferenceSetRequest request, CallOptions options)
Updates the parameters of a preference set.
Parameters | |
---|---|
Name | Description |
request |
UpdatePreferenceSetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdatePreferenceSet(UpdatePreferenceSetRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdatePreferenceSet(UpdatePreferenceSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a preference set.
Parameters | |
---|---|
Name | Description |
request |
UpdatePreferenceSetRequest 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. |
UpdatePreferenceSetAsync(UpdatePreferenceSetRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdatePreferenceSetAsync(UpdatePreferenceSetRequest request, CallOptions options)
Updates the parameters of a preference set.
Parameters | |
---|---|
Name | Description |
request |
UpdatePreferenceSetRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdatePreferenceSetAsync(UpdatePreferenceSetRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdatePreferenceSetAsync(UpdatePreferenceSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a preference set.
Parameters | |
---|---|
Name | Description |
request |
UpdatePreferenceSetRequest 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. |
UpdateSettings(UpdateSettingsRequest, CallOptions)
public virtual Operation UpdateSettings(UpdateSettingsRequest request, CallOptions options)
Updates the regional-level project settings.
Parameters | |
---|---|
Name | Description |
request |
UpdateSettingsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateSettings(UpdateSettingsRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateSettings(UpdateSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the regional-level project settings.
Parameters | |
---|---|
Name | Description |
request |
UpdateSettingsRequest 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. |
UpdateSettingsAsync(UpdateSettingsRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateSettingsAsync(UpdateSettingsRequest request, CallOptions options)
Updates the regional-level project settings.
Parameters | |
---|---|
Name | Description |
request |
UpdateSettingsRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateSettingsAsync(UpdateSettingsRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateSettingsAsync(UpdateSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the regional-level project settings.
Parameters | |
---|---|
Name | Description |
request |
UpdateSettingsRequest 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. |
UpdateSource(UpdateSourceRequest, CallOptions)
public virtual Operation UpdateSource(UpdateSourceRequest request, CallOptions options)
Updates the parameters of a source.
Parameters | |
---|---|
Name | Description |
request |
UpdateSourceRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
UpdateSource(UpdateSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation UpdateSource(UpdateSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a source.
Parameters | |
---|---|
Name | Description |
request |
UpdateSourceRequest 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. |
UpdateSourceAsync(UpdateSourceRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> UpdateSourceAsync(UpdateSourceRequest request, CallOptions options)
Updates the parameters of a source.
Parameters | |
---|---|
Name | Description |
request |
UpdateSourceRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
UpdateSourceAsync(UpdateSourceRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> UpdateSourceAsync(UpdateSourceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Updates the parameters of a source.
Parameters | |
---|---|
Name | Description |
request |
UpdateSourceRequest 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. |
ValidateImportJob(ValidateImportJobRequest, CallOptions)
public virtual Operation ValidateImportJob(ValidateImportJobRequest request, CallOptions options)
Validates an import job.
Parameters | |
---|---|
Name | Description |
request |
ValidateImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
Operation |
The response received from the server. |
ValidateImportJob(ValidateImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual Operation ValidateImportJob(ValidateImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Validates an import job.
Parameters | |
---|---|
Name | Description |
request |
ValidateImportJobRequest 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. |
ValidateImportJobAsync(ValidateImportJobRequest, CallOptions)
public virtual AsyncUnaryCall<Operation> ValidateImportJobAsync(ValidateImportJobRequest request, CallOptions options)
Validates an import job.
Parameters | |
---|---|
Name | Description |
request |
ValidateImportJobRequest The request to send to the server. |
options |
CallOptions The options for the call. |
Returns | |
---|---|
Type | Description |
AsyncUnaryCallOperation |
The call object. |
ValidateImportJobAsync(ValidateImportJobRequest, Metadata, DateTime?, CancellationToken)
public virtual AsyncUnaryCall<Operation> ValidateImportJobAsync(ValidateImportJobRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Validates an import job.
Parameters | |
---|---|
Name | Description |
request |
ValidateImportJobRequest 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. |