google-cloud-security-private_ca-v1 0.4.0 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (23) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +1 -1
  3. data/README.md +2 -2
  4. data/lib/google/cloud/security/private_ca/v1/bindings_override.rb +185 -0
  5. data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/client.rb +415 -330
  6. data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/operations.rb +12 -14
  7. data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/rest/client.rb +2877 -0
  8. data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/rest/operations.rb +795 -0
  9. data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/rest/service_stub.rb +1776 -0
  10. data/lib/google/cloud/security/private_ca/v1/certificate_authority_service/rest.rb +58 -0
  11. data/lib/google/cloud/security/private_ca/v1/certificate_authority_service.rb +10 -3
  12. data/lib/google/cloud/security/private_ca/v1/rest.rb +40 -0
  13. data/lib/google/cloud/security/private_ca/v1/version.rb +1 -1
  14. data/lib/google/cloud/security/private_ca/v1.rb +7 -2
  15. data/lib/google/cloud/security/privateca/v1/resources_pb.rb +14 -0
  16. data/lib/google/cloud/security/privateca/v1/service_services_pb.rb +64 -32
  17. data/proto_docs/google/api/client.rb +318 -0
  18. data/proto_docs/google/api/launch_stage.rb +71 -0
  19. data/proto_docs/google/cloud/security/privateca/v1/resources.rb +588 -302
  20. data/proto_docs/google/cloud/security/privateca/v1/service.rb +297 -223
  21. data/proto_docs/google/protobuf/empty.rb +0 -2
  22. data/proto_docs/google/rpc/status.rb +4 -2
  23. metadata +22 -12
@@ -22,26 +22,31 @@ module Google
22
22
  module Security
23
23
  module PrivateCA
24
24
  module V1
25
- # Request message for {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#create_certificate CertificateAuthorityService.CreateCertificate}.
25
+ # Request message for
26
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#create_certificate CertificateAuthorityService.CreateCertificate}.
26
27
  # @!attribute [rw] parent
27
28
  # @return [::String]
28
- # Required. The resource name of the {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} associated with the {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate},
29
- # in the format `projects/*/locations/*/caPools/*`.
29
+ # Required. The resource name of the
30
+ # {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} associated with the
31
+ # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}, in the
32
+ # format `projects/*/locations/*/caPools/*`.
30
33
  # @!attribute [rw] certificate_id
31
34
  # @return [::String]
32
35
  # Optional. It must be unique within a location and match the regular
33
36
  # expression `[a-zA-Z0-9_-]{1,63}`. This field is required when using a
34
- # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} in the Enterprise [CertificateAuthority.Tier][],
35
- # but is optional and its value is ignored otherwise.
37
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
38
+ # in the Enterprise [CertificateAuthority.Tier][], but is optional and its
39
+ # value is ignored otherwise.
36
40
  # @!attribute [rw] certificate
37
41
  # @return [::Google::Cloud::Security::PrivateCA::V1::Certificate]
38
- # Required. A {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} with initial field values.
42
+ # Required. A {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}
43
+ # with initial field values.
39
44
  # @!attribute [rw] request_id
40
45
  # @return [::String]
41
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
42
- # retry your request, the server will know to ignore the request if it has
43
- # already been completed. The server will guarantee that for at least 60
44
- # minutes since the first request.
46
+ # Optional. An ID to identify requests. Specify a unique request ID so that
47
+ # if you must retry your request, the server will know to ignore the request
48
+ # if it has already been completed. The server will guarantee that for at
49
+ # least 60 minutes since the first request.
45
50
  #
46
51
  # For example, consider a situation where you make an initial request and the
47
52
  # request times out. If you make the request again with the same request ID,
@@ -53,22 +58,35 @@ module Google
53
58
  # not supported (00000000-0000-0000-0000-000000000000).
54
59
  # @!attribute [rw] validate_only
55
60
  # @return [::Boolean]
56
- # Optional. If this is true, no {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} resource will be persisted regardless
57
- # of the {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool}'s {::Google::Cloud::Security::PrivateCA::V1::CaPool#tier tier}, and the returned {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}
58
- # will not contain the {::Google::Cloud::Security::PrivateCA::V1::Certificate#pem_certificate pem_certificate} field.
61
+ # Optional. If this is true, no
62
+ # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} resource will
63
+ # be persisted regardless of the
64
+ # {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool}'s
65
+ # {::Google::Cloud::Security::PrivateCA::V1::CaPool#tier tier}, and the returned
66
+ # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} will not
67
+ # contain the
68
+ # {::Google::Cloud::Security::PrivateCA::V1::Certificate#pem_certificate pem_certificate}
69
+ # field.
59
70
  # @!attribute [rw] issuing_certificate_authority_id
60
71
  # @return [::String]
61
- # Optional. The resource ID of the {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} that should issue the
62
- # certificate. This optional field will ignore the load-balancing scheme of
63
- # the Pool and directly issue the certificate from the CA with the specified
64
- # ID, contained in the same {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} referenced by `parent`. Per-CA quota
65
- # rules apply. If left empty, a {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} will be chosen from
66
- # the {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} by the service. For example, to issue a {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} from
67
- # a Certificate Authority with resource name
72
+ # Optional. The resource ID of the
73
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
74
+ # that should issue the certificate. This optional field will ignore the
75
+ # load-balancing scheme of the Pool and directly issue the certificate from
76
+ # the CA with the specified ID, contained in the same
77
+ # {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} referenced by `parent`.
78
+ # Per-CA quota rules apply. If left empty, a
79
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
80
+ # will be chosen from the {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool}
81
+ # by the service. For example, to issue a
82
+ # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} from a
83
+ # Certificate Authority with resource name
68
84
  # "projects/my-project/locations/us-central1/caPools/my-pool/certificateAuthorities/my-ca",
