Output only. Identifies whether the user has requested cancellation
of the operation. Operations that have been cancelled successfully
have
google.longrunning.Operation.error
value with a google.rpc.Status.code of 1,
corresponding to Code.CANCELLED.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[],null,["# Interface OperationMetadataOrBuilder (0.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.0 (latest)](/java/docs/reference/google-cloud-configdelivery/latest/com.google.cloud.configdelivery.v1.OperationMetadataOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-configdelivery/0.4.0/com.google.cloud.configdelivery.v1.OperationMetadataOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-configdelivery/0.2.0/com.google.cloud.configdelivery.v1.OperationMetadataOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-configdelivery/0.1.0/com.google.cloud.configdelivery.v1.OperationMetadataOrBuilder) \n\n public interface OperationMetadataOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getApiVersion()\n\n public abstract String getApiVersion()\n\nOutput only. API version used to start the operation.\n\n`string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getApiVersionBytes()\n\n public abstract ByteString getApiVersionBytes()\n\nOutput only. API version used to start the operation.\n\n`string api_version = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getCreateTime()\n\n public abstract Timestamp getCreateTime()\n\nOutput only. The time the operation was created.\n\n`.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getCreateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getCreateTimeOrBuilder()\n\nOutput only. The time the operation was created.\n\n`.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getEndTime()\n\n public abstract Timestamp getEndTime()\n\nOutput only. The time the operation finished running.\n\n`.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getEndTimeOrBuilder()\n\n public abstract TimestampOrBuilder getEndTimeOrBuilder()\n\nOutput only. The time the operation finished running.\n\n`.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### getRequestedCancellation()\n\n public abstract boolean getRequestedCancellation()\n\nOutput only. Identifies whether the user has requested cancellation\nof the operation. Operations that have been cancelled successfully\nhave\ngoogle.longrunning.Operation.error\nvalue with a google.rpc.Status.code of 1,\ncorresponding to `Code.CANCELLED`.\n\n`bool requested_cancellation = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getStatusMessage()\n\n public abstract String getStatusMessage()\n\nOutput only. Human-readable status of the operation, if any.\n\n`string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getStatusMessageBytes()\n\n public abstract ByteString getStatusMessageBytes()\n\nOutput only. Human-readable status of the operation, if any.\n\n`string status_message = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getTarget()\n\n public abstract String getTarget()\n\nOutput only. Server-defined resource path for the target of the operation.\n\n`string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getTargetBytes()\n\n public abstract ByteString getTargetBytes()\n\nOutput only. Server-defined resource path for the target of the operation.\n\n`string target = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getVerb()\n\n public abstract String getVerb()\n\nOutput only. Name of the verb executed by the operation.\n\n`string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getVerbBytes()\n\n public abstract ByteString getVerbBytes()\n\nOutput only. Name of the verb executed by the operation.\n\n`string verb = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### hasCreateTime()\n\n public abstract boolean hasCreateTime()\n\nOutput only. The time the operation was created.\n\n`.google.protobuf.Timestamp create_time = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`\n\n### hasEndTime()\n\n public abstract boolean hasEndTime()\n\nOutput only. The time the operation finished running.\n\n`.google.protobuf.Timestamp end_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];\n`"]]