google-cloud-certificate_manager-v1 0.11.0 → 0.12.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.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/client.rb +7 -0
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/operations.rb +7 -0
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/rest/client.rb +7 -0
- data/lib/google/cloud/certificate_manager/v1/certificate_manager/rest/operations.rb +7 -0
- data/lib/google/cloud/certificate_manager/v1/version.rb +1 -1
- data/proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb +12 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d0961f65bf4e16ee35bce0dfc45c123ee49797ee4d2c1590010fc8146bd59c59
|
4
|
+
data.tar.gz: 7a05342a9393bef2234140c103f4fc6804862904b7a969e0fd1e742907f28534
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ba0956370a765d2e6e01f8545967d1076f77212168e2cee51bf977cac412a6188e030a9026720aef0398156297ce53115089b72e2ef98f736483ea70f7956d87
|
7
|
+
data.tar.gz: 28324ac07d4a5fb89aae3ffb0c055036d83d90e553ed1e36fc7f39675869edeeaae0cf9c5ca24f9ebc0ea5ba07bbacfb22b67e7eef2f776dae550753703289f0
|
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
|
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
|
@@ -3209,6 +3209,13 @@ module Google
|
|
3209
3209
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
3210
3210
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
3211
3211
|
# * (`nil`) indicating no credentials
|
3212
|
+
#
|
3213
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
3214
|
+
# external source for authentication to Google Cloud, you must validate it before
|
3215
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
3216
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
3217
|
+
# For more information, refer to [Validate credential configurations from external
|
3218
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
3212
3219
|
# @return [::Object]
|
3213
3220
|
# @!attribute [rw] scope
|
3214
3221
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -2986,6 +2986,13 @@ module Google
|
|
2986
2986
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
2987
2987
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
2988
2988
|
# * (`nil`) indicating no credentials
|
2989
|
+
#
|
2990
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2991
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2992
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2993
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2994
|
+
# For more information, refer to [Validate credential configurations from external
|
2995
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2989
2996
|
# @return [::Object]
|
2990
2997
|
# @!attribute [rw] scope
|
2991
2998
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -449,9 +449,13 @@ module Google
|
|
449
449
|
# @!attribute [rw] self_managed
|
450
450
|
# @return [::Google::Cloud::CertificateManager::V1::Certificate::SelfManagedCertificate]
|
451
451
|
# If set, defines data of a self-managed certificate.
|
452
|
+
#
|
453
|
+
# Note: The following fields are mutually exclusive: `self_managed`, `managed`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
452
454
|
# @!attribute [rw] managed
|
453
455
|
# @return [::Google::Cloud::CertificateManager::V1::Certificate::ManagedCertificate]
|
454
456
|
# If set, contains configuration and state of a managed certificate.
|
457
|
+
#
|
458
|
+
# Note: The following fields are mutually exclusive: `managed`, `self_managed`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
455
459
|
# @!attribute [r] san_dnsnames
|
456
460
|
# @return [::Array<::String>]
|
457
461
|
# Output only. The list of Subject Alternative Names of dnsName type defined
|
@@ -691,11 +695,15 @@ module Google
|
|
691
695
|
# Output only. This field returns the resource name in the following
|
692
696
|
# format:
|
693
697
|
# `//compute.googleapis.com/projects/*/global/targetHttpsProxies/*`.
|
698
|
+
#
|
699
|
+
# Note: The following fields are mutually exclusive: `target_https_proxy`, `target_ssl_proxy`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
694
700
|
# @!attribute [r] target_ssl_proxy
|
695
701
|
# @return [::String]
|
696
702
|
# Output only. This field returns the resource name in the following
|
697
703
|
# format:
|
698
704
|
# `//compute.googleapis.com/projects/*/global/targetSslProxies/*`.
|
705
|
+
#
|
706
|
+
# Note: The following fields are mutually exclusive: `target_ssl_proxy`, `target_https_proxy`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
699
707
|
# @!attribute [r] ip_configs
|
700
708
|
# @return [::Array<::Google::Cloud::CertificateManager::V1::CertificateMap::GclbTarget::IpConfig>]
|
701
709
|
# Output only. IP configurations for this Target Proxy where the
|
@@ -750,9 +758,13 @@ module Google
|
|
750
758
|
# A Hostname (FQDN, e.g. `example.com`) or a wildcard hostname expression
|
751
759
|
# (`*.example.com`) for a set of hostnames with common suffix. Used as
|
752
760
|
# Server Name Indication (SNI) for selecting a proper certificate.
|
761
|
+
#
|
762
|
+
# Note: The following fields are mutually exclusive: `hostname`, `matcher`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
753
763
|
# @!attribute [rw] matcher
|
754
764
|
# @return [::Google::Cloud::CertificateManager::V1::CertificateMapEntry::Matcher]
|
755
765
|
# A predefined matcher for particular cases, other than SNI selection.
|
766
|
+
#
|
767
|
+
# Note: The following fields are mutually exclusive: `matcher`, `hostname`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
756
768
|
# @!attribute [rw] certificates
|
757
769
|
# @return [::Array<::String>]
|
758
770
|
# A set of Certificates defines for the given `hostname`. There can be
|
@@ -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-certificate_manager-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.12.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
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.
|
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.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -115,7 +114,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
115
114
|
licenses:
|
116
115
|
- Apache-2.0
|
117
116
|
metadata: {}
|
118
|
-
post_install_message:
|
119
117
|
rdoc_options: []
|
120
118
|
require_paths:
|
121
119
|
- lib
|
@@ -123,15 +121,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
121
|
requirements:
|
124
122
|
- - ">="
|
125
123
|
- !ruby/object:Gem::Version
|
126
|
-
version: '
|
124
|
+
version: '3.0'
|
127
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
128
126
|
requirements:
|
129
127
|
- - ">="
|
130
128
|
- !ruby/object:Gem::Version
|
131
129
|
version: '0'
|
132
130
|
requirements: []
|
133
|
-
rubygems_version: 3.
|
134
|
-
signing_key:
|
131
|
+
rubygems_version: 3.6.2
|
135
132
|
specification_version: 4
|
136
133
|
summary: API Client library for the Certificate Manager V1 API
|
137
134
|
test_files: []
|