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.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +6 -6
- data/README.md +1 -1
- data/lib/google/cloud/asset/v1beta1.rb +1 -1
- data/lib/google/cloud/asset/v1beta1/asset_service.rb +1 -1
- data/lib/google/cloud/asset/v1beta1/asset_service/client.rb +78 -78
- data/lib/google/cloud/asset/v1beta1/asset_service/credentials.rb +1 -1
- data/lib/google/cloud/asset/v1beta1/asset_service/operations.rb +100 -100
- data/lib/google/cloud/asset/v1beta1/version.rb +1 -1
- data/proto_docs/google/api/resource.rb +12 -12
- data/proto_docs/google/cloud/asset/v1beta1/asset_service.rb +28 -28
- data/proto_docs/google/cloud/asset/v1beta1/assets.rb +23 -23
- data/proto_docs/google/cloud/orgpolicy/v1/orgpolicy.rb +21 -21
- data/proto_docs/google/iam/v1/policy.rb +26 -26
- data/proto_docs/google/longrunning/operations.rb +30 -30
- data/proto_docs/google/protobuf/any.rb +4 -4
- data/proto_docs/google/protobuf/empty.rb +2 -2
- data/proto_docs/google/protobuf/struct.rb +18 -18
- data/proto_docs/google/protobuf/timestamp.rb +4 -4
- data/proto_docs/google/rpc/status.rb +6 -6
- data/proto_docs/google/type/expr.rb +6 -6
- metadata +2 -2
@@ -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.
|
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-
|
11
|
+
date: 2020-05-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|