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

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

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

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

Inheritance

object > UpdateExternalApiRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

UpdateExternalApiRequest()

public UpdateExternalApiRequest()

UpdateExternalApiRequest(UpdateExternalApiRequest)

public UpdateExternalApiRequest(UpdateExternalApiRequest other)
Parameter
Name Description
other UpdateExternalApiRequest

Properties

ExternalApi

public ExternalApi ExternalApi { get; set; }

Required. The External API resource to update.

The External API resource's name field is used to identify the External API resource to update. Format: projects/{project}/locations/{location}/externalApis/{externalApi}

Property Value
Type Description
ExternalApi

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to update.

Property Value
Type Description
FieldMask