69
- # you can set the {::Google::Cloud::Security::PrivateCA::V1::CreateCertificateRequest#parent parent} to
70
- # "projects/my-project/locations/us-central1/caPools/my-pool" and the
71
- # {::Google::Cloud::Security::PrivateCA::V1::CreateCertificateRequest#issuing_certificate_authority_id issuing_certificate_authority_id} to "my-ca".
85
+ # you can set the
86
+ # {::Google::Cloud::Security::PrivateCA::V1::CreateCertificateRequest#parent parent}
87
+ # to "projects/my-project/locations/us-central1/caPools/my-pool" and the
88
+ # {::Google::Cloud::Security::PrivateCA::V1::CreateCertificateRequest#issuing_certificate_authority_id issuing_certificate_authority_id}
89
+ # to "my-ca".
72
90
  class CreateCertificateRequest
73
91
  include ::Google::Protobuf::MessageExts
74
92
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -78,46 +96,52 @@ module Google
78
96
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#get_certificate CertificateAuthorityService.GetCertificate}.
79
97
  # @!attribute [rw] name
80
98
  # @return [::String]
81
- # Required. The {::Google::Cloud::Security::PrivateCA::V1::Certificate#name name} of the {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} to get.
99
+ # Required. The {::Google::Cloud::Security::PrivateCA::V1::Certificate#name name}
100
+ # of the {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} to
101
+ # get.
82
102
  class GetCertificateRequest
83
103
  include ::Google::Protobuf::MessageExts
84
104
  extend ::Google::Protobuf::MessageExts::ClassMethods
85
105
  end
86
106
 
87
- # Request message for {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#list_certificates CertificateAuthorityService.ListCertificates}.
107
+ # Request message for
108
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#list_certificates CertificateAuthorityService.ListCertificates}.
88
109
  # @!attribute [rw] parent
89
110
  # @return [::String]
90
111
  # Required. The resource name of the location associated with the
91
- # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificates}, in the format
92
- # `projects/*/locations/*/caPools/*`.
112
+ # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificates}, in the
113
+ # format `projects/*/locations/*/caPools/*`.
93
114
  # @!attribute [rw] page_size
94
115
  # @return [::Integer]
95
116
  # Optional. Limit on the number of
96
- # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificates} to include in the
97
- # response. Further {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificates} can subsequently be obtained
98
- # by including the
99
- # {::Google::Cloud::Security::PrivateCA::V1::ListCertificatesResponse#next_page_token ListCertificatesResponse.next_page_token} in a subsequent
100
- # request. If unspecified, the server will pick an appropriate default.
117
+ # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificates} to include
118
+ # in the response. Further
119
+ # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificates} can
120
+ # subsequently be obtained by including the
121
+ # {::Google::Cloud::Security::PrivateCA::V1::ListCertificatesResponse#next_page_token ListCertificatesResponse.next_page_token}
122
+ # in a subsequent request. If unspecified, the server will pick an
123
+ # appropriate default.
101
124
  # @!attribute [rw] page_token
102
125
  # @return [::String]
103
126
  # Optional. Pagination token, returned earlier via
104
127
  # {::Google::Cloud::Security::PrivateCA::V1::ListCertificatesResponse#next_page_token ListCertificatesResponse.next_page_token}.
105
128
  # @!attribute [rw] filter
106
129
  # @return [::String]
107
- # Optional. Only include resources that match the filter in the response. For details
108
- # on supported filters and syntax, see [Certificates Filtering
130
+ # Optional. Only include resources that match the filter in the response. For
131
+ # details on supported filters and syntax, see [Certificates Filtering
109
132
  # documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#filtering_support).
110
133
  # @!attribute [rw] order_by
111
134
  # @return [::String]
112
- # Optional. Specify how the results should be sorted. For details on supported fields
113
- # and syntax, see [Certificates Sorting
135
+ # Optional. Specify how the results should be sorted. For details on
136
+ # supported fields and syntax, see [Certificates Sorting
114
137
  # documentation](https://cloud.google.com/certificate-authority-service/docs/sorting-filtering-certificates#sorting_support).
115
138
  class ListCertificatesRequest
116
139
  include ::Google::Protobuf::MessageExts
117
140
  extend ::Google::Protobuf::MessageExts::ClassMethods
118
141
  end
119
142
 
120
- # Response message for {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#list_certificates CertificateAuthorityService.ListCertificates}.
143
+ # Response message for
144
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#list_certificates CertificateAuthorityService.ListCertificates}.
121
145
  # @!attribute [rw] certificates
122
146
  # @return [::Array<::Google::Cloud::Security::PrivateCA::V1::Certificate>]
123
147
  # The list of {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificates}.
@@ -138,21 +162,23 @@ module Google
138
162
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#revoke_certificate CertificateAuthorityService.RevokeCertificate}.
139
163
  # @!attribute [rw] name
140
164
  # @return [::String]
141
- # Required. The resource name for this {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the
142
- # format
165
+ # Required. The resource name for this
166
+ # {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} in the format
143
167
  # `projects/*/locations/*/caPools/*/certificates/*`.
144
168
  # @!attribute [rw] reason
145
169
  # @return [::Google::Cloud::Security::PrivateCA::V1::RevocationReason]
146
- # Required. The {::Google::Cloud::Security::PrivateCA::V1::RevocationReason RevocationReason} for revoking this certificate.
170
+ # Required. The
171
+ # {::Google::Cloud::Security::PrivateCA::V1::RevocationReason RevocationReason} for
172
+ # revoking this certificate.
147
173
  # @!attribute [rw] request_id
148
174
  # @return [::String]
149
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
150
- # retry your request, the server will know to ignore the request if it has
151
- # already been completed. The server will guarantee that for at least 60
152
- # minutes since the first request.
175
+ # Optional. An ID to identify requests. Specify a unique request ID so that
176
+ # if you must retry your request, the server will know to ignore the request
177
+ # if it has already been completed. The server will guarantee that for at
178
+ # least 60 minutes since the first request.
153
179
  #
154
- # For example, consider a situation where you make an initial request and t
155
- # he request times out. If you make the request again with the same request
180
+ # For example, consider a situation where you make an initial request and
181
+ # the request times out. If you make the request again with the same request
156
182
  # ID, the server can check if original operation with the same request ID
