public sealed class UpdateApiOperationRequest : IMessage<UpdateApiOperationRequest>, IEquatable<UpdateApiOperationRequest>, IDeepCloneable<UpdateApiOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class UpdateApiOperationRequest.
The [UpdateApiOperation][google.cloud.apihub.v1.ApiHub.UpdateApiOperation] method's request.
Implements
IMessageUpdateApiOperationRequest, IEquatableUpdateApiOperationRequest, IDeepCloneableUpdateApiOperationRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
UpdateApiOperationRequest()
public UpdateApiOperationRequest()
UpdateApiOperationRequest(UpdateApiOperationRequest)
public UpdateApiOperationRequest(UpdateApiOperationRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateApiOperationRequest |
Properties
ApiOperation
public ApiOperation ApiOperation { get; set; }
Required. The apiOperation resource to update.
The operation resource's name
field is used to identify the operation
resource to update.
Format:
projects/{project}/locations/{location}/apis/{api}/versions/{version}/operations/{operation}
Property Value | |
---|---|
Type | Description |
ApiOperation |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. The list of fields to update.
Property Value | |
---|---|
Type | Description |
FieldMask |