Send feedback
Class CreateCaPoolRequest (1.15.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
CreateCaPoolRequest ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
Request message for
CertificateAuthorityService.CreateCaPool .
Attributes
Name
Description
parent
str
Required. The resource name of the location associated with
the CaPool , in
the format projects/*/locations/*
.
ca_pool_id
str
Required. It must be unique within a location and match the
regular expression [a-zA-Z0-9_-]{1,63}
ca_pool
google.cloud.security.privateca_v1.types.CaPool
Required. A
CaPool with
initial field values.
request_id
str
Optional. An 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).
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-28 UTC.
Need to tell us more?
[[["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-08-28 UTC."],[],[],null,["# Class CreateCaPoolRequest (1.15.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.15.0 (latest)](/python/docs/reference/privateca/latest/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.14.3](/python/docs/reference/privateca/1.14.3/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.13.1](/python/docs/reference/privateca/1.13.1/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.12.2](/python/docs/reference/privateca/1.12.2/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.11.0](/python/docs/reference/privateca/1.11.0/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.10.3](/python/docs/reference/privateca/1.10.3/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.9.0](/python/docs/reference/privateca/1.9.0/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.8.1](/python/docs/reference/privateca/1.8.1/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.7.1](/python/docs/reference/privateca/1.7.1/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.6.1](/python/docs/reference/privateca/1.6.1/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.5.0](/python/docs/reference/privateca/1.5.0/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.4.3](/python/docs/reference/privateca/1.4.3/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.3.2](/python/docs/reference/privateca/1.3.2/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.2.4](/python/docs/reference/privateca/1.2.4/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.1.0](/python/docs/reference/privateca/1.1.0/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [1.0.6](/python/docs/reference/privateca/1.0.6/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [0.4.0](/python/docs/reference/privateca/0.4.0/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [0.3.0](/python/docs/reference/privateca/0.3.0/google.cloud.security.privateca_v1.types.CreateCaPoolRequest)\n- [0.1.1](/python/docs/reference/privateca/0.1.1/google.cloud.security.privateca_v1.types.CreateCaPoolRequest) \n\n CreateCaPoolRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nRequest message for\nCertificateAuthorityService.CreateCaPool."]]