google-cloud-security-private_ca-v1beta1 0.3.3 → 0.3.4

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: 80e715a65fdf68575d53e4259833b75ed8b6baa72e71388836b01349733cd4f1
4
- data.tar.gz: 7c06d7c89456d02007f26e03d62000c3fa8ef6007a37ff22c67110258d44f4a2
3
+ metadata.gz: cd255a0e7967a516c5114905776699be4e95b32ec48db45aa664d88b300b963a
4
+ data.tar.gz: 5016863075057065bb15466054aaa269adc5f517c9514d036c51b6eddc8345ff
5
5
  SHA512:
6
- metadata.gz: f08797e39c2968df9d8b85b573e2d8d9d9e73e46a36ed16f2ba34ea8701954fb55cb794321ed702c22795e05f9485103dc38d13b64f33397e3738fa83a809e67
7
- data.tar.gz: 411176473bd38d9c2fb990a1c599aa39480654884226efe8a6e930c0c6a4fce6680a84b81249ee696891fdcfcaac0aa54f3f244ec0a14ef7e48e7c23c3f8c7fd
6
+ metadata.gz: 6de44b0438773f49fb08b02c520967e63a6b9eb5b510b570477432376de77a23ed4d3de583b1496b0743306682c6d24c92279372274378254fd989a74f5492c1
7
+ data.tar.gz: 7ad02924c7523a7db2e9aa804182e21c2855196c53216fd3d0c32d9130f58d2ba187aae5a2d8d848b3c8dce56309aac48e6799f481eaea25a301a6d19d6c0142
@@ -22,7 +22,7 @@ module Google
22
22
  module Security
23
23
  module PrivateCA
24
24
  module V1beta1
25
- VERSION = "0.3.3"
25
+ VERSION = "0.3.4"
26
26
  end
27
27
  end
28
28
  end
@@ -1,14 +1,14 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/security/privateca/v1beta1/resources.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/field_behavior_pb'
7
5
  require 'google/api/resource_pb'
8
6
  require 'google/protobuf/duration_pb'
9
7
  require 'google/protobuf/timestamp_pb'
10
8
  require 'google/protobuf/wrappers_pb'
11
9
  require 'google/api/annotations_pb'
10
+ require 'google/protobuf'
11
+
12
12
  Google::Protobuf::DescriptorPool.generated_pool.build do
13
13
  add_file("google/cloud/security/privateca/v1beta1/resources.proto", :syntax => :proto3) do
14
14
  add_message "google.cloud.security.privateca.v1beta1.CertificateAuthority" do
@@ -1,8 +1,6 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/security/privateca/v1beta1/service.proto
3
3
 
4
- require 'google/protobuf'
5
-
6
4
  require 'google/api/annotations_pb'
7
5
  require 'google/api/client_pb'
8
6
  require 'google/api/field_behavior_pb'
@@ -12,6 +10,8 @@ require 'google/longrunning/operations_pb'
12
10
  require 'google/protobuf/duration_pb'
13
11
  require 'google/protobuf/field_mask_pb'
14
12
  require 'google/protobuf/timestamp_pb'
13
+ require 'google/protobuf'
14
+
15
15
  Google::Protobuf::DescriptorPool.generated_pool.build do
16
16
  add_file("google/cloud/security/privateca/v1beta1/service.proto", :syntax => :proto3) do
17
17
  add_message "google.cloud.security.privateca.v1beta1.CreateCertificateRequest" do
@@ -29,7 +29,7 @@ module Google
29
29
  # certificate authorities and issued certificates.
30
30
  class Service
31
31
 
32
- include GRPC::GenericService
32
+ include ::GRPC::GenericService
33
33
 
34
34
  self.marshal_class_method = :encode
35
35
  self.unmarshal_class_method = :decode
@@ -182,11 +182,11 @@ module Google
182
182
  # @return [::Array<::String>]
183
183
  # Optional. Contains valid, fully-qualified host names. Glob patterns are also
184
184
  # supported. To allow an explicit wildcard certificate, escape with
185
- # backlash (i.e. "\*").
186
- # E.g. for globbed entries: '*bar.com' will allow foo.bar.com, but not
187
- # *.bar.com, unless the {::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::CertificateAuthorityPolicy::AllowedSubjectAltNames#allow_globbing_dns_wildcards allow_globbing_dns_wildcards} field is set.
188
- # E.g. for wildcard entries: '\*.bar.com' will allow '*.bar.com', but not
189
- # 'foo.bar.com'.
185
+ # backlash (i.e. `\*`).
186
+ # E.g. for globbed entries: `*bar.com` will allow `foo.bar.com`, but not
187
+ # `*.bar.com`, unless the {::Google::Cloud::Security::PrivateCA::V1beta1::CertificateAuthority::CertificateAuthorityPolicy::AllowedSubjectAltNames#allow_globbing_dns_wildcards allow_globbing_dns_wildcards} field is set.
188
+ # E.g. for wildcard entries: `\*.bar.com` will allow `*.bar.com`, but not
189
+ # `foo.bar.com`.
190
190
  # @!attribute [rw] allowed_uris
191
191
  # @return [::Array<::String>]
192
192
  # Optional. Contains valid RFC 3986 URIs. Glob patterns are also supported. To
metadata CHANGED
@@ -1,14 +1,14 @@
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.3.3
4
+ version: 0.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-11 00:00:00.000000000 Z
11
+ date: 2021-10-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common