Migration Center v1 API - Class MigrationCenter.MigrationCenterClient (1.1.0)

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.MigrationCenterClient

Namespace

Google.Cloud.MigrationCenter.V1

Assembly

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
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

MigrationCenterClient(ChannelBase)

public MigrationCenterClient(ChannelBase channel)

Creates a new client for MigrationCenter

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

MigrationCenterClient(ClientBaseConfiguration)

protected MigrationCenterClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration

The client configuration.

Methods

AddAssetsToGroup(AddAssetsToGroupRequest, CallOptions)

public virtual Operation AddAssetsToGroup(AddAssetsToGroupRequest request, CallOptions options)

Adds assets to a group.

Parameters
NameDescription
requestAddAssetsToGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestAddAssetsToGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestAddAssetsToGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestAddAssetsToGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

AggregateAssetsValues(AggregateAssetsValuesRequest, CallOptions)

public virtual AggregateAssetsValuesResponse AggregateAssetsValues(AggregateAssetsValuesRequest request, CallOptions options)

Aggregates the requested fields based on provided function.

Parameters
NameDescription
requestAggregateAssetsValuesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestAggregateAssetsValuesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestAggregateAssetsValuesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestAggregateAssetsValuesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallAggregateAssetsValuesResponse

The call object.

BatchDeleteAssets(BatchDeleteAssetsRequest, CallOptions)

public virtual Empty BatchDeleteAssets(BatchDeleteAssetsRequest request, CallOptions options)

Deletes list of Assets.

Parameters
NameDescription
requestBatchDeleteAssetsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestBatchDeleteAssetsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Empty

The response received from the server.

