google-cloud-asset-v1beta1 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.1.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: 2020-04-22 00:00:00.000000000 Z
11
+ date: 2020-05-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common