public sealed class MigrationCenterClientImpl : MigrationCenterClient
Reference documentation and code samples for the Migration Center v1 API class MigrationCenterClientImpl.
MigrationCenter client wrapper implementation, for convenient use.
Namespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Remarks
Service describing handlers for resources.
Constructors
MigrationCenterClientImpl(MigrationCenterClient, MigrationCenterSettings, ILogger)
public MigrationCenterClientImpl(MigrationCenter.MigrationCenterClient grpcClient, MigrationCenterSettings settings, ILogger logger)
Constructs a client wrapper for the MigrationCenter service, with the specified gRPC client and settings.
Parameters | |
---|---|
Name | Description |
grpcClient | MigrationCenterMigrationCenterClient The underlying gRPC client. |
settings | MigrationCenterSettings The base MigrationCenterSettings used within this client. |
logger | ILogger Optional ILogger to use within this client. |
Properties
AddAssetsToGroupOperationsClient
public override OperationsClient AddAssetsToGroupOperationsClient { get; }
The long-running operations client for AddAssetsToGroup
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateGroupOperationsClient
public override OperationsClient CreateGroupOperationsClient { get; }
The long-running operations client for CreateGroup
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateImportDataFileOperationsClient
public override OperationsClient CreateImportDataFileOperationsClient { get; }
The long-running operations client for CreateImportDataFile
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateImportJobOperationsClient
public override OperationsClient CreateImportJobOperationsClient { get; }
The long-running operations client for CreateImportJob
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreatePreferenceSetOperationsClient
public override OperationsClient CreatePreferenceSetOperationsClient { get; }
The long-running operations client for CreatePreferenceSet
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateReportConfigOperationsClient
public override OperationsClient CreateReportConfigOperationsClient { get; }
The long-running operations client for CreateReportConfig
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateReportOperationsClient
public override OperationsClient CreateReportOperationsClient { get; }
The long-running operations client for CreateReport
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
CreateSourceOperationsClient
public override OperationsClient CreateSourceOperationsClient { get; }
The long-running operations client for CreateSource
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteGroupOperationsClient
public override OperationsClient DeleteGroupOperationsClient { get; }
The long-running operations client for DeleteGroup
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteImportDataFileOperationsClient
public override OperationsClient DeleteImportDataFileOperationsClient { get; }
The long-running operations client for DeleteImportDataFile
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteImportJobOperationsClient
public override OperationsClient DeleteImportJobOperationsClient { get; }
The long-running operations client for DeleteImportJob
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeletePreferenceSetOperationsClient
public override OperationsClient DeletePreferenceSetOperationsClient { get; }
The long-running operations client for DeletePreferenceSet
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteReportConfigOperationsClient
public override OperationsClient DeleteReportConfigOperationsClient { get; }
The long-running operations client for DeleteReportConfig
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteReportOperationsClient
public override OperationsClient DeleteReportOperationsClient { get; }
The long-running operations client for DeleteReport
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
DeleteSourceOperationsClient
public override OperationsClient DeleteSourceOperationsClient { get; }
The long-running operations client for DeleteSource
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
GrpcClient
public override MigrationCenter.MigrationCenterClient GrpcClient { get; }
The underlying gRPC MigrationCenter client
Property Value | |
---|---|
Type | Description |
MigrationCenterMigrationCenterClient |
LocationsClient
public override LocationsClient LocationsClient { get; }
The LocationsClient associated with this client.
Property Value | |
---|---|
Type | Description |
LocationsClient |
RemoveAssetsFromGroupOperationsClient
public override OperationsClient RemoveAssetsFromGroupOperationsClient { get; }
The long-running operations client for RemoveAssetsFromGroup
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
RunImportJobOperationsClient
public override OperationsClient RunImportJobOperationsClient { get; }
The long-running operations client for RunImportJob
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
UpdateGroupOperationsClient
public override OperationsClient UpdateGroupOperationsClient { get; }
The long-running operations client for UpdateGroup
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
UpdateImportJobOperationsClient
public override OperationsClient UpdateImportJobOperationsClient { get; }
The long-running operations client for UpdateImportJob
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
UpdatePreferenceSetOperationsClient
public override OperationsClient UpdatePreferenceSetOperationsClient { get; }
The long-running operations client for UpdatePreferenceSet
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
UpdateSettingsOperationsClient
public override OperationsClient UpdateSettingsOperationsClient { get; }
The long-running operations client for UpdateSettings
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
UpdateSourceOperationsClient
public override OperationsClient UpdateSourceOperationsClient { get; }
The long-running operations client for UpdateSource
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
ValidateImportJobOperationsClient
public override OperationsClient ValidateImportJobOperationsClient { get; }
The long-running operations client for ValidateImportJob
.
Property Value | |
---|---|
Type | Description |
OperationsClient |
Methods
AddAssetsToGroup(AddAssetsToGroupRequest, CallSettings)
public override Operation<Group, OperationMetadata> AddAssetsToGroup(AddAssetsToGroupRequest request, CallSettings callSettings = null)
Adds assets to a group.
Parameters | |
---|---|
Name | Description |
request | AddAssetsToGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationGroupOperationMetadata | The RPC response. |
AddAssetsToGroupAsync(AddAssetsToGroupRequest, CallSettings)
public override Task<Operation<Group, OperationMetadata>> AddAssetsToGroupAsync(AddAssetsToGroupRequest request, CallSettings callSettings = null)
Adds assets to a group.
Parameters | |
---|---|
Name | Description |
request | AddAssetsToGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationGroupOperationMetadata | A Task containing the RPC response. |
AggregateAssetsValues(AggregateAssetsValuesRequest, CallSettings)
public override AggregateAssetsValuesResponse AggregateAssetsValues(AggregateAssetsValuesRequest request, CallSettings callSettings = null)
Aggregates the requested fields based on provided function.
Parameters | |
---|---|
Name | Description |
request | AggregateAssetsValuesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
AggregateAssetsValuesResponse | The RPC response. |
AggregateAssetsValuesAsync(AggregateAssetsValuesRequest, CallSettings)
public override Task<AggregateAssetsValuesResponse> AggregateAssetsValuesAsync(AggregateAssetsValuesRequest request, CallSettings callSettings = null)
Aggregates the requested fields based on provided function.
Parameters | |
---|---|
Name | Description |
request | AggregateAssetsValuesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskAggregateAssetsValuesResponse | A Task containing the RPC response. |
BatchDeleteAssets(BatchDeleteAssetsRequest, CallSettings)
public override void BatchDeleteAssets(BatchDeleteAssetsRequest request, CallSettings callSettings = null)
Deletes list of Assets.
Parameters | |
---|---|
Name | Description |
request | BatchDeleteAssetsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
BatchDeleteAssetsAsync(BatchDeleteAssetsRequest, CallSettings)
public override Task BatchDeleteAssetsAsync(BatchDeleteAssetsRequest request, CallSettings callSettings = null)
Deletes list of Assets.
Parameters | |
---|---|
Name | Description |
request | BatchDeleteAssetsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task | A Task containing the RPC response. |
BatchUpdateAssets(BatchUpdateAssetsRequest, CallSettings)
public override BatchUpdateAssetsResponse BatchUpdateAssets(BatchUpdateAssetsRequest request, CallSettings callSettings = null)
Updates the parameters of a list of assets.
Parameters | |
---|---|
Name | Description |
request | BatchUpdateAssetsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
BatchUpdateAssetsResponse | The RPC response. |
BatchUpdateAssetsAsync(BatchUpdateAssetsRequest, CallSettings)
public override Task<BatchUpdateAssetsResponse> BatchUpdateAssetsAsync(BatchUpdateAssetsRequest request, CallSettings callSettings = null)
Updates the parameters of a list of assets.
Parameters | |
---|---|
Name | Description |
request | BatchUpdateAssetsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskBatchUpdateAssetsResponse | A Task containing the RPC response. |
CreateGroup(CreateGroupRequest, CallSettings)
public override Operation<Group, OperationMetadata> CreateGroup(CreateGroupRequest request, CallSettings callSettings = null)
Creates a new group in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationGroupOperationMetadata | The RPC response. |
CreateGroupAsync(CreateGroupRequest, CallSettings)
public override Task<Operation<Group, OperationMetadata>> CreateGroupAsync(CreateGroupRequest request, CallSettings callSettings = null)
Creates a new group in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationGroupOperationMetadata | A Task containing the RPC response. |
CreateImportDataFile(CreateImportDataFileRequest, CallSettings)
public override Operation<ImportDataFile, OperationMetadata> CreateImportDataFile(CreateImportDataFileRequest request, CallSettings callSettings = null)
Creates an import data file.
Parameters | |
---|---|
Name | Description |
request | CreateImportDataFileRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationImportDataFileOperationMetadata | The RPC response. |
CreateImportDataFileAsync(CreateImportDataFileRequest, CallSettings)
public override Task<Operation<ImportDataFile, OperationMetadata>> CreateImportDataFileAsync(CreateImportDataFileRequest request, CallSettings callSettings = null)
Creates an import data file.
Parameters | |
---|---|
Name | Description |
request | CreateImportDataFileRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationImportDataFileOperationMetadata | A Task containing the RPC response. |
CreateImportJob(CreateImportJobRequest, CallSettings)
public override Operation<ImportJob, OperationMetadata> CreateImportJob(CreateImportJobRequest request, CallSettings callSettings = null)
Creates an import job.
Parameters | |
---|---|
Name | Description |
request | CreateImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationImportJobOperationMetadata | The RPC response. |
CreateImportJobAsync(CreateImportJobRequest, CallSettings)
public override Task<Operation<ImportJob, OperationMetadata>> CreateImportJobAsync(CreateImportJobRequest request, CallSettings callSettings = null)
Creates an import job.
Parameters | |
---|---|
Name | Description |
request | CreateImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationImportJobOperationMetadata | A Task containing the RPC response. |
CreatePreferenceSet(CreatePreferenceSetRequest, CallSettings)
public override Operation<PreferenceSet, OperationMetadata> CreatePreferenceSet(CreatePreferenceSetRequest request, CallSettings callSettings = null)
Creates a new preference set in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreatePreferenceSetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationPreferenceSetOperationMetadata | The RPC response. |
CreatePreferenceSetAsync(CreatePreferenceSetRequest, CallSettings)
public override Task<Operation<PreferenceSet, OperationMetadata>> CreatePreferenceSetAsync(CreatePreferenceSetRequest request, CallSettings callSettings = null)
Creates a new preference set in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreatePreferenceSetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationPreferenceSetOperationMetadata | A Task containing the RPC response. |
CreateReport(CreateReportRequest, CallSettings)
public override Operation<Report, OperationMetadata> CreateReport(CreateReportRequest request, CallSettings callSettings = null)
Creates a report.
Parameters | |
---|---|
Name | Description |
request | CreateReportRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationReportOperationMetadata | The RPC response. |
CreateReportAsync(CreateReportRequest, CallSettings)
public override Task<Operation<Report, OperationMetadata>> CreateReportAsync(CreateReportRequest request, CallSettings callSettings = null)
Creates a report.
Parameters | |
---|---|
Name | Description |
request | CreateReportRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationReportOperationMetadata | A Task containing the RPC response. |
CreateReportConfig(CreateReportConfigRequest, CallSettings)
public override Operation<ReportConfig, OperationMetadata> CreateReportConfig(CreateReportConfigRequest request, CallSettings callSettings = null)
Creates a report configuration.
Parameters | |
---|---|
Name | Description |
request | CreateReportConfigRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationReportConfigOperationMetadata | The RPC response. |
CreateReportConfigAsync(CreateReportConfigRequest, CallSettings)
public override Task<Operation<ReportConfig, OperationMetadata>> CreateReportConfigAsync(CreateReportConfigRequest request, CallSettings callSettings = null)
Creates a report configuration.
Parameters | |
---|---|
Name | Description |
request | CreateReportConfigRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationReportConfigOperationMetadata | A Task containing the RPC response. |
CreateSource(CreateSourceRequest, CallSettings)
public override Operation<Source, OperationMetadata> CreateSource(CreateSourceRequest request, CallSettings callSettings = null)
Creates a new source in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateSourceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationSourceOperationMetadata | The RPC response. |
CreateSourceAsync(CreateSourceRequest, CallSettings)
public override Task<Operation<Source, OperationMetadata>> CreateSourceAsync(CreateSourceRequest request, CallSettings callSettings = null)
Creates a new source in a given project and location.
Parameters | |
---|---|
Name | Description |
request | CreateSourceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationSourceOperationMetadata | A Task containing the RPC response. |
DeleteAsset(DeleteAssetRequest, CallSettings)
public override void DeleteAsset(DeleteAssetRequest request, CallSettings callSettings = null)
Deletes an asset.
Parameters | |
---|---|
Name | Description |
request | DeleteAssetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
DeleteAssetAsync(DeleteAssetRequest, CallSettings)
public override Task DeleteAssetAsync(DeleteAssetRequest request, CallSettings callSettings = null)
Deletes an asset.
Parameters | |
---|---|
Name | Description |
request | DeleteAssetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task | A Task containing the RPC response. |
DeleteGroup(DeleteGroupRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteGroup(DeleteGroupRequest request, CallSettings callSettings = null)
Deletes a group.
Parameters | |
---|---|
Name | Description |
request | DeleteGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata | The RPC response. |
DeleteGroupAsync(DeleteGroupRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteGroupAsync(DeleteGroupRequest request, CallSettings callSettings = null)
Deletes a group.
Parameters | |
---|---|
Name | Description |
request | DeleteGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata | A Task containing the RPC response. |
DeleteImportDataFile(DeleteImportDataFileRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteImportDataFile(DeleteImportDataFileRequest request, CallSettings callSettings = null)
Delete an import data file.
Parameters | |
---|---|
Name | Description |
request | DeleteImportDataFileRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata | The RPC response. |
DeleteImportDataFileAsync(DeleteImportDataFileRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteImportDataFileAsync(DeleteImportDataFileRequest request, CallSettings callSettings = null)
Delete an import data file.
Parameters | |
---|---|
Name | Description |
request | DeleteImportDataFileRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata | A Task containing the RPC response. |
DeleteImportJob(DeleteImportJobRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteImportJob(DeleteImportJobRequest request, CallSettings callSettings = null)
Deletes an import job.
Parameters | |
---|---|
Name | Description |
request | DeleteImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata | The RPC response. |
DeleteImportJobAsync(DeleteImportJobRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteImportJobAsync(DeleteImportJobRequest request, CallSettings callSettings = null)
Deletes an import job.
Parameters | |
---|---|
Name | Description |
request | DeleteImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata | A Task containing the RPC response. |
DeletePreferenceSet(DeletePreferenceSetRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeletePreferenceSet(DeletePreferenceSetRequest request, CallSettings callSettings = null)
Deletes a preference set.
Parameters | |
---|---|
Name | Description |
request | DeletePreferenceSetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata | The RPC response. |
DeletePreferenceSetAsync(DeletePreferenceSetRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeletePreferenceSetAsync(DeletePreferenceSetRequest request, CallSettings callSettings = null)
Deletes a preference set.
Parameters | |
---|---|
Name | Description |
request | DeletePreferenceSetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata | A Task containing the RPC response. |
DeleteReport(DeleteReportRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteReport(DeleteReportRequest request, CallSettings callSettings = null)
Deletes a Report.
Parameters | |
---|---|
Name | Description |
request | DeleteReportRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata | The RPC response. |
DeleteReportAsync(DeleteReportRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteReportAsync(DeleteReportRequest request, CallSettings callSettings = null)
Deletes a Report.
Parameters | |
---|---|
Name | Description |
request | DeleteReportRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata | A Task containing the RPC response. |
DeleteReportConfig(DeleteReportConfigRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteReportConfig(DeleteReportConfigRequest request, CallSettings callSettings = null)
Deletes a ReportConfig.
Parameters | |
---|---|
Name | Description |
request | DeleteReportConfigRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata | The RPC response. |
DeleteReportConfigAsync(DeleteReportConfigRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteReportConfigAsync(DeleteReportConfigRequest request, CallSettings callSettings = null)
Deletes a ReportConfig.
Parameters | |
---|---|
Name | Description |
request | DeleteReportConfigRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata | A Task containing the RPC response. |
DeleteSource(DeleteSourceRequest, CallSettings)
public override Operation<Empty, OperationMetadata> DeleteSource(DeleteSourceRequest request, CallSettings callSettings = null)
Deletes a source.
Parameters | |
---|---|
Name | Description |
request | DeleteSourceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata | The RPC response. |
DeleteSourceAsync(DeleteSourceRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> DeleteSourceAsync(DeleteSourceRequest request, CallSettings callSettings = null)
Deletes a source.
Parameters | |
---|---|
Name | Description |
request | DeleteSourceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata | A Task containing the RPC response. |
GetAsset(GetAssetRequest, CallSettings)
public override Asset GetAsset(GetAssetRequest request, CallSettings callSettings = null)
Gets the details of an asset.
Parameters | |
---|---|
Name | Description |
request | GetAssetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Asset | The RPC response. |
GetAssetAsync(GetAssetRequest, CallSettings)
public override Task<Asset> GetAssetAsync(GetAssetRequest request, CallSettings callSettings = null)
Gets the details of an asset.
Parameters | |
---|---|
Name | Description |
request | GetAssetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskAsset | A Task containing the RPC response. |
GetErrorFrame(GetErrorFrameRequest, CallSettings)
public override ErrorFrame GetErrorFrame(GetErrorFrameRequest request, CallSettings callSettings = null)
Gets the details of an error frame.
Parameters | |
---|---|
Name | Description |
request | GetErrorFrameRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
ErrorFrame | The RPC response. |
GetErrorFrameAsync(GetErrorFrameRequest, CallSettings)
public override Task<ErrorFrame> GetErrorFrameAsync(GetErrorFrameRequest request, CallSettings callSettings = null)
Gets the details of an error frame.
Parameters | |
---|---|
Name | Description |
request | GetErrorFrameRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskErrorFrame | A Task containing the RPC response. |
GetGroup(GetGroupRequest, CallSettings)
public override Group GetGroup(GetGroupRequest request, CallSettings callSettings = null)
Gets the details of a group.
Parameters | |
---|---|
Name | Description |
request | GetGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Group | The RPC response. |
GetGroupAsync(GetGroupRequest, CallSettings)
public override Task<Group> GetGroupAsync(GetGroupRequest request, CallSettings callSettings = null)
Gets the details of a group.
Parameters | |
---|---|
Name | Description |
request | GetGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskGroup | A Task containing the RPC response. |
GetImportDataFile(GetImportDataFileRequest, CallSettings)
public override ImportDataFile GetImportDataFile(GetImportDataFileRequest request, CallSettings callSettings = null)
Gets an import data file.
Parameters | |
---|---|
Name | Description |
request | GetImportDataFileRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
ImportDataFile | The RPC response. |
GetImportDataFileAsync(GetImportDataFileRequest, CallSettings)
public override Task<ImportDataFile> GetImportDataFileAsync(GetImportDataFileRequest request, CallSettings callSettings = null)
Gets an import data file.
Parameters | |
---|---|
Name | Description |
request | GetImportDataFileRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskImportDataFile | A Task containing the RPC response. |
GetImportJob(GetImportJobRequest, CallSettings)
public override ImportJob GetImportJob(GetImportJobRequest request, CallSettings callSettings = null)
Gets the details of an import job.
Parameters | |
---|---|
Name | Description |
request | GetImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
ImportJob | The RPC response. |
GetImportJobAsync(GetImportJobRequest, CallSettings)
public override Task<ImportJob> GetImportJobAsync(GetImportJobRequest request, CallSettings callSettings = null)
Gets the details of an import job.
Parameters | |
---|---|
Name | Description |
request | GetImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskImportJob | A Task containing the RPC response. |
GetPreferenceSet(GetPreferenceSetRequest, CallSettings)
public override PreferenceSet GetPreferenceSet(GetPreferenceSetRequest request, CallSettings callSettings = null)
Gets the details of a preference set.
Parameters | |
---|---|
Name | Description |
request | GetPreferenceSetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PreferenceSet | The RPC response. |
GetPreferenceSetAsync(GetPreferenceSetRequest, CallSettings)
public override Task<PreferenceSet> GetPreferenceSetAsync(GetPreferenceSetRequest request, CallSettings callSettings = null)
Gets the details of a preference set.
Parameters | |
---|---|
Name | Description |
request | GetPreferenceSetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskPreferenceSet | A Task containing the RPC response. |
GetReport(GetReportRequest, CallSettings)
public override Report GetReport(GetReportRequest request, CallSettings callSettings = null)
Gets details of a single Report.
Parameters | |
---|---|
Name | Description |
request | GetReportRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Report | The RPC response. |
GetReportAsync(GetReportRequest, CallSettings)
public override Task<Report> GetReportAsync(GetReportRequest request, CallSettings callSettings = null)
Gets details of a single Report.
Parameters | |
---|---|
Name | Description |
request | GetReportRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskReport | A Task containing the RPC response. |
GetReportConfig(GetReportConfigRequest, CallSettings)
public override ReportConfig GetReportConfig(GetReportConfigRequest request, CallSettings callSettings = null)
Gets details of a single ReportConfig.
Parameters | |
---|---|
Name | Description |
request | GetReportConfigRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
ReportConfig | The RPC response. |
GetReportConfigAsync(GetReportConfigRequest, CallSettings)
public override Task<ReportConfig> GetReportConfigAsync(GetReportConfigRequest request, CallSettings callSettings = null)
Gets details of a single ReportConfig.
Parameters | |
---|---|
Name | Description |
request | GetReportConfigRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskReportConfig | A Task containing the RPC response. |
GetSettings(GetSettingsRequest, CallSettings)
public override Settings GetSettings(GetSettingsRequest request, CallSettings callSettings = null)
Gets the details of regional settings.
Parameters | |
---|---|
Name | Description |
request | GetSettingsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Settings | The RPC response. |
GetSettingsAsync(GetSettingsRequest, CallSettings)
public override Task<Settings> GetSettingsAsync(GetSettingsRequest request, CallSettings callSettings = null)
Gets the details of regional settings.
Parameters | |
---|---|
Name | Description |
request | GetSettingsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskSettings | A Task containing the RPC response. |
GetSource(GetSourceRequest, CallSettings)
public override Source GetSource(GetSourceRequest request, CallSettings callSettings = null)
Gets the details of a source.
Parameters | |
---|---|
Name | Description |
request | GetSourceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Source | The RPC response. |
GetSourceAsync(GetSourceRequest, CallSettings)
public override Task<Source> GetSourceAsync(GetSourceRequest request, CallSettings callSettings = null)
Gets the details of a source.
Parameters | |
---|---|
Name | Description |
request | GetSourceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskSource | A Task containing the RPC response. |
ListAssets(ListAssetsRequest, CallSettings)
public override PagedEnumerable<ListAssetsResponse, Asset> ListAssets(ListAssetsRequest request, CallSettings callSettings = null)
Lists all the assets in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListAssetsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListAssetsResponseAsset | A pageable sequence of Asset resources. |
ListAssetsAsync(ListAssetsRequest, CallSettings)
public override PagedAsyncEnumerable<ListAssetsResponse, Asset> ListAssetsAsync(ListAssetsRequest request, CallSettings callSettings = null)
Lists all the assets in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListAssetsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListAssetsResponseAsset | A pageable asynchronous sequence of Asset resources. |
ListErrorFrames(ListErrorFramesRequest, CallSettings)
public override PagedEnumerable<ListErrorFramesResponse, ErrorFrame> ListErrorFrames(ListErrorFramesRequest request, CallSettings callSettings = null)
Lists all error frames in a given source and location.
Parameters | |
---|---|
Name | Description |
request | ListErrorFramesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListErrorFramesResponseErrorFrame | A pageable sequence of ErrorFrame resources. |
ListErrorFramesAsync(ListErrorFramesRequest, CallSettings)
public override PagedAsyncEnumerable<ListErrorFramesResponse, ErrorFrame> ListErrorFramesAsync(ListErrorFramesRequest request, CallSettings callSettings = null)
Lists all error frames in a given source and location.
Parameters | |
---|---|
Name | Description |
request | ListErrorFramesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListErrorFramesResponseErrorFrame | A pageable asynchronous sequence of ErrorFrame resources. |
ListGroups(ListGroupsRequest, CallSettings)
public override PagedEnumerable<ListGroupsResponse, Group> ListGroups(ListGroupsRequest request, CallSettings callSettings = null)
Lists all groups in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListGroupsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListGroupsResponseGroup | A pageable sequence of Group resources. |
ListGroupsAsync(ListGroupsRequest, CallSettings)
public override PagedAsyncEnumerable<ListGroupsResponse, Group> ListGroupsAsync(ListGroupsRequest request, CallSettings callSettings = null)
Lists all groups in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListGroupsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListGroupsResponseGroup | A pageable asynchronous sequence of Group resources. |
ListImportDataFiles(ListImportDataFilesRequest, CallSettings)
public override PagedEnumerable<ListImportDataFilesResponse, ImportDataFile> ListImportDataFiles(ListImportDataFilesRequest request, CallSettings callSettings = null)
List import data files.
Parameters | |
---|---|
Name | Description |
request | ListImportDataFilesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListImportDataFilesResponseImportDataFile | A pageable sequence of ImportDataFile resources. |
ListImportDataFilesAsync(ListImportDataFilesRequest, CallSettings)
public override PagedAsyncEnumerable<ListImportDataFilesResponse, ImportDataFile> ListImportDataFilesAsync(ListImportDataFilesRequest request, CallSettings callSettings = null)
List import data files.
Parameters | |
---|---|
Name | Description |
request | ListImportDataFilesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListImportDataFilesResponseImportDataFile | A pageable asynchronous sequence of ImportDataFile resources. |
ListImportJobs(ListImportJobsRequest, CallSettings)
public override PagedEnumerable<ListImportJobsResponse, ImportJob> ListImportJobs(ListImportJobsRequest request, CallSettings callSettings = null)
Lists all import jobs.
Parameters | |
---|---|
Name | Description |
request | ListImportJobsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListImportJobsResponseImportJob | A pageable sequence of ImportJob resources. |
ListImportJobsAsync(ListImportJobsRequest, CallSettings)
public override PagedAsyncEnumerable<ListImportJobsResponse, ImportJob> ListImportJobsAsync(ListImportJobsRequest request, CallSettings callSettings = null)
Lists all import jobs.
Parameters | |
---|---|
Name | Description |
request | ListImportJobsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListImportJobsResponseImportJob | A pageable asynchronous sequence of ImportJob resources. |
ListPreferenceSets(ListPreferenceSetsRequest, CallSettings)
public override PagedEnumerable<ListPreferenceSetsResponse, PreferenceSet> ListPreferenceSets(ListPreferenceSetsRequest request, CallSettings callSettings = null)
Lists all the preference sets in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListPreferenceSetsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListPreferenceSetsResponsePreferenceSet | A pageable sequence of PreferenceSet resources. |
ListPreferenceSetsAsync(ListPreferenceSetsRequest, CallSettings)
public override PagedAsyncEnumerable<ListPreferenceSetsResponse, PreferenceSet> ListPreferenceSetsAsync(ListPreferenceSetsRequest request, CallSettings callSettings = null)
Lists all the preference sets in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListPreferenceSetsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListPreferenceSetsResponsePreferenceSet | A pageable asynchronous sequence of PreferenceSet resources. |
ListReportConfigs(ListReportConfigsRequest, CallSettings)
public override PagedEnumerable<ListReportConfigsResponse, ReportConfig> ListReportConfigs(ListReportConfigsRequest request, CallSettings callSettings = null)
Lists ReportConfigs in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListReportConfigsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListReportConfigsResponseReportConfig | A pageable sequence of ReportConfig resources. |
ListReportConfigsAsync(ListReportConfigsRequest, CallSettings)
public override PagedAsyncEnumerable<ListReportConfigsResponse, ReportConfig> ListReportConfigsAsync(ListReportConfigsRequest request, CallSettings callSettings = null)
Lists ReportConfigs in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListReportConfigsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListReportConfigsResponseReportConfig | A pageable asynchronous sequence of ReportConfig resources. |
ListReports(ListReportsRequest, CallSettings)
public override PagedEnumerable<ListReportsResponse, Report> ListReports(ListReportsRequest request, CallSettings callSettings = null)
Lists Reports in a given ReportConfig.
Parameters | |
---|---|
Name | Description |
request | ListReportsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListReportsResponseReport | A pageable sequence of Report resources. |
ListReportsAsync(ListReportsRequest, CallSettings)
public override PagedAsyncEnumerable<ListReportsResponse, Report> ListReportsAsync(ListReportsRequest request, CallSettings callSettings = null)
Lists Reports in a given ReportConfig.
Parameters | |
---|---|
Name | Description |
request | ListReportsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListReportsResponseReport | A pageable asynchronous sequence of Report resources. |
ListSources(ListSourcesRequest, CallSettings)
public override PagedEnumerable<ListSourcesResponse, Source> ListSources(ListSourcesRequest request, CallSettings callSettings = null)
Lists all the sources in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListSourcesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedEnumerableListSourcesResponseSource | A pageable sequence of Source resources. |
ListSourcesAsync(ListSourcesRequest, CallSettings)
public override PagedAsyncEnumerable<ListSourcesResponse, Source> ListSourcesAsync(ListSourcesRequest request, CallSettings callSettings = null)
Lists all the sources in a given project and location.
Parameters | |
---|---|
Name | Description |
request | ListSourcesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
PagedAsyncEnumerableListSourcesResponseSource | A pageable asynchronous sequence of Source resources. |
RemoveAssetsFromGroup(RemoveAssetsFromGroupRequest, CallSettings)
public override Operation<Group, OperationMetadata> RemoveAssetsFromGroup(RemoveAssetsFromGroupRequest request, CallSettings callSettings = null)
Removes assets from a group.
Parameters | |
---|---|
Name | Description |
request | RemoveAssetsFromGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationGroupOperationMetadata | The RPC response. |
RemoveAssetsFromGroupAsync(RemoveAssetsFromGroupRequest, CallSettings)
public override Task<Operation<Group, OperationMetadata>> RemoveAssetsFromGroupAsync(RemoveAssetsFromGroupRequest request, CallSettings callSettings = null)
Removes assets from a group.
Parameters | |
---|---|
Name | Description |
request | RemoveAssetsFromGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationGroupOperationMetadata | A Task containing the RPC response. |
ReportAssetFrames(ReportAssetFramesRequest, CallSettings)
public override ReportAssetFramesResponse ReportAssetFrames(ReportAssetFramesRequest request, CallSettings callSettings = null)
Reports a set of frames.
Parameters | |
---|---|
Name | Description |
request | ReportAssetFramesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
ReportAssetFramesResponse | The RPC response. |
ReportAssetFramesAsync(ReportAssetFramesRequest, CallSettings)
public override Task<ReportAssetFramesResponse> ReportAssetFramesAsync(ReportAssetFramesRequest request, CallSettings callSettings = null)
Reports a set of frames.
Parameters | |
---|---|
Name | Description |
request | ReportAssetFramesRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskReportAssetFramesResponse | A Task containing the RPC response. |
RunImportJob(RunImportJobRequest, CallSettings)
public override Operation<Empty, OperationMetadata> RunImportJob(RunImportJobRequest request, CallSettings callSettings = null)
Runs an import job.
Parameters | |
---|---|
Name | Description |
request | RunImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata | The RPC response. |
RunImportJobAsync(RunImportJobRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> RunImportJobAsync(RunImportJobRequest request, CallSettings callSettings = null)
Runs an import job.
Parameters | |
---|---|
Name | Description |
request | RunImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata | A Task containing the RPC response. |
UpdateAsset(UpdateAssetRequest, CallSettings)
public override Asset UpdateAsset(UpdateAssetRequest request, CallSettings callSettings = null)
Updates the parameters of an asset.
Parameters | |
---|---|
Name | Description |
request | UpdateAssetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Asset | The RPC response. |
UpdateAssetAsync(UpdateAssetRequest, CallSettings)
public override Task<Asset> UpdateAssetAsync(UpdateAssetRequest request, CallSettings callSettings = null)
Updates the parameters of an asset.
Parameters | |
---|---|
Name | Description |
request | UpdateAssetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskAsset | A Task containing the RPC response. |
UpdateGroup(UpdateGroupRequest, CallSettings)
public override Operation<Group, OperationMetadata> UpdateGroup(UpdateGroupRequest request, CallSettings callSettings = null)
Updates the parameters of a group.
Parameters | |
---|---|
Name | Description |
request | UpdateGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationGroupOperationMetadata | The RPC response. |
UpdateGroupAsync(UpdateGroupRequest, CallSettings)
public override Task<Operation<Group, OperationMetadata>> UpdateGroupAsync(UpdateGroupRequest request, CallSettings callSettings = null)
Updates the parameters of a group.
Parameters | |
---|---|
Name | Description |
request | UpdateGroupRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationGroupOperationMetadata | A Task containing the RPC response. |
UpdateImportJob(UpdateImportJobRequest, CallSettings)
public override Operation<ImportJob, OperationMetadata> UpdateImportJob(UpdateImportJobRequest request, CallSettings callSettings = null)
Updates an import job.
Parameters | |
---|---|
Name | Description |
request | UpdateImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationImportJobOperationMetadata | The RPC response. |
UpdateImportJobAsync(UpdateImportJobRequest, CallSettings)
public override Task<Operation<ImportJob, OperationMetadata>> UpdateImportJobAsync(UpdateImportJobRequest request, CallSettings callSettings = null)
Updates an import job.
Parameters | |
---|---|
Name | Description |
request | UpdateImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationImportJobOperationMetadata | A Task containing the RPC response. |
UpdatePreferenceSet(UpdatePreferenceSetRequest, CallSettings)
public override Operation<PreferenceSet, OperationMetadata> UpdatePreferenceSet(UpdatePreferenceSetRequest request, CallSettings callSettings = null)
Updates the parameters of a preference set.
Parameters | |
---|---|
Name | Description |
request | UpdatePreferenceSetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationPreferenceSetOperationMetadata | The RPC response. |
UpdatePreferenceSetAsync(UpdatePreferenceSetRequest, CallSettings)
public override Task<Operation<PreferenceSet, OperationMetadata>> UpdatePreferenceSetAsync(UpdatePreferenceSetRequest request, CallSettings callSettings = null)
Updates the parameters of a preference set.
Parameters | |
---|---|
Name | Description |
request | UpdatePreferenceSetRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationPreferenceSetOperationMetadata | A Task containing the RPC response. |
UpdateSettings(UpdateSettingsRequest, CallSettings)
public override Operation<Settings, OperationMetadata> UpdateSettings(UpdateSettingsRequest request, CallSettings callSettings = null)
Updates the regional-level project settings.
Parameters | |
---|---|
Name | Description |
request | UpdateSettingsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationSettingsOperationMetadata | The RPC response. |
UpdateSettingsAsync(UpdateSettingsRequest, CallSettings)
public override Task<Operation<Settings, OperationMetadata>> UpdateSettingsAsync(UpdateSettingsRequest request, CallSettings callSettings = null)
Updates the regional-level project settings.
Parameters | |
---|---|
Name | Description |
request | UpdateSettingsRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationSettingsOperationMetadata | A Task containing the RPC response. |
UpdateSource(UpdateSourceRequest, CallSettings)
public override Operation<Source, OperationMetadata> UpdateSource(UpdateSourceRequest request, CallSettings callSettings = null)
Updates the parameters of a source.
Parameters | |
---|---|
Name | Description |
request | UpdateSourceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationSourceOperationMetadata | The RPC response. |
UpdateSourceAsync(UpdateSourceRequest, CallSettings)
public override Task<Operation<Source, OperationMetadata>> UpdateSourceAsync(UpdateSourceRequest request, CallSettings callSettings = null)
Updates the parameters of a source.
Parameters | |
---|---|
Name | Description |
request | UpdateSourceRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationSourceOperationMetadata | A Task containing the RPC response. |
ValidateImportJob(ValidateImportJobRequest, CallSettings)
public override Operation<Empty, OperationMetadata> ValidateImportJob(ValidateImportJobRequest request, CallSettings callSettings = null)
Validates an import job.
Parameters | |
---|---|
Name | Description |
request | ValidateImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
OperationEmptyOperationMetadata | The RPC response. |
ValidateImportJobAsync(ValidateImportJobRequest, CallSettings)
public override Task<Operation<Empty, OperationMetadata>> ValidateImportJobAsync(ValidateImportJobRequest request, CallSettings callSettings = null)
Validates an import job.
Parameters | |
---|---|
Name | Description |
request | ValidateImportJobRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
TaskOperationEmptyOperationMetadata | A Task containing the RPC response. |