google-cloud-security-private_ca-v1beta1 0.10.0 → 0.11.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 377edbc266fb1350f35b5877d9ac4766850b0204f912b1fb65d9b4d199424e01
4
- data.tar.gz: 6507d61841ee8893ec9ffb38988ad12e6bd93322ac23b1538bcbdc3d9aca7061
3
+ metadata.gz: 8d28a7d2d97df7892345256c737d78a559877b07d0c9bf566dc7a3c00a55c7c5
4
+ data.tar.gz: 8de20ba5dc64488fd32e90ff297e0154fd4f87b93e9d525e7f0c9b9864c282e4
5
5
  SHA512:
6
- metadata.gz: 86f385d2653fd963e777f0538c4aae6c85ba7687c7b79b2d31ffc06e48385566d1e36a6fab9ebe387a51401d1a88ac800642dff62e430c915e9a680055c02dd4
7
- data.tar.gz: 0b09294c938b8a75c98d546009fd4e952f3346851a22785033e775f4b8625a39b50b22b8b8643df7c404b95d87981b9ae904384a0bc3cd0a76cc1f8ce6ec4061
6
+ metadata.gz: 9a57713d0b0e260126dfa6ac678b676ea6326868a733b0e690daaac4dd88c0bfded89b3d8ff2f32fdd9c651b44d32ea2fb7df6b3d31c851e99fb065706137324
7
+ data.tar.gz: 6d614d07dfd75869c0e16a133a91e95f6949f3f333a26a48235de583a0a4fdf248ce15250238cdf0c915acfeaf233b6f6a008dfb9a7c36c1d41d503e55baf8a0
data/README.md CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
86
86
 
87
87
  ## Supported Ruby Versions
88
88
 
89
- This library is supported on Ruby 2.7+.
89
+ This library is supported on Ruby 3.0+.
90
90
 
91
91
  Google provides official support for Ruby versions that are actively supported
92
92
  by Ruby Core—that is, Ruby versions that are either in normal maintenance or
@@ -2318,6 +2318,13 @@ module Google
2318
2318
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
2319
2319
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
2320
2320
  # * (`nil`) indicating no credentials
2321
+ #
2322
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
2323
+ # external source for authentication to Google Cloud, you must validate it before
2324
+ # providing it to a Google API client library. Providing an unvalidated credential
2325
+ # configuration to Google APIs can compromise the security of your systems and data.
2326
+ # For more information, refer to [Validate credential configurations from external
2327
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
2321
2328
  # @return [::Object]
2322
2329
  # @!attribute [rw] scope
2323
2330
  # The OAuth scopes
@@ -641,6 +641,13 @@ module Google
641
641
  # * (`GRPC::Core::Channel`) a gRPC channel with included credentials
642
642
  # * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
643
643
  # * (`nil`) indicating no credentials
644
+ #
645
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
646
+ # external source for authentication to Google Cloud, you must validate it before
647
+ # providing it to a Google API client library. Providing an unvalidated credential
648
+ # configuration to Google APIs can compromise the security of your systems and data.
649
+ # For more information, refer to [Validate credential configurations from external
650
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
644
651
  # @return [::Object]
645
652
  # @!attribute [rw] scope
646
653
  # The OAuth scopes
@@ -2161,6 +2161,13 @@ module Google
2161
2161
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
2162
2162
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
2163
2163
  # * (`nil`) indicating no credentials
2164
+ #
2165
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
2166
+ # external source for authentication to Google Cloud, you must validate it before
2167
+ # providing it to a Google API client library. Providing an unvalidated credential
2168
+ # configuration to Google APIs can compromise the security of your systems and data.
2169
+ # For more information, refer to [Validate credential configurations from external
2170
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
2164
2171
  # @return [::Object]
2165
2172
  # @!attribute [rw] scope
2166
2173
  # The OAuth scopes
@@ -503,6 +503,13 @@ module Google
503
503
  # * (`Signet::OAuth2::Client`) A signet oauth2 client object
504
504
  # (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
505
505
  # * (`nil`) indicating no credentials
