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.
Implements
IMessageUpdateDependencyRequest, IEquatableUpdateDependencyRequest, IDeepCloneableUpdateDependencyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
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 |