BatchDeleteAssetsAsync(BatchDeleteAssetsRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> BatchDeleteAssetsAsync(BatchDeleteAssetsRequest request, CallOptions options)

Deletes list of Assets.

Parameters
NameDescription
requestBatchDeleteAssetsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestBatchDeleteAssetsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallEmpty

The call object.

BatchUpdateAssets(BatchUpdateAssetsRequest, CallOptions)

public virtual BatchUpdateAssetsResponse BatchUpdateAssets(BatchUpdateAssetsRequest request, CallOptions options)

Updates the parameters of a list of assets.

Parameters
NameDescription
requestBatchUpdateAssetsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestBatchUpdateAssetsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestBatchUpdateAssetsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestBatchUpdateAssetsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateImportDataFile(CreateImportDataFileRequest, CallOptions)

public virtual Operation CreateImportDataFile(CreateImportDataFileRequest request, CallOptions options)

Creates an import data file.

Parameters
NameDescription
requestCreateImportDataFileRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateImportDataFileRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateImportDataFileRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateImportDataFileRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateImportJob(CreateImportJobRequest, CallOptions)

public virtual Operation CreateImportJob(CreateImportJobRequest request, CallOptions options)

Creates an import job.

Parameters
NameDescription
requestCreateImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateImportJobAsync(CreateImportJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateImportJobAsync(CreateImportJobRequest request, CallOptions options)

Creates an import job.

Parameters
NameDescription
requestCreateImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
requestCreatePreferenceSetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreatePreferenceSetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreatePreferenceSetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreatePreferenceSetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateReport(CreateReportRequest, CallOptions)

public virtual Operation CreateReport(CreateReportRequest request, CallOptions options)

Creates a report.

Parameters
NameDescription
requestCreateReportRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateReportRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateReportAsync(CreateReportRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateReportAsync(CreateReportRequest request, CallOptions options)

Creates a report.

Parameters
NameDescription
requestCreateReportRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateReportRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

CreateReportConfig(CreateReportConfigRequest, CallOptions)

public virtual Operation CreateReportConfig(CreateReportConfigRequest request, CallOptions options)

Creates a report configuration.

Parameters
NameDescription
requestCreateReportConfigRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateReportConfigRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

CreateReportConfigAsync(CreateReportConfigRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> CreateReportConfigAsync(CreateReportConfigRequest request, CallOptions options)

Creates a report configuration.

Parameters
NameDescription
requestCreateReportConfigRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateReportConfigRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateSourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateSourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestCreateSourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestCreateSourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteAsset(DeleteAssetRequest, CallOptions)

public virtual Empty DeleteAsset(DeleteAssetRequest request, CallOptions options)

Deletes an asset.

Parameters
NameDescription
requestDeleteAssetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteAssetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Empty

The response received from the server.

DeleteAssetAsync(DeleteAssetRequest, CallOptions)

public virtual AsyncUnaryCall<Empty> DeleteAssetAsync(DeleteAssetRequest request, CallOptions options)

Deletes an asset.

Parameters
NameDescription
requestDeleteAssetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteAssetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallEmpty

The call object.

DeleteGroup(DeleteGroupRequest, CallOptions)

public virtual Operation DeleteGroup(DeleteGroupRequest request, CallOptions options)

Deletes a group.

Parameters
NameDescription
requestDeleteGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteGroupAsync(DeleteGroupRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteGroupAsync(DeleteGroupRequest request, CallOptions options)

Deletes a group.

Parameters
NameDescription
requestDeleteGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteImportDataFile(DeleteImportDataFileRequest, CallOptions)

public virtual Operation DeleteImportDataFile(DeleteImportDataFileRequest request, CallOptions options)

Delete an import data file.

Parameters
NameDescription
requestDeleteImportDataFileRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteImportDataFileRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestDeleteImportDataFileRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteImportDataFileRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteImportJob(DeleteImportJobRequest, CallOptions)

public virtual Operation DeleteImportJob(DeleteImportJobRequest request, CallOptions options)

Deletes an import job.

Parameters
NameDescription
requestDeleteImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteImportJobAsync(DeleteImportJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteImportJobAsync(DeleteImportJobRequest request, CallOptions options)

Deletes an import job.

Parameters
NameDescription
requestDeleteImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeletePreferenceSet(DeletePreferenceSetRequest, CallOptions)

public virtual Operation DeletePreferenceSet(DeletePreferenceSetRequest request, CallOptions options)

Deletes a preference set.

Parameters
NameDescription
requestDeletePreferenceSetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeletePreferenceSetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeletePreferenceSetAsync(DeletePreferenceSetRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeletePreferenceSetAsync(DeletePreferenceSetRequest request, CallOptions options)

Deletes a preference set.

Parameters
NameDescription
requestDeletePreferenceSetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeletePreferenceSetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteReport(DeleteReportRequest, CallOptions)

public virtual Operation DeleteReport(DeleteReportRequest request, CallOptions options)

Deletes a Report.

Parameters
NameDescription
requestDeleteReportRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteReportRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteReportAsync(DeleteReportRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteReportAsync(DeleteReportRequest request, CallOptions options)

Deletes a Report.

Parameters
NameDescription
requestDeleteReportRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteReportRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteReportConfig(DeleteReportConfigRequest, CallOptions)

public virtual Operation DeleteReportConfig(DeleteReportConfigRequest request, CallOptions options)

Deletes a ReportConfig.

Parameters
NameDescription
requestDeleteReportConfigRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteReportConfigRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteReportConfigAsync(DeleteReportConfigRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteReportConfigAsync(DeleteReportConfigRequest request, CallOptions options)

Deletes a ReportConfig.

Parameters
NameDescription
requestDeleteReportConfigRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteReportConfigRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

DeleteSource(DeleteSourceRequest, CallOptions)

public virtual Operation DeleteSource(DeleteSourceRequest request, CallOptions options)

Deletes a source.

Parameters
NameDescription
requestDeleteSourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteSourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

DeleteSourceAsync(DeleteSourceRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> DeleteSourceAsync(DeleteSourceRequest request, CallOptions options)

Deletes a source.

Parameters
NameDescription
requestDeleteSourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestDeleteSourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

GetAsset(GetAssetRequest, CallOptions)

public virtual Asset GetAsset(GetAssetRequest request, CallOptions options)

Gets the details of an asset.

Parameters
NameDescription
requestGetAssetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetAssetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetAssetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetAssetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallAsset

The call object.

GetErrorFrame(GetErrorFrameRequest, CallOptions)

public virtual ErrorFrame GetErrorFrame(GetErrorFrameRequest request, CallOptions options)

Gets the details of an error frame.

Parameters
NameDescription
requestGetErrorFrameRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetErrorFrameRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetErrorFrameRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetErrorFrameRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallErrorFrame

The call object.

GetGroup(GetGroupRequest, CallOptions)

public virtual Group GetGroup(GetGroupRequest request, CallOptions options)

Gets the details of a group.

Parameters
NameDescription
requestGetGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallGroup

The call object.

GetImportDataFile(GetImportDataFileRequest, CallOptions)

public virtual ImportDataFile GetImportDataFile(GetImportDataFileRequest request, CallOptions options)

Gets an import data file.

Parameters
NameDescription
requestGetImportDataFileRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetImportDataFileRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetImportDataFileRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetImportDataFileRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallImportDataFile

The call object.

GetImportJob(GetImportJobRequest, CallOptions)

public virtual ImportJob GetImportJob(GetImportJobRequest request, CallOptions options)

Gets the details of an import job.

Parameters
NameDescription
requestGetImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallImportJob

The call object.

GetPreferenceSet(GetPreferenceSetRequest, CallOptions)

public virtual PreferenceSet GetPreferenceSet(GetPreferenceSetRequest request, CallOptions options)

Gets the details of a preference set.

Parameters
NameDescription
requestGetPreferenceSetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetPreferenceSetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetPreferenceSetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetPreferenceSetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallPreferenceSet

The call object.

GetReport(GetReportRequest, CallOptions)

public virtual Report GetReport(GetReportRequest request, CallOptions options)

Gets details of a single Report.

Parameters
NameDescription
requestGetReportRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetReportRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetReportRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetReportRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallReport

The call object.

GetReportConfig(GetReportConfigRequest, CallOptions)

public virtual ReportConfig GetReportConfig(GetReportConfigRequest request, CallOptions options)

Gets details of a single ReportConfig.

Parameters
NameDescription
requestGetReportConfigRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetReportConfigRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetReportConfigRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetReportConfigRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallReportConfig

The call object.

GetSettings(GetSettingsRequest, CallOptions)

public virtual Settings GetSettings(GetSettingsRequest request, CallOptions options)

Gets the details of regional settings.

Parameters
NameDescription
requestGetSettingsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetSettingsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetSettingsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetSettingsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallSettings

The call object.

GetSource(GetSourceRequest, CallOptions)

public virtual Source GetSource(GetSourceRequest request, CallOptions options)

Gets the details of a source.

Parameters
NameDescription
requestGetSourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetSourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestGetSourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestGetSourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListAssetsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListAssetsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListAssetsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListAssetsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListErrorFramesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListErrorFramesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListErrorFramesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListErrorFramesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListGroupsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListGroupsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListGroupsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListGroupsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListGroupsResponse

The call object.

ListImportDataFiles(ListImportDataFilesRequest, CallOptions)

public virtual ListImportDataFilesResponse ListImportDataFiles(ListImportDataFilesRequest request, CallOptions options)

List import data files.

Parameters
NameDescription
requestListImportDataFilesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListImportDataFilesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListImportDataFilesResponse

The response received from the server.

ListImportDataFilesAsync(ListImportDataFilesRequest, CallOptions)

public virtual AsyncUnaryCall<ListImportDataFilesResponse> ListImportDataFilesAsync(ListImportDataFilesRequest request, CallOptions options)

List import data files.

Parameters
NameDescription
requestListImportDataFilesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListImportDataFilesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListImportDataFilesResponse

The call object.

ListImportJobs(ListImportJobsRequest, CallOptions)

public virtual ListImportJobsResponse ListImportJobs(ListImportJobsRequest request, CallOptions options)

Lists all import jobs.

Parameters
NameDescription
requestListImportJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListImportJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListImportJobsResponse

The response received from the server.

ListImportJobsAsync(ListImportJobsRequest, CallOptions)

public virtual AsyncUnaryCall<ListImportJobsResponse> ListImportJobsAsync(ListImportJobsRequest request, CallOptions options)

Lists all import jobs.

Parameters
NameDescription
requestListImportJobsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListImportJobsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListPreferenceSetsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListPreferenceSetsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListPreferenceSetsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListPreferenceSetsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListPreferenceSetsResponse

The call object.

ListReportConfigs(ListReportConfigsRequest, CallOptions)

public virtual ListReportConfigsResponse ListReportConfigs(ListReportConfigsRequest request, CallOptions options)

Lists ReportConfigs in a given project and location.

Parameters
NameDescription
requestListReportConfigsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListReportConfigsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListReportConfigsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListReportConfigsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListReportConfigsResponse

The call object.

ListReports(ListReportsRequest, CallOptions)

public virtual ListReportsResponse ListReports(ListReportsRequest request, CallOptions options)

Lists Reports in a given ReportConfig.

Parameters
NameDescription
requestListReportsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListReportsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListReportsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListReportsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListSourcesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListSourcesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestListSourcesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestListSourcesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallListSourcesResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override MigrationCenter.MigrationCenterClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBaseClientBaseConfiguration
Returns
TypeDescription
MigrationCenterMigrationCenterClient
Overrides

RemoveAssetsFromGroup(RemoveAssetsFromGroupRequest, CallOptions)

public virtual Operation RemoveAssetsFromGroup(RemoveAssetsFromGroupRequest request, CallOptions options)

Removes assets from a group.

Parameters
NameDescription
requestRemoveAssetsFromGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestRemoveAssetsFromGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestRemoveAssetsFromGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestRemoveAssetsFromGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

ReportAssetFrames(ReportAssetFramesRequest, CallOptions)

public virtual ReportAssetFramesResponse ReportAssetFrames(ReportAssetFramesRequest request, CallOptions options)

Reports a set of frames.

Parameters
NameDescription
requestReportAssetFramesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestReportAssetFramesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestReportAssetFramesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestReportAssetFramesRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallReportAssetFramesResponse

The call object.

RunImportJob(RunImportJobRequest, CallOptions)

public virtual Operation RunImportJob(RunImportJobRequest request, CallOptions options)

Runs an import job.

Parameters
NameDescription
requestRunImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestRunImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

RunImportJobAsync(RunImportJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> RunImportJobAsync(RunImportJobRequest request, CallOptions options)

Runs an import job.

Parameters
NameDescription
requestRunImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestRunImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateAsset(UpdateAssetRequest, CallOptions)

public virtual Asset UpdateAsset(UpdateAssetRequest request, CallOptions options)

Updates the parameters of an asset.

Parameters
NameDescription
requestUpdateAssetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateAssetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateAssetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateAssetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallAsset

The call object.

UpdateGroup(UpdateGroupRequest, CallOptions)

public virtual Operation UpdateGroup(UpdateGroupRequest request, CallOptions options)

Updates the parameters of a group.

Parameters
NameDescription
requestUpdateGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateGroupRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateGroupRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateImportJob(UpdateImportJobRequest, CallOptions)

public virtual Operation UpdateImportJob(UpdateImportJobRequest request, CallOptions options)

Updates an import job.

Parameters
NameDescription
requestUpdateImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

UpdateImportJobAsync(UpdateImportJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> UpdateImportJobAsync(UpdateImportJobRequest request, CallOptions options)

Updates an import job.

Parameters
NameDescription
requestUpdateImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdatePreferenceSet(UpdatePreferenceSetRequest, CallOptions)

public virtual Operation UpdatePreferenceSet(UpdatePreferenceSetRequest request, CallOptions options)

Updates the parameters of a preference set.

Parameters
NameDescription
requestUpdatePreferenceSetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdatePreferenceSetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdatePreferenceSetRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdatePreferenceSetRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateSettings(UpdateSettingsRequest, CallOptions)

public virtual Operation UpdateSettings(UpdateSettingsRequest request, CallOptions options)

Updates the regional-level project settings.

Parameters
NameDescription
requestUpdateSettingsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateSettingsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateSettingsRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateSettingsRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

UpdateSource(UpdateSourceRequest, CallOptions)

public virtual Operation UpdateSource(UpdateSourceRequest request, CallOptions options)

Updates the parameters of a source.

Parameters
NameDescription
requestUpdateSourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateSourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
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
NameDescription
requestUpdateSourceRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestUpdateSourceRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.

ValidateImportJob(ValidateImportJobRequest, CallOptions)

public virtual Operation ValidateImportJob(ValidateImportJobRequest request, CallOptions options)

Validates an import job.

Parameters
NameDescription
requestValidateImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestValidateImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
Operation

The response received from the server.

ValidateImportJobAsync(ValidateImportJobRequest, CallOptions)

public virtual AsyncUnaryCall<Operation> ValidateImportJobAsync(ValidateImportJobRequest request, CallOptions options)

Validates an import job.

Parameters
NameDescription
requestValidateImportJobRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
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
NameDescription
requestValidateImportJobRequest

The request to send to the server.

headersMetadata

The initial metadata to send with the call. This parameter is optional.

deadlineDateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCallOperation

The call object.