google-cloud-certificate_manager-v1 0.3.0 → 0.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1944204ea2222e89a08066856a2eb3823a86e2555b5a45e4ee58233f17ab23d7
4
- data.tar.gz: 285984e7e5319d0619e60b11ed576573ec2ec6a850c84ccfc36ec9114b836f86
3
+ metadata.gz: 993badd8e6f4b17597b7e2dcc33db82c8574bd7c4b63cdb776bc05dd15981e50
4
+ data.tar.gz: 74db4180572623be77fc8bb7c0476636bbf99f7f17432294bc2b33abda5c1cbe
5
5
  SHA512:
6
- metadata.gz: 17656ce6b9006f276fdf780417bd718649fde66b1b97e8e2eb389c03edf1a56092f1dadaab74884dfacfd19018d013cdfe4b320b6547360f4d2441015dd38ff3
7
- data.tar.gz: ae0f72eb0f9ee8242bdd396aa16f58a7d65eb8917214f2ade739c3eb9e8ce50f5da6dbde6d2fe1e0b0cd6c11dd07949904f126e7ca49dd25545456e0d580a057
6
+ metadata.gz: 78fe6ac5eefd6cba40d636223065260a8e9bddc2b1b99683866eaa121e0b9aeb3bba18ce71bddb8afd71069638174d811c9ea4b05326eace925cd713c9c751c7
7
+ data.tar.gz: c0da5fe4abe3345beb5c26344324d5d85512b0d07accb949148a4fdbd7203ce470cf5720739f6ab86bf6d0e808052491ff230ab42a5cf74c07d5407fc727df95
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module CertificateManager
23
23
  module V1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-certificate_manager-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -204,7 +204,6 @@ files:
204
204
  - proto_docs/google/api/field_behavior.rb
205
205
  - proto_docs/google/api/resource.rb
206
206
  - proto_docs/google/cloud/certificatemanager/v1/certificate_manager.rb
207
- - proto_docs/google/cloud/location/locations.rb
208
207
  - proto_docs/google/longrunning/operations.rb
209
208
  - proto_docs/google/protobuf/any.rb
210
209
  - proto_docs/google/protobuf/duration.rb
@@ -1,98 +0,0 @@
1
- # frozen_string_literal: true
2
-
3
- # Copyright 2022 Google LLC
4
- #
5
- # Licensed under the Apache License, Version 2.0 (the "License");
6
- # you may not use this file except in compliance with the License.
7
- # You may obtain a copy of the License at
8
- #
9
- # https://www.apache.org/licenses/LICENSE-2.0
10
- #
11
- # Unless required by applicable law or agreed to in writing, software
12
- # distributed under the License is distributed on an "AS IS" BASIS,
13
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
- # See the License for the specific language governing permissions and
15
- # limitations under the License.
16
-
17
- # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
-
19
-
20
- module Google
21
- module Cloud
22
- module Location
23
- # The request message for {::Google::Cloud::Location::Locations::Client#list_locations Locations.ListLocations}.
24
- # @!attribute [rw] name
25
- # @return [::String]
26
- # The resource that owns the locations collection, if applicable.
27
- # @!attribute [rw] filter
28
- # @return [::String]
29
- # The standard list filter.
30
- # @!attribute [rw] page_size
31
- # @return [::Integer]
32
- # The standard list page size.
33
- # @!attribute [rw] page_token
34
- # @return [::String]
35
- # The standard list page token.
36
- class ListLocationsRequest
37
- include ::Google::Protobuf::MessageExts
38
- extend ::Google::Protobuf::MessageExts::ClassMethods
39
- end
40
-
41
- # The response message for {::Google::Cloud::Location::Locations::Client#list_locations Locations.ListLocations}.
42
- # @!attribute [rw] locations
43
- # @return [::Array<::Google::Cloud::Location::Location>]
44
- # A list of locations that matches the specified filter in the request.
45
- # @!attribute [rw] next_page_token
46
- # @return [::String]
47
- # The standard List next-page token.
48
- class ListLocationsResponse
49
- include ::Google::Protobuf::MessageExts
50
- extend ::Google::Protobuf::MessageExts::ClassMethods
51
- end
52
-
53
- # The request message for {::Google::Cloud::Location::Locations::Client#get_location Locations.GetLocation}.
54
- # @!attribute [rw] name
55
- # @return [::String]
56
- # Resource name for the location.
57
- class GetLocationRequest
58
- include ::Google::Protobuf::MessageExts
59
- extend ::Google::Protobuf::MessageExts::ClassMethods
60
- end
61
-
62
- # A resource that represents Google Cloud Platform location.
63
- # @!attribute [rw] name
64
- # @return [::String]
65
- # Resource name for the location, which may vary between implementations.
66
- # For example: `"projects/example-project/locations/us-east1"`
67
- # @!attribute [rw] location_id
68
- # @return [::String]
69
- # The canonical id for this location. For example: `"us-east1"`.
70
- # @!attribute [rw] display_name
71
- # @return [::String]
72
- # The friendly name for this location, typically a nearby city name.
73
- # For example, "Tokyo".
74
- # @!attribute [rw] labels
75
- # @return [::Google::Protobuf::Map{::String => ::String}]
76
- # Cross-service attributes for the location. For example
77
- #
78
- # {"cloud.googleapis.com/region": "us-east1"}
79
- # @!attribute [rw] metadata
80
- # @return [::Google::Protobuf::Any]
81
- # Service-specific metadata. For example the available capacity at the given
82
- # location.
83
- class Location
84
- include ::Google::Protobuf::MessageExts
85
- extend ::Google::Protobuf::MessageExts::ClassMethods
86
-
87
- # @!attribute [rw] key
88
- # @return [::String]
89
- # @!attribute [rw] value
90
- # @return [::String]
91
- class LabelsEntry
92
- include ::Google::Protobuf::MessageExts
93
- extend ::Google::Protobuf::MessageExts::ClassMethods
94
- end
95
- end
96
- end
97
- end
98
- end