public sealed class UpdateServiceBindingRequest : IMessage<UpdateServiceBindingRequest>, IEquatable<UpdateServiceBindingRequest>, IDeepCloneable<UpdateServiceBindingRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class UpdateServiceBindingRequest.
Request used by the UpdateServiceBinding method.
Implements
IMessageUpdateServiceBindingRequest, IEquatableUpdateServiceBindingRequest, IDeepCloneableUpdateServiceBindingRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
UpdateServiceBindingRequest()
public UpdateServiceBindingRequest()
UpdateServiceBindingRequest(UpdateServiceBindingRequest)
public UpdateServiceBindingRequest(UpdateServiceBindingRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateServiceBindingRequest |
Properties
ServiceBinding
public ServiceBinding ServiceBinding { get; set; }
Required. Updated ServiceBinding resource.
Property Value | |
---|---|
Type | Description |
ServiceBinding |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. Field mask is used to specify the fields to be overwritten in the ServiceBinding resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
Property Value | |
---|---|
Type | Description |
FieldMask |