google-cloud-asset-v1beta1 0.1.3 → 0.2.3

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.
@@ -25,28 +25,28 @@ module Google
25
25
  # description: "Determines whether the request has a user account"
26
26
  # expression: "size(request.user) > 0"
27
27
  # @!attribute [rw] expression
28
- # @return [String]
28
+ # @return [::String]
29
29
  # Textual representation of an expression in
30
30
  # Common Expression Language syntax.
31
31
  #
32
32
  # The application context of the containing message determines which
33
33
  # well-known feature set of CEL is supported.
34
34
  # @!attribute [rw] title
35
- # @return [String]
35
+ # @return [::String]
36
36
  # An optional title for the expression, i.e. a short string describing
37
37
  # its purpose. This can be used e.g. in UIs which allow to enter the
38
38
  # expression.
39
39
  # @!attribute [rw] description
40
- # @return [String]
40
+ # @return [::String]
41
41
  # An optional description of the expression. This is a longer text which
42
42
  # describes the expression, e.g. when hovered over it in a UI.
43
43
  # @!attribute [rw] location
44
- # @return [String]
44
+ # @return [::String]
45
45
  # An optional string indicating the location of the expression for error
46
46
  # reporting, e.g. a file name and a position in the file.
47
47
  class Expr
48
- include Google::Protobuf::MessageExts
49
- extend Google::Protobuf::MessageExts::ClassMethods
48
+ include ::Google::Protobuf::MessageExts
49
+ extend ::Google::Protobuf::MessageExts::ClassMethods
50
50
  end
51
51
  end
52
52
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-asset-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-22 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -78,14 +78,42 @@ dependencies:
78
78
  requirements:
79
79
  - - "~>"
80
80
  - !ruby/object:Gem::Version
81
- version: '5.10'
81
+ version: '5.14'
82
82
  type: :development
83
83
  prerelease: false
84
84
  version_requirements: !ruby/object:Gem::Requirement
85
85
  requirements:
86
86
  - - "~>"
87
87
  - !ruby/object:Gem::Version
88
- version: '5.10'
88
+ version: '5.14'
89
+ - !ruby/object:Gem::Dependency
90
+ name: minitest-focus
91
+ requirement: !ruby/object:Gem::Requirement
92
+ requirements:
93
+ - - "~>"
94
+ - !ruby/object:Gem::Version
95
+ version: '1.1'
96
+ type: :development
97
+ prerelease: false
98
+ version_requirements: !ruby/object:Gem::Requirement
99
+ requirements:
100
+ - - "~>"
101
+ - !ruby/object:Gem::Version
102
+ version: '1.1'
103
+ - !ruby/object:Gem::Dependency
104
+ name: minitest-rg
105
+ requirement: !ruby/object:Gem::Requirement
106
+ requirements:
107
+ - - "~>"
108
+ - !ruby/object:Gem::Version
109
+ version: '5.2'
110
+ type: :development
111
+ prerelease: false
112
+ version_requirements: !ruby/object:Gem::Requirement
113
+ requirements:
114
+ - - "~>"
115
+ - !ruby/object:Gem::Version
116
+ version: '5.2'
89
117
  - !ruby/object:Gem::Dependency
90
118
  name: rake
91
119
  requirement: !ruby/object:Gem::Requirement
@@ -163,7 +191,6 @@ files:
163
191
  - lib/google/cloud/asset/v1beta1/asset_service_services_pb.rb
164
192
  - lib/google/cloud/asset/v1beta1/assets_pb.rb
165
193
  - lib/google/cloud/asset/v1beta1/version.rb
166
- - lib/google/cloud/common_resources_pb.rb
167
194
  - lib/google/cloud/orgpolicy/v1/orgpolicy_pb.rb
168
195
  - proto_docs/README.md
169
196
  - proto_docs/google/api/field_behavior.rb
@@ -198,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
198
225
  - !ruby/object:Gem::Version
199
226
  version: '0'
200
227
  requirements: []
201
- rubygems_version: 3.0.6
228
+ rubygems_version: 3.1.3
202
229
  signing_key:
203
230
  specification_version: 4
204
231
  summary: API Client library for the Cloud Asset V1beta1 API
@@ -1,15 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: google/cloud/common_resources.proto
3
-
4
- require 'google/protobuf'
5
-
6
- require 'google/api/resource_pb'
7
- Google::Protobuf::DescriptorPool.generated_pool.build do
8
- add_file("google/cloud/common_resources.proto", :syntax => :proto3) do
9
- end
10
- end
11
-
12
- module Google
13
- module Cloud
14
- end
15
- end