506
+ #
507
+ # Warning: If you accept a credential configuration (JSON file or Hash) from an
508
+ # external source for authentication to Google Cloud, you must validate it before
509
+ # providing it to a Google API client library. Providing an unvalidated credential
510
+ # configuration to Google APIs can compromise the security of your systems and data.
511
+ # For more information, refer to [Validate credential configurations from external
512
+ # sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
506
513
  # @return [::Object]
507
514
  # @!attribute [rw] scope
508
515
  # The OAuth scopes
@@ -22,7 +22,7 @@ module Google
22
22
  module Security
23
23
  module PrivateCA
24
24
  module V1beta1
25
- VERSION = "0.10.0"
25
+ VERSION = "0.11.0"
26
26
  end
27
27
  end
28
28
  end
@@ -126,11 +126,15 @@ module Google
126
126
  # @return [::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::CertificateAuthorityPolicy::AllowedConfigList]
127
127
  # Optional. All {::Google::Cloud::Security::PrivateCA::V1beta1::Certificate Certificates} issued by the {::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority CertificateAuthority}
128
128
  # must match at least one listed {::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigWrapper ReusableConfigWrapper} in the list.
129
+ #
130
+ # Note: The following fields are mutually exclusive: `allowed_config_list`, `overwrite_config_values`. If a field in that set is populated, all other fields in the set will automatically be cleared.
129
131
  # @!attribute [rw] overwrite_config_values
130
132
  # @return [::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigWrapper]
131
133
  # Optional. All {::Google::Cloud::Security::PrivateCA::V1beta1::Certificate Certificates} issued by the {::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority CertificateAuthority}
132
134
  # will use the provided configuration values, overwriting any requested
133
135
  # configuration values.
136
+ #
137
+ # Note: The following fields are mutually exclusive: `overwrite_config_values`, `allowed_config_list`. If a field in that set is populated, all other fields in the set will automatically be cleared.
134
138
  # @!attribute [rw] allowed_locations_and_organizations
135
139
  # @return [::Array<::Google::Cloud::Security::PrivateCA::V1beta1::Subject>]
136
140
  # Optional. If any {::Google::Cloud::Security::PrivateCA::V1beta1::Subject Subject} is specified here, then all
@@ -253,11 +257,15 @@ module Google
253
257
  # `projects/*/locations/*/keyRings/*/cryptoKeys/*/cryptoKeyVersions/*`.
254
258
  # This option enables full flexibility in the key's capabilities and
255
259
  # properties.
260
+ #
261
+ # Note: The following fields are mutually exclusive: `cloud_kms_key_version`, `algorithm`. If a field in that set is populated, all other fields in the set will automatically be cleared.
256
262
  # @!attribute [rw] algorithm
257
263
  # @return [::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::SignHashAlgorithm]
258
264
  # Required. The algorithm to use for creating a managed Cloud KMS key for a for a
259
265
  # simplified experience. All managed keys will be have their
260
266
  # [ProtectionLevel][google.cloud.kms.v1.ProtectionLevel] as `HSM`.
267
+ #
268
+ # Note: The following fields are mutually exclusive: `algorithm`, `cloud_kms_key_version`. If a field in that set is populated, all other fields in the set will automatically be cleared.
261
269
  class KeyVersionSpec
262
270
  include ::Google::Protobuf::MessageExts
263
271
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -440,10 +448,14 @@ module Google
440
448
  # @!attribute [rw] pem_csr
441
449
  # @return [::String]
442
450
  # Immutable. A pem-encoded X.509 certificate signing request (CSR).
451
+ #
452
+ # Note: The following fields are mutually exclusive: `pem_csr`, `config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
443
453
  # @!attribute [rw] config
444
454
  # @return [::Google::Cloud::Security::PrivateCA::V1beta1::CertificateConfig]
445
455
  # Immutable. A description of the certificate and key that does not require X.509 or
446
456
  # ASN.1.
457
+ #
458
+ # Note: The following fields are mutually exclusive: `config`, `pem_csr`. If a field in that set is populated, all other fields in the set will automatically be cleared.
447
459
  # @!attribute [rw] lifetime
448
460
  # @return [::Google::Protobuf::Duration]
449
461
  # Required. Immutable. The desired lifetime of a certificate. Used to create the
@@ -588,9 +600,13 @@ module Google
588
600
  # @return [::String]
589
601
  # Required. A resource path to a {::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfig ReusableConfig} in the format
