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 CreateRolloutRequestOrBuilder (0.2.0)\n\n public interface CreateRolloutRequestOrBuilder 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.\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.\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### getRollout()\n\n public abstract Rollout getRollout()\n\nRequired. The desired state for the rollout.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollout = 10504 [(.google.api.field_behavior) = REQUIRED];\n`\n\n### getRolloutId()\n\n public abstract String getRolloutId()\n\nRequired. The ID value for the new rollout.\n\n`string rollout_id = 10503 [(.google.api.field_behavior) = REQUIRED];`\n\n### getRolloutIdBytes()\n\n public abstract ByteString getRolloutIdBytes()\n\nRequired. The ID value for the new rollout.\n\n`string rollout_id = 10503 [(.google.api.field_behavior) = REQUIRED];`\n\n### getRolloutOrBuilder()\n\n public abstract RolloutOrBuilder getRolloutOrBuilder()\n\nRequired. The desired state for the rollout.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollout = 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### hasRollout()\n\n public abstract boolean hasRollout()\n\nRequired. The desired state for the rollout.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.Rollout rollout = 10504 [(.google.api.field_behavior) = REQUIRED];\n`"]]