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

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

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

The [UpdateDependency][google.cloud.apihub.v1.ApiHubDependencies.UpdateDependency] method's request.

Inheritance

object > UpdateDependencyRequest

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

UpdateDependencyRequest()

public UpdateDependencyRequest()

UpdateDependencyRequest(UpdateDependencyRequest)

public UpdateDependencyRequest(UpdateDependencyRequest other)
Parameter
Name Description
other UpdateDependencyRequest

Properties

Dependency

public Dependency Dependency { get; set; }

Required. The dependency resource to update.

The dependency's name field is used to identify the dependency to update. Format: projects/{project}/locations/{location}/dependencies/{dependency}

Property Value
Type Description
Dependency

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The list of fields to update.

Property Value
Type Description
FieldMask