590
602
  # `projects/*/locations/*/reusableConfigs/*`.
603
+ #
604
+ # Note: The following fields are mutually exclusive: `reusable_config`, `reusable_config_values`. If a field in that set is populated, all other fields in the set will automatically be cleared.
591
605
  # @!attribute [rw] reusable_config_values
592
606
  # @return [::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigValues]
593
607
  # Required. A user-specified inline {::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigValues ReusableConfigValues}.
608
+ #
609
+ # Note: The following fields are mutually exclusive: `reusable_config_values`, `reusable_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
594
610
  class ReusableConfigWrapper
595
611
  include ::Google::Protobuf::MessageExts
596
612
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -604,10 +620,14 @@ module Google
604
620
  # was used to create a subordinate {::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority CertificateAuthority}. This field
605
621
  # is used for information and usability purposes only. The resource name
606
622
  # is in the format `projects/*/locations/*/certificateAuthorities/*`.
623
+ #
624
+ # Note: The following fields are mutually exclusive: `certificate_authority`, `pem_issuer_chain`. If a field in that set is populated, all other fields in the set will automatically be cleared.
607
625
  # @!attribute [rw] pem_issuer_chain
608
626
  # @return [::Google::Cloud::Security::PrivateCA::V1beta1::SubordinateConfig::SubordinateConfigChain]
609
627
  # Required. Contains the PEM certificate chain for the issuers of this
610
628
  # {::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority CertificateAuthority}, but not pem certificate for this CA itself.
629
+ #
630
+ # Note: The following fields are mutually exclusive: `pem_issuer_chain`, `certificate_authority`. If a field in that set is populated, all other fields in the set will automatically be cleared.
611
631
  class SubordinateConfig
612
632
  include ::Google::Protobuf::MessageExts
613
633
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -40,6 +40,8 @@ module Google
40
40
  # @!attribute [rw] error
41
41
  # @return [::Google::Rpc::Status]
42
42
  # The error result of the operation in case of failure or cancellation.
43
+ #
44
+ # Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
43
45
  # @!attribute [rw] response
44
46
  # @return [::Google::Protobuf::Any]
45
47
  # The normal, successful response of the operation. If the original
@@ -50,6 +52,8 @@ module Google
50
52
  # is the original method name. For example, if the original method name
51
53
  # is `TakeSnapshot()`, the inferred response type is
52
54
  # `TakeSnapshotResponse`.
55
+ #
56
+ # Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
53
57
  class Operation
54
58
  include ::Google::Protobuf::MessageExts
55
59
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-security-private_ca-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-10 00:00:00.000000000 Z
10
+ date: 2025-01-29 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: gapic-common
@@ -16,7 +15,7 @@ dependencies:
16
15
  requirements:
17
16
  - - ">="
18
17
  - !ruby/object:Gem::Version
19
- version: 0.24.0
18
+ version: 0.25.0
20
19
  - - "<"
21
20
  - !ruby/object:Gem::Version
22
21
  version: 2.a
@@ -26,7 +25,7 @@ dependencies:
26
25
  requirements:
27
26
  - - ">="
28
27
  - !ruby/object:Gem::Version
29
- version: 0.24.0
28
+ version: 0.25.0
30
29
  - - "<"
31
30
  - !ruby/object:Gem::Version
32
31
  version: 2.a
@@ -94,7 +93,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
94
93
  licenses:
95
94
  - Apache-2.0
96
95
  metadata: {}
97
- post_install_message:
98
96
  rdoc_options: []
99
97
  require_paths:
100
98
  - lib
@@ -102,15 +100,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
102
100
  requirements:
103
101
  - - ">="
104
102
  - !ruby/object:Gem::Version
105
- version: '2.7'
103
+ version: '3.0'
106
104
  required_rubygems_version: !ruby/object:Gem::Requirement
107
105
  requirements:
108
106
  - - ">="
109
107
  - !ruby/object:Gem::Version
110
108
  version: '0'
111
109
  requirements: []
112
- rubygems_version: 3.5.23
113
- signing_key:
110
+ rubygems_version: 3.6.2
114
111
  specification_version: 4
115
112
  summary: API Client library for the Certificate Authority Service V1beta1 API
116
113
  test_files: []