Class UpdateConnectionProfileRequest (2.0.0)

public sealed class UpdateConnectionProfileRequest : IMessage<UpdateConnectionProfileRequest>, IEquatable<UpdateConnectionProfileRequest>, IDeepCloneable<UpdateConnectionProfileRequest>, IBufferMessage, IMessage

Request message for 'UpdateConnectionProfile' request.

Inheritance

Object > UpdateConnectionProfileRequest

Namespace

Google.Cloud.CloudDms.V1

Assembly

Google.Cloud.CloudDms.V1.dll

Constructors

UpdateConnectionProfileRequest()

public UpdateConnectionProfileRequest()

UpdateConnectionProfileRequest(UpdateConnectionProfileRequest)

public UpdateConnectionProfileRequest(UpdateConnectionProfileRequest other)
Parameter
NameDescription
otherUpdateConnectionProfileRequest

Properties

ConnectionProfile

public ConnectionProfile ConnectionProfile { get; set; }

Required. The connection profile parameters to update.

Property Value
TypeDescription
ConnectionProfile

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
TypeDescription
String

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. Field mask is used to specify the fields to be overwritten in the connection profile resource by the update.

Property Value
TypeDescription
FieldMask