157
183
  # was received, and if so, will ignore the second request. This prevents
158
184
  # clients from accidentally creating duplicate commitments.
@@ -164,22 +190,24 @@ module Google
164
190
  extend ::Google::Protobuf::MessageExts::ClassMethods
165
191
  end
166
192
 
167
- # Request message for {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#update_certificate CertificateAuthorityService.UpdateCertificate}.
193
+ # Request message for
194
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#update_certificate CertificateAuthorityService.UpdateCertificate}.
168
195
  # @!attribute [rw] certificate
169
196
  # @return [::Google::Cloud::Security::PrivateCA::V1::Certificate]
170
- # Required. {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate} with updated values.
197
+ # Required. {::Google::Cloud::Security::PrivateCA::V1::Certificate Certificate}
198
+ # with updated values.
171
199
  # @!attribute [rw] update_mask
172
200
  # @return [::Google::Protobuf::FieldMask]
173
201
  # Required. A list of fields to be updated in this request.
174
202
  # @!attribute [rw] request_id
175
203
  # @return [::String]
176
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
177
- # retry your request, the server will know to ignore the request if it has
178
- # already been completed. The server will guarantee that for at least 60
179
- # minutes since the first request.
204
+ # Optional. An ID to identify requests. Specify a unique request ID so that
205
+ # if you must retry your request, the server will know to ignore the request
206
+ # if it has already been completed. The server will guarantee that for at
207
+ # least 60 minutes since the first request.
180
208
  #
181
- # For example, consider a situation where you make an initial request and t
182
- # he request times out. If you make the request again with the same request
209
+ # For example, consider a situation where you make an initial request and
210
+ # the request times out. If you make the request again with the same request
183
211
  # ID, the server can check if original operation with the same request ID
184
212
  # was received, and if so, will ignore the second request. This prevents
185
213
  # clients from accidentally creating duplicate commitments.
@@ -195,25 +223,26 @@ module Google
195
223
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#activate_certificate_authority CertificateAuthorityService.ActivateCertificateAuthority}.
196
224
  # @!attribute [rw] name
197
225
  # @return [::String]
198
- # Required. The resource name for this {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} in the
199
- # format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
226
+ # Required. The resource name for this
227
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
228
+ # in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
200
229
  # @!attribute [rw] pem_ca_certificate
201
230
  # @return [::String]
202
231
  # Required. The signed CA certificate issued from
203
232
  # {::Google::Cloud::Security::PrivateCA::V1::FetchCertificateAuthorityCsrResponse#pem_csr FetchCertificateAuthorityCsrResponse.pem_csr}.
204
233
  # @!attribute [rw] subordinate_config
205
234
  # @return [::Google::Cloud::Security::PrivateCA::V1::SubordinateConfig]
206
- # Required. Must include information about the issuer of 'pem_ca_certificate', and any
207
- # further issuers until the self-signed CA.
235
+ # Required. Must include information about the issuer of
236
+ # 'pem_ca_certificate', and any further issuers until the self-signed CA.
208
237
  # @!attribute [rw] request_id
209
238
  # @return [::String]
210
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
211
- # retry your request, the server will know to ignore the request if it has
212
- # already been completed. The server will guarantee that for at least 60
213
- # minutes since the first request.
239
+ # Optional. An ID to identify requests. Specify a unique request ID so that
240
+ # if you must retry your request, the server will know to ignore the request
241
+ # if it has already been completed. The server will guarantee that for at
242
+ # least 60 minutes since the first request.
214
243
  #
215
- # For example, consider a situation where you make an initial request and t
216
- # he request times out. If you make the request again with the same request
244
+ # For example, consider a situation where you make an initial request and
245
+ # the request times out. If you make the request again with the same request
217
246
  # ID, the server can check if original operation with the same request ID
218
247
  # was received, and if so, will ignore the second request. This prevents
219
248
  # clients from accidentally creating duplicate commitments.
@@ -229,25 +258,28 @@ module Google
229
258
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#create_certificate_authority CertificateAuthorityService.CreateCertificateAuthority}.
230
259
  # @!attribute [rw] parent
231
260
  # @return [::String]
232
- # Required. The resource name of the {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} associated with the
233
- # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthorities}, in the format
234
- # `projects/*/locations/*/caPools/*`.
261
+ # Required. The resource name of the
262
+ # {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} associated with the
263
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthorities},
264
+ # in the format `projects/*/locations/*/caPools/*`.
235
265
  # @!attribute [rw] certificate_authority_id
236
266
  # @return [::String]
237
267
  # Required. It must be unique within a location and match the regular
238
268
  # expression `[a-zA-Z0-9_-]{1,63}`
239
269
  # @!attribute [rw] certificate_authority
240
270
  # @return [::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority]
241
- # Required. A {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} with initial field values.
271
+ # Required. A
272
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
273
+ # with initial field values.
242
274
  # @!attribute [rw] request_id
243
275
  # @return [::String]
244
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
245
- # retry your request, the server will know to ignore the request if it has
246
- # already been completed. The server will guarantee that for at least 60
247
- # minutes since the first request.
276
+ # Optional. An ID to identify requests. Specify a unique request ID so that
277
+ # if you must retry your request, the server will know to ignore the request
278
+ # if it has already been completed. The server will guarantee that for at
279
+ # least 60 minutes since the first request.
248
280
  #
249
- # For example, consider a situation where you make an initial request and t
250
- # he request times out. If you make the request again with the same request
281
+ # For example, consider a situation where you make an initial request and
282
+ # the request times out. If you make the request again with the same request
251
283
  # ID, the server can check if original operation with the same request ID
252
284
  # was received, and if so, will ignore the second request. This prevents
253
285
  # clients from accidentally creating duplicate commitments.
@@ -263,17 +295,18 @@ module Google
263
295
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#disable_certificate_authority CertificateAuthorityService.DisableCertificateAuthority}.
264
296
  # @!attribute [rw] name
265
297
  # @return [::String]
