public sealed class UpdateMigrationJobRequest : IMessage<UpdateMigrationJobRequest>, IEquatable<UpdateMigrationJobRequest>, IDeepCloneable<UpdateMigrationJobRequest>, IBufferMessage, IMessage
Request message for 'UpdateMigrationJob' request.
Implements
IMessage<UpdateMigrationJobRequest>, IEquatable<UpdateMigrationJobRequest>, IDeepCloneable<UpdateMigrationJobRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
UpdateMigrationJobRequest()
public UpdateMigrationJobRequest()
UpdateMigrationJobRequest(UpdateMigrationJobRequest)
public UpdateMigrationJobRequest(UpdateMigrationJobRequest other)
Parameter | |
---|---|
Name | Description |
other | UpdateMigrationJobRequest |
Properties
MigrationJob
public MigrationJob MigrationJob { get; set; }
Required. The migration job parameters to update.
Property Value | |
---|---|
Type | Description |
MigrationJob |
RequestId
public string RequestId { get; set; }
A unique id used to identify the request. If the server receives two requests with the same id, then the second request will be ignored.
It is recommended to always set this value to a UUID.
The id must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.
Property Value | |
---|---|
Type | Description |
String |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. Field mask is used to specify the fields to be overwritten in the migration job resource by the update.
Property Value | |
---|---|
Type | Description |
FieldMask |