Interface UpdateApiOperationRequestOrBuilder (0.28.0)

public interface UpdateApiOperationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getApiOperation()

public abstract ApiOperation getApiOperation()

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}

.google.cloud.apihub.v1.ApiOperation api_operation = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ApiOperation

The apiOperation.

getApiOperationOrBuilder()

public abstract ApiOperationOrBuilder getApiOperationOrBuilder()

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}

.google.cloud.apihub.v1.ApiOperation api_operation = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ApiOperationOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Required. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Required. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
FieldMaskOrBuilder

hasApiOperation()

public abstract boolean hasApiOperation()

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}

.google.cloud.apihub.v1.ApiOperation api_operation = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the apiOperation field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Required. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the updateMask field is set.