266
- # Required. The resource name for this {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} in the
267
- # format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
298
+ # Required. The resource name for this
299
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
300
+ # in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
268
301
  # @!attribute [rw] request_id
269
302
  # @return [::String]
270
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
271
- # retry your request, the server will know to ignore the request if it has
272
- # already been completed. The server will guarantee that for at least 60
273
- # minutes since the first request.
303
+ # Optional. An ID to identify requests. Specify a unique request ID so that
304
+ # if you must retry your request, the server will know to ignore the request
305
+ # if it has already been completed. The server will guarantee that for at
306
+ # least 60 minutes since the first request.
274
307
  #
275
- # For example, consider a situation where you make an initial request and t
276
- # he request times out. If you make the request again with the same request
308
+ # For example, consider a situation where you make an initial request and
309
+ # the request times out. If you make the request again with the same request
277
310
  # ID, the server can check if original operation with the same request ID
278
311
  # was received, and if so, will ignore the second request. This prevents
279
312
  # clients from accidentally creating duplicate commitments.
@@ -289,17 +322,18 @@ module Google
289
322
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#enable_certificate_authority CertificateAuthorityService.EnableCertificateAuthority}.
290
323
  # @!attribute [rw] name
291
324
  # @return [::String]
292
- # Required. The resource name for this {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} in the
293
- # format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
325
+ # Required. The resource name for this
326
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
327
+ # in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
294
328
  # @!attribute [rw] request_id
295
329
  # @return [::String]
296
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
297
- # retry your request, the server will know to ignore the request if it has
298
- # already been completed. The server will guarantee that for at least 60
299
- # minutes since the first request.
330
+ # Optional. An ID to identify requests. Specify a unique request ID so that
331
+ # if you must retry your request, the server will know to ignore the request
332
+ # if it has already been completed. The server will guarantee that for at
333
+ # least 60 minutes since the first request.
300
334
  #
301
- # For example, consider a situation where you make an initial request and t
302
- # he request times out. If you make the request again with the same request
335
+ # For example, consider a situation where you make an initial request and
336
+ # the request times out. If you make the request again with the same request
303
337
  # ID, the server can check if original operation with the same request ID
304
338
  # was received, and if so, will ignore the second request. This prevents
305
339
  # clients from accidentally creating duplicate commitments.
@@ -315,8 +349,9 @@ module Google
315
349
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#fetch_certificate_authority_csr CertificateAuthorityService.FetchCertificateAuthorityCsr}.
316
350
  # @!attribute [rw] name
317
351
  # @return [::String]
318
- # Required. The resource name for this {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} in the
319
- # format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
352
+ # Required. The resource name for this
353
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
354
+ # in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
320
355
  class FetchCertificateAuthorityCsrRequest
321
356
  include ::Google::Protobuf::MessageExts
322
357
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -332,11 +367,14 @@ module Google
332
367
  extend ::Google::Protobuf::MessageExts::ClassMethods
333
368
  end
334
369
 
335
- # Request message for {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#get_certificate_authority CertificateAuthorityService.GetCertificateAuthority}.
370
+ # Request message for
371
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#get_certificate_authority CertificateAuthorityService.GetCertificateAuthority}.
336
372
  # @!attribute [rw] name
337
373
  # @return [::String]
338
- # Required. The {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority#name name} of the {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} to
339
- # get.
374
+ # Required. The
375
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority#name name} of the
376
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
377
+ # to get.
340
378
  class GetCertificateAuthorityRequest
341
379
  include ::Google::Protobuf::MessageExts
342
380
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -346,17 +384,20 @@ module Google
346
384
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#list_certificate_authorities CertificateAuthorityService.ListCertificateAuthorities}.
347
385
  # @!attribute [rw] parent
348
386
  # @return [::String]
349
- # Required. The resource name of the {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} associated with the
350
- # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthorities}, in the format
351
- # `projects/*/locations/*/caPools/*`.
387
+ # Required. The resource name of the
388
+ # {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} associated with the
389
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthorities},
390
+ # in the format `projects/*/locations/*/caPools/*`.
352
391
  # @!attribute [rw] page_size
353
392
  # @return [::Integer]
354
- # Optional. Limit on the number of {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthorities} to
355
- # include in the response.
356
- # Further {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthorities} can subsequently be
357
- # obtained by including the
358
- # {::Google::Cloud::Security::PrivateCA::V1::ListCertificateAuthoritiesResponse#next_page_token ListCertificateAuthoritiesResponse.next_page_token} in a subsequent
359
- # request. If unspecified, the server will pick an appropriate default.
393
+ # Optional. Limit on the number of
394
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthorities}
395
+ # to include in the response. Further
396
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthorities}
397
+ # can subsequently be obtained by including the
398
+ # {::Google::Cloud::Security::PrivateCA::V1::ListCertificateAuthoritiesResponse#next_page_token ListCertificateAuthoritiesResponse.next_page_token}
399
+ # in a subsequent request. If unspecified, the server will pick an
400
+ # appropriate default.
360
401
  # @!attribute [rw] page_token
361
402
  # @return [::String]
362
403
  # Optional. Pagination token, returned earlier via
@@ -376,7 +417,8 @@ module Google
376
417
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#list_certificate_authorities CertificateAuthorityService.ListCertificateAuthorities}.
377
418
  # @!attribute [rw] certificate_authorities
378
419
  # @return [::Array<::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority>]
379
- # The list of {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthorities}.
420
+ # The list of
421
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthorities}.
380
422
  # @!attribute [rw] next_page_token
381
423
  # @return [::String]
382
424
  # A token to retrieve next page of results. Pass this value in
@@ -394,17 +436,18 @@ module Google
394
436
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#undelete_certificate_authority CertificateAuthorityService.UndeleteCertificateAuthority}.
395
437
  # @!attribute [rw] name
396
438
  # @return [::String]
397
- # Required. The resource name for this {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} in the
398
- # format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
439
+ # Required. The resource name for this
440
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
441
+ # in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
399
442
  # @!attribute [rw] request_id
400
443
  # @return [::String]
