google-cloud-security-public_ca-v1beta1 0.9.0 → 0.9.1
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.
- checksums.yaml +4 -4
- data/lib/google/cloud/security/public_ca/v1beta1/public_certificate_authority_service/client.rb +9 -7
- data/lib/google/cloud/security/public_ca/v1beta1/public_certificate_authority_service/rest/client.rb +9 -7
- data/lib/google/cloud/security/public_ca/v1beta1/version.rb +1 -1
- data/lib/google/cloud/security/publicca/v1beta1/resources_pb.rb +1 -1
- data/lib/google/cloud/security/publicca/v1beta1/service_pb.rb +1 -1
- data/lib/google/cloud/security/publicca/v1beta1/service_services_pb.rb +3 -1
- data/proto_docs/google/cloud/security/publicca/v1beta1/service.rb +9 -7
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e873e48cbe0e488f9895d4217bd1f100e8e3df7e3c869b4a2ec4d3a84bbfc24d
|
4
|
+
data.tar.gz: 905aff8aee8d858edf0c2fa49ee01406afac0a7dc8104e26d33b3f645a26fe7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 171b26a7bae88c08daa72b93ee44b57f207077fd65d17271b46f508ab2196f59b8cdbf50d32224b313e3fa35821a698621fd4a081211277ff8561375a77cdb3b
|
7
|
+
data.tar.gz: d1127e23f7bc0f3b126f75c8f88051bb3826f2be1ad6d51c623d3773e461fdcdcfa6e2d9cbbac24177bc8e82815cf9177cdfb5b34f1dab581df94b3fce9b3425
|
data/lib/google/cloud/security/public_ca/v1beta1/public_certificate_authority_service/client.rb
CHANGED
@@ -192,7 +192,9 @@ module Google
|
|
192
192
|
# Service calls
|
193
193
|
|
194
194
|
##
|
195
|
-
# Creates a new
|
195
|
+
# Creates a new
|
196
|
+
# {::Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey ExternalAccountKey}
|
197
|
+
# bound to the project.
|
196
198
|
#
|
197
199
|
# @overload create_external_account_key(request, options = nil)
|
198
200
|
# Pass arguments to `create_external_account_key` via a request object, either of type
|
@@ -210,13 +212,13 @@ module Google
|
|
210
212
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
211
213
|
#
|
212
214
|
# @param parent [::String]
|
213
|
-
# Required. The parent resource where this external_account_key will be
|
214
|
-
# Format: projects/[project_id]/locations/[location].
|
215
|
-
#
|
215
|
+
# Required. The parent resource where this external_account_key will be
|
216
|
+
# created. Format: projects/[project_id]/locations/[location]. At present
|
217
|
+
# only the "global" location is supported.
|
216
218
|
# @param external_account_key [::Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey, ::Hash]
|
217
|
-
# Required. The external account key to create. This field only exists to
|
218
|
-
# the API. At present, all fields in ExternalAccountKey are
|
219
|
-
# all values are ignored. For the purpose of the
|
219
|
+
# Required. The external account key to create. This field only exists to
|
220
|
+
# future-proof the API. At present, all fields in ExternalAccountKey are
|
221
|
+
# output only and all values are ignored. For the purpose of the
|
220
222
|
# CreateExternalAccountKeyRequest, set it to a default/empty value.
|
221
223
|
#
|
222
224
|
# @yield [response, operation] Access the result along with the RPC operation
|
data/lib/google/cloud/security/public_ca/v1beta1/public_certificate_authority_service/rest/client.rb
CHANGED
@@ -185,7 +185,9 @@ module Google
|
|
185
185
|
# Service calls
|
186
186
|
|
187
187
|
##
|
188
|
-
# Creates a new
|
188
|
+
# Creates a new
|
189
|
+
# {::Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey ExternalAccountKey}
|
190
|
+
# bound to the project.
|
189
191
|
#
|
190
192
|
# @overload create_external_account_key(request, options = nil)
|
191
193
|
# Pass arguments to `create_external_account_key` via a request object, either of type
|
@@ -203,13 +205,13 @@ module Google
|
|
203
205
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
204
206
|
#
|
205
207
|
# @param parent [::String]
|
206
|
-
# Required. The parent resource where this external_account_key will be
|
207
|
-
# Format: projects/[project_id]/locations/[location].
|
208
|
-
#
|
208
|
+
# Required. The parent resource where this external_account_key will be
|
209
|
+
# created. Format: projects/[project_id]/locations/[location]. At present
|
210
|
+
# only the "global" location is supported.
|
209
211
|
# @param external_account_key [::Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey, ::Hash]
|
210
|
-
# Required. The external account key to create. This field only exists to
|
211
|
-
# the API. At present, all fields in ExternalAccountKey are
|
212
|
-
# all values are ignored. For the purpose of the
|
212
|
+
# Required. The external account key to create. This field only exists to
|
213
|
+
# future-proof the API. At present, all fields in ExternalAccountKey are
|
214
|
+
# output only and all values are ignored. For the purpose of the
|
213
215
|
# CreateExternalAccountKeyRequest, set it to a default/empty value.
|
214
216
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
215
217
|
# @yieldparam result [::Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey]
|
@@ -8,7 +8,7 @@ require 'google/api/field_behavior_pb'
|
|
8
8
|
require 'google/api/resource_pb'
|
9
9
|
|
10
10
|
|
11
|
-
descriptor_data = "\n6google/cloud/security/publicca/v1beta1/resources.proto\x12&google.cloud.security.publicca.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\xdd\x01\n\x12\x45xternalAccountKey\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x13\n\x06key_id\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0b\x62\x36\x34_mac_key\x18\x03 \x01(\x0c\x42\x03\xe0\x41\x03:\x84\x01\xea\x41\x80\x01\n*publicca.googleapis.com/ExternalAccountKey\x12Rprojects/{project}/locations/{location}/externalAccountKeys/{external_account_key}B\
|
11
|
+
descriptor_data = "\n6google/cloud/security/publicca/v1beta1/resources.proto\x12&google.cloud.security.publicca.v1beta1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\"\xdd\x01\n\x12\x45xternalAccountKey\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x13\n\x06key_id\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0b\x62\x36\x34_mac_key\x18\x03 \x01(\x0c\x42\x03\xe0\x41\x03:\x84\x01\xea\x41\x80\x01\n*publicca.googleapis.com/ExternalAccountKey\x12Rprojects/{project}/locations/{location}/externalAccountKeys/{external_account_key}B\x85\x02\n*com.google.cloud.security.publicca.v1beta1B\x0eResourcesProtoP\x01ZFcloud.google.com/go/security/publicca/apiv1beta1/publiccapb;publiccapb\xaa\x02&Google.Cloud.Security.PublicCA.V1Beta1\xca\x02&Google\\Cloud\\Security\\PublicCA\\V1beta1\xea\x02*Google::Cloud::Security::PublicCA::V1beta1b\x06proto3"
|
12
12
|
|
13
13
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
14
14
|
|
@@ -11,7 +11,7 @@ require 'google/api/resource_pb'
|
|
11
11
|
require 'google/cloud/security/publicca/v1beta1/resources_pb'
|
12
12
|
|
13
13
|
|
14
|
-
descriptor_data = "\n4google/cloud/security/publicca/v1beta1/service.proto\x12&google.cloud.security.publicca.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x36google/cloud/security/publicca/v1beta1/resources.proto\"\xc4\x01\n\x1f\x43reateExternalAccountKeyRequest\x12\x42\n\x06parent\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\x12*publicca.googleapis.com/ExternalAccountKey\x12]\n\x14\x65xternal_account_key\x18\x02 \x01(\x0b\x32:.google.cloud.security.publicca.v1beta1.ExternalAccountKeyB\x03\xe0\x41\x02\x32\x8c\x03\n!PublicCertificateAuthorityService\x12\x99\x02\n\x18\x43reateExternalAccountKey\x12G.google.cloud.security.publicca.v1beta1.CreateExternalAccountKeyRequest\x1a:.google.cloud.security.publicca.v1beta1.ExternalAccountKey\"x\xda\x41\x1bparent,external_account_key\x82\xd3\xe4\x93\x02T\"</v1beta1/{parent=projects/*/locations/*}/externalAccountKeys:\x14\x65xternal_account_key\x1aK\xca\x41\x17publicca.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\
|
14
|
+
descriptor_data = "\n4google/cloud/security/publicca/v1beta1/service.proto\x12&google.cloud.security.publicca.v1beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x36google/cloud/security/publicca/v1beta1/resources.proto\"\xc4\x01\n\x1f\x43reateExternalAccountKeyRequest\x12\x42\n\x06parent\x18\x01 \x01(\tB2\xe0\x41\x02\xfa\x41,\x12*publicca.googleapis.com/ExternalAccountKey\x12]\n\x14\x65xternal_account_key\x18\x02 \x01(\x0b\x32:.google.cloud.security.publicca.v1beta1.ExternalAccountKeyB\x03\xe0\x41\x02\x32\x8c\x03\n!PublicCertificateAuthorityService\x12\x99\x02\n\x18\x43reateExternalAccountKey\x12G.google.cloud.security.publicca.v1beta1.CreateExternalAccountKeyRequest\x1a:.google.cloud.security.publicca.v1beta1.ExternalAccountKey\"x\xda\x41\x1bparent,external_account_key\x82\xd3\xe4\x93\x02T\"</v1beta1/{parent=projects/*/locations/*}/externalAccountKeys:\x14\x65xternal_account_key\x1aK\xca\x41\x17publicca.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\x83\x02\n*com.google.cloud.security.publicca.v1beta1B\x0cServiceProtoP\x01ZFcloud.google.com/go/security/publicca/apiv1beta1/publiccapb;publiccapb\xaa\x02&Google.Cloud.Security.PublicCA.V1Beta1\xca\x02&Google\\Cloud\\Security\\PublicCA\\V1beta1\xea\x02*Google::Cloud::Security::PublicCA::V1beta1b\x06proto3"
|
15
15
|
|
16
16
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
17
17
|
|
@@ -36,7 +36,9 @@ module Google
|
|
36
36
|
self.unmarshal_class_method = :decode
|
37
37
|
self.service_name = 'google.cloud.security.publicca.v1beta1.PublicCertificateAuthorityService'
|
38
38
|
|
39
|
-
# Creates a new
|
39
|
+
# Creates a new
|
40
|
+
# [ExternalAccountKey][google.cloud.security.publicca.v1beta1.ExternalAccountKey]
|
41
|
+
# bound to the project.
|
40
42
|
rpc :CreateExternalAccountKey, ::Google::Cloud::Security::PublicCA::V1beta1::CreateExternalAccountKeyRequest, ::Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey
|
41
43
|
end
|
42
44
|
|
@@ -22,17 +22,19 @@ module Google
|
|
22
22
|
module Security
|
23
23
|
module PublicCA
|
24
24
|
module V1beta1
|
25
|
-
# Creates a new
|
25
|
+
# Creates a new
|
26
|
+
# {::Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey ExternalAccountKey}
|
27
|
+
# in a given project.
|
26
28
|
# @!attribute [rw] parent
|
27
29
|
# @return [::String]
|
28
|
-
# Required. The parent resource where this external_account_key will be
|
29
|
-
# Format: projects/[project_id]/locations/[location].
|
30
|
-
#
|
30
|
+
# Required. The parent resource where this external_account_key will be
|
31
|
+
# created. Format: projects/[project_id]/locations/[location]. At present
|
32
|
+
# only the "global" location is supported.
|
31
33
|
# @!attribute [rw] external_account_key
|
32
34
|
# @return [::Google::Cloud::Security::PublicCA::V1beta1::ExternalAccountKey]
|
33
|
-
# Required. The external account key to create. This field only exists to
|
34
|
-
# the API. At present, all fields in ExternalAccountKey are
|
35
|
-
# all values are ignored. For the purpose of the
|
35
|
+
# Required. The external account key to create. This field only exists to
|
36
|
+
# future-proof the API. At present, all fields in ExternalAccountKey are
|
37
|
+
# output only and all values are ignored. For the purpose of the
|
36
38
|
# CreateExternalAccountKeyRequest, set it to a default/empty value.
|
37
39
|
class CreateExternalAccountKeyRequest
|
38
40
|
include ::Google::Protobuf::MessageExts
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-security-public_ca-v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.9.
|
4
|
+
version: 0.9.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -15,14 +15,14 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - "~>"
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: '1.
|
18
|
+
version: '1.1'
|
19
19
|
type: :runtime
|
20
20
|
prerelease: false
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
22
22
|
requirements:
|
23
23
|
- - "~>"
|
24
24
|
- !ruby/object:Gem::Version
|
25
|
-
version: '1.
|
25
|
+
version: '1.1'
|
26
26
|
- !ruby/object:Gem::Dependency
|
27
27
|
name: google-cloud-errors
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -95,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
95
95
|
- !ruby/object:Gem::Version
|
96
96
|
version: '0'
|
97
97
|
requirements: []
|
98
|
-
rubygems_version: 3.6.
|
98
|
+
rubygems_version: 3.6.9
|
99
99
|
specification_version: 4
|
100
100
|
summary: The Public Certificate Authority API may be used to create and manage ACME
|
101
101
|
external account binding keys associated with Google Trust Services' publicly trusted
|