public sealed class UpdateMeshRequest : IMessage<UpdateMeshRequest>, IEquatable<UpdateMeshRequest>, IDeepCloneable<UpdateMeshRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Services v1 API class UpdateMeshRequest.
Request used by the UpdateMesh method.
Implements
IMessageUpdateMeshRequest, IEquatableUpdateMeshRequest, IDeepCloneableUpdateMeshRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
UpdateMeshRequest()
public UpdateMeshRequest()
UpdateMeshRequest(UpdateMeshRequest)
public UpdateMeshRequest(UpdateMeshRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateMeshRequest |
Properties
Mesh
public Mesh Mesh { get; set; }
Required. Updated Mesh resource.
Property Value | |
---|---|
Type | Description |
Mesh |
UpdateMask
public FieldMask UpdateMask { get; set; }
Optional. Field mask is used to specify the fields to be overwritten in the Mesh 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 |