401
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
402
- # retry your request, the server will know to ignore the request if it has
403
- # already been completed. The server will guarantee that for at least 60
404
- # minutes since the first request.
444
+ # Optional. An ID to identify requests. Specify a unique request ID so that
445
+ # if you must retry your request, the server will know to ignore the request
446
+ # if it has already been completed. The server will guarantee that for at
447
+ # least 60 minutes since the first request.
405
448
  #
406
- # For example, consider a situation where you make an initial request and t
407
- # he request times out. If you make the request again with the same request
449
+ # For example, consider a situation where you make an initial request and
450
+ # the request times out. If you make the request again with the same request
408
451
  # ID, the server can check if original operation with the same request ID
409
452
  # was received, and if so, will ignore the second request. This prevents
410
453
  # clients from accidentally creating duplicate commitments.
@@ -420,17 +463,18 @@ module Google
420
463
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#delete_certificate_authority CertificateAuthorityService.DeleteCertificateAuthority}.
421
464
  # @!attribute [rw] name
422
465
  # @return [::String]
423
- # Required. The resource name for this {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} in the
424
- # format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
466
+ # Required. The resource name for this
467
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
468
+ # in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
425
469
  # @!attribute [rw] request_id
426
470
  # @return [::String]
427
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
428
- # retry your request, the server will know to ignore the request if it has
429
- # already been completed. The server will guarantee that for at least 60
430
- # minutes since the first request.
471
+ # Optional. An ID to identify requests. Specify a unique request ID so that
472
+ # if you must retry your request, the server will know to ignore the request
473
+ # if it has already been completed. The server will guarantee that for at
474
+ # least 60 minutes since the first request.
431
475
  #
432
- # For example, consider a situation where you make an initial request and t
433
- # he request times out. If you make the request again with the same request
476
+ # For example, consider a situation where you make an initial request and
477
+ # the request times out. If you make the request again with the same request
434
478
  # ID, the server can check if original operation with the same request ID
435
479
  # was received, and if so, will ignore the second request. This prevents
436
480
  # clients from accidentally creating duplicate commitments.
@@ -443,9 +487,9 @@ module Google
443
487
  # active certs. Active certs include both unrevoked and unexpired certs.
444
488
  # @!attribute [rw] skip_grace_period
445
489
  # @return [::Boolean]
446
- # Optional. If this flag is set, the Certificate Authority will be deleted as soon as
447
- # possible without a 30-day grace period where undeletion would have been
448
- # allowed. If you proceed, there will be no way to recover this CA.
490
+ # Optional. If this flag is set, the Certificate Authority will be deleted as
491
+ # soon as possible without a 30-day grace period where undeletion would have
492
+ # been allowed. If you proceed, there will be no way to recover this CA.
449
493
  class DeleteCertificateAuthorityRequest
450
494
  include ::Google::Protobuf::MessageExts
451
495
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -455,19 +499,21 @@ module Google
455
499
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#update_certificate_authority CertificateAuthorityService.UpdateCertificateAuthority}.
456
500
  # @!attribute [rw] certificate_authority
457
501
  # @return [::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority]
458
- # Required. {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority} with updated values.
502
+ # Required.
503
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
504
+ # with updated values.
459
505
  # @!attribute [rw] update_mask
460
506
  # @return [::Google::Protobuf::FieldMask]
461
507
  # Required. A list of fields to be updated in this request.
462
508
  # @!attribute [rw] request_id
463
509
  # @return [::String]
464
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
465
- # retry your request, the server will know to ignore the request if it has
466
- # already been completed. The server will guarantee that for at least 60
467
- # minutes since the first request.
510
+ # Optional. An ID to identify requests. Specify a unique request ID so that
511
+ # if you must retry your request, the server will know to ignore the request
512
+ # if it has already been completed. The server will guarantee that for at
513
+ # least 60 minutes since the first request.
468
514
  #
469
- # For example, consider a situation where you make an initial request and t
470
- # he request times out. If you make the request again with the same request
515
+ # For example, consider a situation where you make an initial request and
516
+ # the request times out. If you make the request again with the same request
471
517
  # ID, the server can check if original operation with the same request ID
472
518
  # was received, and if so, will ignore the second request. This prevents
473
519
  # clients from accidentally creating duplicate commitments.
@@ -484,23 +530,25 @@ module Google
484
530
  # @!attribute [rw] parent
485
531
  # @return [::String]
486
532
  # Required. The resource name of the location associated with the
487
- # {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool}, in the format `projects/*/locations/*`.
533
+ # {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool}, in the format
534
+ # `projects/*/locations/*`.
488
535
  # @!attribute [rw] ca_pool_id
489
536
  # @return [::String]
490
537
  # Required. It must be unique within a location and match the regular
491
538
  # expression `[a-zA-Z0-9_-]{1,63}`
492
539
  # @!attribute [rw] ca_pool
493
540
  # @return [::Google::Cloud::Security::PrivateCA::V1::CaPool]
494
- # Required. A {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} with initial field values.
541
+ # Required. A {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} with
542
+ # initial field values.
495
543
  # @!attribute [rw] request_id
496
544
  # @return [::String]
497
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
498
- # retry your request, the server will know to ignore the request if it has
499
- # already been completed. The server will guarantee that for at least 60
500
- # minutes since the first request.
545
+ # Optional. An ID to identify requests. Specify a unique request ID so that
546
+ # if you must retry your request, the server will know to ignore the request
547
+ # if it has already been completed. The server will guarantee that for at
548
+ # least 60 minutes since the first request.
501
549
  #
502
- # For example, consider a situation where you make an initial request and t
503
- # he request times out. If you make the request again with the same request
550
+ # For example, consider a situation where you make an initial request and
551
+ # the request times out. If you make the request again with the same request
504
552
  # ID, the server can check if original operation with the same request ID
505
553
  # was received, and if so, will ignore the second request. This prevents
506
554
  # clients from accidentally creating duplicate commitments.
@@ -516,19 +564,20 @@ module Google
516
564
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#update_ca_pool CertificateAuthorityService.UpdateCaPool}.
517
565
  # @!attribute [rw] ca_pool
