An optional request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the
request times out. If you make the request again with the same request
ID, the server can check if original operation with the same request ID
was received, and if so, will ignore the second request. This prevents
clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
An optional request ID to identify requests. Specify a unique request ID
so that if you must retry your request, the server will know to ignore
the request if it has already been completed. The server will guarantee
that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and the
request times out. If you make the request again with the same request
ID, the server can check if original operation with the same request ID
was received, and if so, will ignore the second request. This prevents
clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Interface CreateUnitKindRequestOrBuilder (0.2.0)\n\n public interface CreateUnitKindRequestOrBuilder 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### getParent()\n\n public abstract String getParent()\n\nRequired. The parent of the unit kind.\n\n`\nstring parent = 10006 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`\n\n### getParentBytes()\n\n public abstract ByteString getParentBytes()\n\nRequired. The parent of the unit kind.\n\n`\nstring parent = 10006 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }\n`\n\n### getRequestId()\n\n public abstract String getRequestId()\n\nAn optional request ID to identify requests. Specify a unique request ID\nso that if you must retry your request, the server will know to ignore\nthe request if it has already been completed. The server will guarantee\nthat for at least 60 minutes since the first request.\n\nFor example, consider a situation where you make an initial request and the\nrequest times out. If you make the request again with the same request\nID, the server can check if original operation with the same request ID\nwas received, and if so, will ignore the second request. This prevents\nclients from accidentally creating duplicate commitments.\n\nThe request ID must be a valid UUID with the exception that zero UUID is\nnot supported (00000000-0000-0000-0000-000000000000).\n\n`string request_id = 10502;`\n\n### getRequestIdBytes()\n\n public abstract ByteString getRequestIdBytes()\n\nAn optional request ID to identify requests. Specify a unique request ID\nso that if you must retry your request, the server will know to ignore\nthe request if it has already been completed. The server will guarantee\nthat for at least 60 minutes since the first request.\n\nFor example, consider a situation where you make an initial request and the\nrequest times out. If you make the request again with the same request\nID, the server can check if original operation with the same request ID\nwas received, and if so, will ignore the second request. This prevents\nclients from accidentally creating duplicate commitments.\n\nThe request ID must be a valid UUID with the exception that zero UUID is\nnot supported (00000000-0000-0000-0000-000000000000).\n\n`string request_id = 10502;`\n\n### getUnitKind()\n\n public abstract UnitKind getUnitKind()\n\nRequired. The desired state for the unit kind.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitKind unit_kind = 10504 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getUnitKindId()\n\n public abstract String getUnitKindId()\n\nRequired. The ID value for the new unit kind.\n\n`string unit_kind_id = 10503 [(.google.api.field_behavior) = REQUIRED];`\n\n### getUnitKindIdBytes()\n\n public abstract ByteString getUnitKindIdBytes()\n\nRequired. The ID value for the new unit kind.\n\n`string unit_kind_id = 10503 [(.google.api.field_behavior) = REQUIRED];`\n\n### getUnitKindOrBuilder()\n\n public abstract UnitKindOrBuilder getUnitKindOrBuilder()\n\nRequired. The desired state for the unit kind.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitKind unit_kind = 10504 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getValidateOnly()\n\n public abstract boolean getValidateOnly()\n\nIf \"validate_only\" is set to true, the service will try to validate\nthat this request would succeed, but will not actually make changes.\n\n`bool validate_only = 10501;`\n\n### hasUnitKind()\n\n public abstract boolean hasUnitKind()\n\nRequired. The desired state for the unit kind.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitKind unit_kind = 10504 [(.google.api.field_behavior) = REQUIRED];\n`"]]