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 CreateRolloutKindRequestOrBuilder (0.2.0)\n\n public interface CreateRolloutKindRequestOrBuilder 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 rollout 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 rollout 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### getRolloutKind()\n\n public abstract RolloutKind getRolloutKind()\n\nRequired. The desired state for the rollout kind.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutKind rollout_kind = 10504 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getRolloutKindId()\n\n public abstract String getRolloutKindId()\n\nRequired. The ID value for the new rollout kind.\n\n`string rollout_kind_id = 10503 [(.google.api.field_behavior) = REQUIRED];`\n\n### getRolloutKindIdBytes()\n\n public abstract ByteString getRolloutKindIdBytes()\n\nRequired. The ID value for the new rollout kind.\n\n`string rollout_kind_id = 10503 [(.google.api.field_behavior) = REQUIRED];`\n\n### getRolloutKindOrBuilder()\n\n public abstract RolloutKindOrBuilder getRolloutKindOrBuilder()\n\nRequired. The desired state for the rollout kind.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutKind rollout_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### hasRolloutKind()\n\n public abstract boolean hasRolloutKind()\n\nRequired. The desired state for the rollout kind.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.RolloutKind rollout_kind = 10504 [(.google.api.field_behavior) = REQUIRED];\n`"]]