518
566
  # @return [::Google::Cloud::Security::PrivateCA::V1::CaPool]
519
- # Required. {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} with updated values.
567
+ # Required. {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} with updated
568
+ # values.
520
569
  # @!attribute [rw] update_mask
521
570
  # @return [::Google::Protobuf::FieldMask]
522
571
  # Required. A list of fields to be updated in this request.
523
572
  # @!attribute [rw] request_id
524
573
  # @return [::String]
525
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
526
- # retry your request, the server will know to ignore the request if it has
527
- # already been completed. The server will guarantee that for at least 60
528
- # minutes since the first request.
574
+ # Optional. An ID to identify requests. Specify a unique request ID so that
575
+ # if you must retry your request, the server will know to ignore the request
576
+ # if it has already been completed. The server will guarantee that for at
577
+ # least 60 minutes since the first request.
529
578
  #
530
- # For example, consider a situation where you make an initial request and t
531
- # he request times out. If you make the request again with the same request
579
+ # For example, consider a situation where you make an initial request and
580
+ # the request times out. If you make the request again with the same request
532
581
  # ID, the server can check if original operation with the same request ID
533
582
  # was received, and if so, will ignore the second request. This prevents
534
583
  # clients from accidentally creating duplicate commitments.
@@ -544,17 +593,18 @@ module Google
544
593
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#delete_ca_pool CertificateAuthorityService.DeleteCaPool}.
545
594
  # @!attribute [rw] name
546
595
  # @return [::String]
547
- # Required. The resource name for this {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} in the
548
- # format `projects/*/locations/*/caPools/*`.
596
+ # Required. The resource name for this
597
+ # {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} in the format
598
+ # `projects/*/locations/*/caPools/*`.
549
599
  # @!attribute [rw] request_id
550
600
  # @return [::String]
551
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
552
- # retry your request, the server will know to ignore the request if it has
553
- # already been completed. The server will guarantee that for at least 60
554
- # minutes since the first request.
601
+ # Optional. An ID to identify requests. Specify a unique request ID so that
602
+ # if you must retry your request, the server will know to ignore the request
603
+ # if it has already been completed. The server will guarantee that for at
604
+ # least 60 minutes since the first request.
555
605
  #
556
- # For example, consider a situation where you make an initial request and t
557
- # he request times out. If you make the request again with the same request
606
+ # For example, consider a situation where you make an initial request and
607
+ # the request times out. If you make the request again with the same request
558
608
  # ID, the server can check if original operation with the same request ID
559
609
  # was received, and if so, will ignore the second request. This prevents
560
610
  # clients from accidentally creating duplicate commitments.
@@ -570,17 +620,18 @@ module Google
570
620
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#fetch_ca_certs CertificateAuthorityService.FetchCaCerts}.
571
621
  # @!attribute [rw] ca_pool
572
622
  # @return [::String]
573
- # Required. The resource name for the {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} in the
574
- # format `projects/*/locations/*/caPools/*`.
623
+ # Required. The resource name for the
624
+ # {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} in the format
625
+ # `projects/*/locations/*/caPools/*`.
575
626
  # @!attribute [rw] request_id
576
627
  # @return [::String]
577
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
578
- # retry your request, the server will know to ignore the request if it has
579
- # already been completed. The server will guarantee that for at least 60
580
- # minutes since the first request.
628
+ # Optional. An ID to identify requests. Specify a unique request ID so that
629
+ # if you must retry your request, the server will know to ignore the request
630
+ # if it has already been completed. The server will guarantee that for at
631
+ # least 60 minutes since the first request.
581
632
  #
582
- # For example, consider a situation where you make an initial request and t
583
- # he request times out. If you make the request again with the same request
633
+ # For example, consider a situation where you make an initial request and
634
+ # the request times out. If you make the request again with the same request
584
635
  # ID, the server can check if original operation with the same request ID
585
636
  # was received, and if so, will ignore the second request. This prevents
586
637
  # clients from accidentally creating duplicate commitments.
@@ -597,7 +648,8 @@ module Google
597
648
  # @!attribute [rw] ca_certs
598
649
  # @return [::Array<::Google::Cloud::Security::PrivateCA::V1::FetchCaCertsResponse::CertChain>]
599
650
  # The PEM encoded CA certificate chains of all
600
- # [ACTIVE][CertificateAuthority.State.ACTIVE] {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
651
+ # [ACTIVE][CertificateAuthority.State.ACTIVE]
652
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthority CertificateAuthority}
601
653
  # resources in this {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool}.
602
654
  class FetchCaCertsResponse
603
655
  include ::Google::Protobuf::MessageExts
@@ -612,10 +664,12 @@ module Google
612
664
  end
613
665
  end
614
666
 
615
- # Request message for {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#get_ca_pool CertificateAuthorityService.GetCaPool}.
667
+ # Request message for
668
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#get_ca_pool CertificateAuthorityService.GetCaPool}.
616
669
  # @!attribute [rw] name
617
670
  # @return [::String]
618
- # Required. The {::Google::Cloud::Security::PrivateCA::V1::CaPool#name name} of the {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} to get.
671
+ # Required. The {::Google::Cloud::Security::PrivateCA::V1::CaPool#name name} of the
672
+ # {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPool} to get.
619
673
  class GetCaPoolRequest
620
674
  include ::Google::Protobuf::MessageExts
621
675
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -630,12 +684,13 @@ module Google
630
684
  # `projects/*/locations/*`.
631
685
  # @!attribute [rw] page_size
632
686
  # @return [::Integer]
