Network Services v1 API - Class UpdateHttpRouteRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Network Services v1 API class UpdateHttpRouteRequest.

Request used by the UpdateHttpRoute method.

Inheritance

object > UpdateHttpRouteRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

UpdateHttpRouteRequest()

public UpdateHttpRouteRequest()

UpdateHttpRouteRequest(UpdateHttpRouteRequest)

public UpdateHttpRouteRequest(UpdateHttpRouteRequest other)
Parameter
Name Description
other UpdateHttpRouteRequest

Properties

HttpRoute

public HttpRoute HttpRoute { get; set; }

Required. Updated HttpRoute resource.

Property Value
Type Description
HttpRoute

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Field mask is used to specify the fields to be overwritten in the HttpRoute 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