API hub v1 API - Class UpdateSpecRequest (1.0.0-beta02)

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

Reference documentation and code samples for the API hub v1 API class UpdateSpecRequest.

The [UpdateSpec][google.cloud.apihub.v1.ApiHub.UpdateSpec] method's request.

Inheritance

object > UpdateSpecRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

UpdateSpecRequest()

public UpdateSpecRequest()

UpdateSpecRequest(UpdateSpecRequest)

public UpdateSpecRequest(UpdateSpecRequest other)
Parameter
Name Description
other UpdateSpecRequest

Properties

Spec

public Spec Spec { get; set; }

Required. The spec to update.

The spec's name field is used to identify the spec to update. Format: projects/{project}/locations/{location}/apis/{api}/versions/{version}/specs/{spec}

Property Value
Type Description
Spec

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to update.

Property Value
Type Description
FieldMask