633
- # Optional. Limit on the number of {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPools} to
634
- # include in the response.
635
- # Further {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPools} can subsequently be
636
- # obtained by including the
637
- # {::Google::Cloud::Security::PrivateCA::V1::ListCaPoolsResponse#next_page_token ListCaPoolsResponse.next_page_token} in a subsequent
638
- # request. If unspecified, the server will pick an appropriate default.
687
+ # Optional. Limit on the number of
688
+ # {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPools} to include in the
689
+ # response. Further {::Google::Cloud::Security::PrivateCA::V1::CaPool CaPools} can
690
+ # subsequently be obtained by including the
691
+ # {::Google::Cloud::Security::PrivateCA::V1::ListCaPoolsResponse#next_page_token ListCaPoolsResponse.next_page_token}
692
+ # in a subsequent request. If unspecified, the server will pick an
693
+ # appropriate default.
639
694
  # @!attribute [rw] page_token
640
695
  # @return [::String]
641
696
  # Optional. Pagination token, returned earlier via
@@ -673,8 +728,11 @@ module Google
673
728
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#get_certificate_revocation_list CertificateAuthorityService.GetCertificateRevocationList}.
674
729
  # @!attribute [rw] name
675
730
  # @return [::String]
676
- # Required. The {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList#name name} of the
677
- # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList} to get.
731
+ # Required. The
732
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList#name name}
733
+ # of the
734
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
735
+ # to get.
678
736
  class GetCertificateRevocationListRequest
679
737
  include ::Google::Protobuf::MessageExts
680
738
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -685,16 +743,18 @@ module Google
685
743
  # @!attribute [rw] parent
686
744
  # @return [::String]
687
745
  # Required. The resource name of the location associated with the
688
- # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationLists}, in the format
689
- # `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
746
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationLists},
747
+ # in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`.
690
748
  # @!attribute [rw] page_size
691
749
  # @return [::Integer]
692
750
  # Optional. Limit on the number of
693
- # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationLists} to include in the
694
- # response. Further {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationLists}
751
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationLists}
752
+ # to include in the response. Further
753
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationLists}
695
754
  # can subsequently be obtained by including the
696
- # {::Google::Cloud::Security::PrivateCA::V1::ListCertificateRevocationListsResponse#next_page_token ListCertificateRevocationListsResponse.next_page_token} in a subsequent
697
- # request. If unspecified, the server will pick an appropriate default.
755
+ # {::Google::Cloud::Security::PrivateCA::V1::ListCertificateRevocationListsResponse#next_page_token ListCertificateRevocationListsResponse.next_page_token}
756
+ # in a subsequent request. If unspecified, the server will pick an
757
+ # appropriate default.
698
758
  # @!attribute [rw] page_token
699
759
  # @return [::String]
700
760
  # Optional. Pagination token, returned earlier via
@@ -714,7 +774,8 @@ module Google
714
774
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#list_certificate_revocation_lists CertificateAuthorityService.ListCertificateRevocationLists}.
715
775
  # @!attribute [rw] certificate_revocation_lists
716
776
  # @return [::Array<::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList>]
717
- # The list of {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationLists}.
777
+ # The list of
778
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationLists}.
718
779
  # @!attribute [rw] next_page_token
719
780
  # @return [::String]
720
781
  # A token to retrieve next page of results. Pass this value in
@@ -732,19 +793,21 @@ module Google
732
793
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#update_certificate_revocation_list CertificateAuthorityService.UpdateCertificateRevocationList}.
733
794
  # @!attribute [rw] certificate_revocation_list
734
795
  # @return [::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList]
735
- # Required. {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList} with updated values.
796
+ # Required.
797
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateRevocationList CertificateRevocationList}
798
+ # with updated values.
736
799
  # @!attribute [rw] update_mask
737
800
  # @return [::Google::Protobuf::FieldMask]
738
801
  # Required. A list of fields to be updated in this request.
739
802
  # @!attribute [rw] request_id
740
803
  # @return [::String]
741
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
742
- # retry your request, the server will know to ignore the request if it has
743
- # already been completed. The server will guarantee that for at least 60
744
- # minutes since the first request.
804
+ # Optional. An ID to identify requests. Specify a unique request ID so that
805
+ # if you must retry your request, the server will know to ignore the request
806
+ # if it has already been completed. The server will guarantee that for at
807
+ # least 60 minutes since the first request.
745
808
  #
746
- # For example, consider a situation where you make an initial request and t
747
- # he request times out. If you make the request again with the same request
809
+ # For example, consider a situation where you make an initial request and
810
+ # the request times out. If you make the request again with the same request
748
811
  # ID, the server can check if original operation with the same request ID
749
812
  # was received, and if so, will ignore the second request. This prevents
750
813
  # clients from accidentally creating duplicate commitments.
@@ -761,24 +824,26 @@ module Google
761
824
  # @!attribute [rw] parent
762
825
  # @return [::String]
763
826
  # Required. The resource name of the location associated with the
764
- # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplate}, in the format
765
- # `projects/*/locations/*`.
827
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplate},
828
+ # in the format `projects/*/locations/*`.
766
829
  # @!attribute [rw] certificate_template_id
767
830
  # @return [::String]
768
831
  # Required. It must be unique within a location and match the regular
769
832
  # expression `[a-zA-Z0-9_-]{1,63}`
770
833
  # @!attribute [rw] certificate_template
771
834
  # @return [::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate]
772
- # Required. A {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplate} with initial field values.
835
+ # Required. A
836
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplate}
837
+ # with initial field values.
773
838
  # @!attribute [rw] request_id
774
839
  # @return [::String]
775
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
776
- # retry your request, the server will know to ignore the request if it has
777
- # already been completed. The server will guarantee that for at least 60
778
- # minutes since the first request.
840
+ # Optional. An ID to identify requests. Specify a unique request ID so that
841
+ # if you must retry your request, the server will know to ignore the request
842
+ # if it has already been completed. The server will guarantee that for at
843
+ # least 60 minutes since the first request.
779
844
  #
780
- # For example, consider a situation where you make an initial request and t
781
- # he request times out. If you make the request again with the same request
845
+ # For example, consider a situation where you make an initial request and
846
+ # the request times out. If you make the request again with the same request
782
847
  # ID, the server can check if original operation with the same request ID
783
848
  # was received, and if so, will ignore the second request. This prevents
784
849
  # clients from accidentally creating duplicate commitments.
@@ -794,17 +859,18 @@ module Google
794
859
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#delete_certificate_template CertificateAuthorityService.DeleteCertificateTemplate}.
795
860
  # @!attribute [rw] name
796
861
  # @return [::String]
797
- # Required. The resource name for this {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplate} in the format
798
- # `projects/*/locations/*/certificateTemplates/*`.
862
+ # Required. The resource name for this
863
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplate}
864
+ # in the format `projects/*/locations/*/certificateTemplates/*`.
799
865
  # @!attribute [rw] request_id
800
866
  # @return [::String]
801
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
802
- # retry your request, the server will know to ignore the request if it has
803
- # already been completed. The server will guarantee that for at least 60
804
- # minutes since the first request.
867
+ # Optional. An ID to identify requests. Specify a unique request ID so that
868
+ # if you must retry your request, the server will know to ignore the request
869
+ # if it has already been completed. The server will guarantee that for at
870
+ # least 60 minutes since the first request.
805
871
  #
806
- # For example, consider a situation where you make an initial request and t
807
- # he request times out. If you make the request again with the same request
872
+ # For example, consider a situation where you make an initial request and
873
+ # the request times out. If you make the request again with the same request
808
874
  # ID, the server can check if original operation with the same request ID
809
875
  # was received, and if so, will ignore the second request. This prevents
810
876
  # clients from accidentally creating duplicate commitments.
@@ -820,8 +886,10 @@ module Google
820
886
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#get_certificate_template CertificateAuthorityService.GetCertificateTemplate}.
821
887
  # @!attribute [rw] name
822
888
  # @return [::String]
823
- # Required. The {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate#name name} of the {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplate} to
824
- # get.
889
+ # Required. The
890
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate#name name} of the
891
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplate}
892
+ # to get.
825
893
  class GetCertificateTemplateRequest
826
894
  include ::Google::Protobuf::MessageExts
827
895
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -832,16 +900,18 @@ module Google
832
900
  # @!attribute [rw] parent
833
901
  # @return [::String]
834
902
  # Required. The resource name of the location associated with the
835
- # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplates}, in the format
836
- # `projects/*/locations/*`.
903
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplates},
904
+ # in the format `projects/*/locations/*`.
837
905
  # @!attribute [rw] page_size
838
906
  # @return [::Integer]
839
907
  # Optional. Limit on the number of
840
- # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplates} to include in the response.
841
- # Further {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplates} can subsequently be
842
- # obtained by including the
843
- # {::Google::Cloud::Security::PrivateCA::V1::ListCertificateTemplatesResponse#next_page_token ListCertificateTemplatesResponse.next_page_token} in a subsequent
844
- # request. If unspecified, the server will pick an appropriate default.
908
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplates}
909
+ # to include in the response. Further
910
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplates}
911
+ # can subsequently be obtained by including the
912
+ # {::Google::Cloud::Security::PrivateCA::V1::ListCertificateTemplatesResponse#next_page_token ListCertificateTemplatesResponse.next_page_token}
913
+ # in a subsequent request. If unspecified, the server will pick an
914
+ # appropriate default.
845
915
  # @!attribute [rw] page_token
846
916
  # @return [::String]
847
917
  # Optional. Pagination token, returned earlier via
@@ -861,7 +931,8 @@ module Google
861
931
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#list_certificate_templates CertificateAuthorityService.ListCertificateTemplates}.
862
932
  # @!attribute [rw] certificate_templates
863
933
  # @return [::Array<::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate>]
864
- # The list of {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplates}.
934
+ # The list of
935
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplates}.
865
936
  # @!attribute [rw] next_page_token
866
937
  # @return [::String]
867
938
  # A token to retrieve next page of results. Pass this value in
@@ -879,19 +950,21 @@ module Google
879
950
  # {::Google::Cloud::Security::PrivateCA::V1::CertificateAuthorityService::Client#update_certificate_template CertificateAuthorityService.UpdateCertificateTemplate}.
880
951
  # @!attribute [rw] certificate_template
881
952
  # @return [::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate]
882
- # Required. {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplate} with updated values.
953
+ # Required.
954
+ # {::Google::Cloud::Security::PrivateCA::V1::CertificateTemplate CertificateTemplate}
955
+ # with updated values.
883
956
  # @!attribute [rw] update_mask
884
957
  # @return [::Google::Protobuf::FieldMask]
885
958
  # Required. A list of fields to be updated in this request.
886
959
  # @!attribute [rw] request_id
887
960
  # @return [::String]
888
- # Optional. An ID to identify requests. Specify a unique request ID so that if you must
889
- # retry your request, the server will know to ignore the request if it has
890
- # already been completed. The server will guarantee that for at least 60
891
- # minutes since the first request.
961
+ # Optional. An ID to identify requests. Specify a unique request ID so that
962
+ # if you must retry your request, the server will know to ignore the request
963
+ # if it has already been completed. The server will guarantee that for at
964
+ # least 60 minutes since the first request.
892
965
  #
893
- # For example, consider a situation where you make an initial request and t
894
- # he request times out. If you make the request again with the same request
966
+ # For example, consider a situation where you make an initial request and
967
+ # the request times out. If you make the request again with the same request
895
968
  # ID, the server can check if original operation with the same request ID
896
969
  # was received, and if so, will ignore the second request. This prevents
897
970
  # clients from accidentally creating duplicate commitments.
@@ -923,8 +996,9 @@ module Google
923
996
  # @return [::Boolean]
924
997
  # Output only. Identifies whether the user has requested cancellation
925
998
  # of the operation. Operations that have successfully been cancelled
926
- # have [Operation.error][] value with a {::Google::Rpc::Status#code google.rpc.Status.code} of 1,
927
- # corresponding to `Code.CANCELLED`.
999
+ # have [Operation.error][] value with a
1000
+ # {::Google::Rpc::Status#code google.rpc.Status.code} of 1, corresponding to
1001
+ # `Code.CANCELLED`.
928
1002
  # @!attribute [r] api_version
929
1003
  # @return [::String]
930
1004
  # Output only. API version used to start the operation.