google-apis-logging_v2 0.4.0 → 0.5.0
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/logging_v2/gem_version.rb +3 -3
- data/lib/google/apis/logging_v2/service.rb +35 -15
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fbdfbc9770999ac4cc20129452d2beb9202cd58f11a88869d4323e6d4f06b5a
|
|
4
|
+
data.tar.gz: 0fa214b1ec24e54fa25899968755a9128fe05d41256ed9f2e042f3bae77246a6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f3663ee7b4f1e43af47b4d3bf8cf6e7da215b278a32fa9fbf6adc541b8a458d5838810f35ec30f29515ddc00f60dfa523c1df2b23720c1ac389de4d53496def1
|
|
7
|
+
data.tar.gz: e9adb140a5778b6b06e86e809ae77b9245732879f1286680c2de781ffa3e3c17c295e742b399fbd5d34f4276437eda2f85848a4da1c3e107acf90dfdafbca140
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module LoggingV2
|
|
18
18
|
# Version of the google-apis-logging_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.5.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210312"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -347,11 +347,15 @@ module Google
|
|
|
347
347
|
# @param [String] name
|
|
348
348
|
# The resource that owns the locations collection, if applicable.
|
|
349
349
|
# @param [String] filter
|
|
350
|
-
#
|
|
350
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
|
351
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
352
|
+
# AIP-160 (https://google.aip.dev/160).
|
|
351
353
|
# @param [Fixnum] page_size
|
|
352
|
-
# The
|
|
354
|
+
# The maximum number of results to return. If not set, the service will select a
|
|
355
|
+
# default.
|
|
353
356
|
# @param [String] page_token
|
|
354
|
-
#
|
|
357
|
+
# A page token received from the next_page_token field in the response. Send
|
|
358
|
+
# that page token to receive the subsequent page.
|
|
355
359
|
# @param [String] fields
|
|
356
360
|
# Selector specifying which fields to include in a partial response.
|
|
357
361
|
# @param [String] quota_user
|
|
@@ -1643,11 +1647,15 @@ module Google
|
|
|
1643
1647
|
# @param [String] name
|
|
1644
1648
|
# The resource that owns the locations collection, if applicable.
|
|
1645
1649
|
# @param [String] filter
|
|
1646
|
-
#
|
|
1650
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
|
1651
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
1652
|
+
# AIP-160 (https://google.aip.dev/160).
|
|
1647
1653
|
# @param [Fixnum] page_size
|
|
1648
|
-
# The
|
|
1654
|
+
# The maximum number of results to return. If not set, the service will select a
|
|
1655
|
+
# default.
|
|
1649
1656
|
# @param [String] page_token
|
|
1650
|
-
#
|
|
1657
|
+
# A page token received from the next_page_token field in the response. Send
|
|
1658
|
+
# that page token to receive the subsequent page.
|
|
1651
1659
|
# @param [String] fields
|
|
1652
1660
|
# Selector specifying which fields to include in a partial response.
|
|
1653
1661
|
# @param [String] quota_user
|
|
@@ -2521,11 +2529,15 @@ module Google
|
|
|
2521
2529
|
# @param [String] name
|
|
2522
2530
|
# The resource that owns the locations collection, if applicable.
|
|
2523
2531
|
# @param [String] filter
|
|
2524
|
-
#
|
|
2532
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
|
2533
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
2534
|
+
# AIP-160 (https://google.aip.dev/160).
|
|
2525
2535
|
# @param [Fixnum] page_size
|
|
2526
|
-
# The
|
|
2536
|
+
# The maximum number of results to return. If not set, the service will select a
|
|
2537
|
+
# default.
|
|
2527
2538
|
# @param [String] page_token
|
|
2528
|
-
#
|
|
2539
|
+
# A page token received from the next_page_token field in the response. Send
|
|
2540
|
+
# that page token to receive the subsequent page.
|
|
2529
2541
|
# @param [String] fields
|
|
2530
2542
|
# Selector specifying which fields to include in a partial response.
|
|
2531
2543
|
# @param [String] quota_user
|
|
@@ -3442,11 +3454,15 @@ module Google
|
|
|
3442
3454
|
# @param [String] name
|
|
3443
3455
|
# The resource that owns the locations collection, if applicable.
|
|
3444
3456
|
# @param [String] filter
|
|
3445
|
-
#
|
|
3457
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
|
3458
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
3459
|
+
# AIP-160 (https://google.aip.dev/160).
|
|
3446
3460
|
# @param [Fixnum] page_size
|
|
3447
|
-
# The
|
|
3461
|
+
# The maximum number of results to return. If not set, the service will select a
|
|
3462
|
+
# default.
|
|
3448
3463
|
# @param [String] page_token
|
|
3449
|
-
#
|
|
3464
|
+
# A page token received from the next_page_token field in the response. Send
|
|
3465
|
+
# that page token to receive the subsequent page.
|
|
3450
3466
|
# @param [String] fields
|
|
3451
3467
|
# Selector specifying which fields to include in a partial response.
|
|
3452
3468
|
# @param [String] quota_user
|
|
@@ -4514,11 +4530,15 @@ module Google
|
|
|
4514
4530
|
# @param [String] name
|
|
4515
4531
|
# The resource that owns the locations collection, if applicable.
|
|
4516
4532
|
# @param [String] filter
|
|
4517
|
-
#
|
|
4533
|
+
# A filter to narrow down results to a preferred subset. The filtering language
|
|
4534
|
+
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
|
4535
|
+
# AIP-160 (https://google.aip.dev/160).
|
|
4518
4536
|
# @param [Fixnum] page_size
|
|
4519
|
-
# The
|
|
4537
|
+
# The maximum number of results to return. If not set, the service will select a
|
|
4538
|
+
# default.
|
|
4520
4539
|
# @param [String] page_token
|
|
4521
|
-
#
|
|
4540
|
+
# A page token received from the next_page_token field in the response. Send
|
|
4541
|
+
# that page token to receive the subsequent page.
|
|
4522
4542
|
# @param [String] fields
|
|
4523
4543
|
# Selector specifying which fields to include in a partial response.
|
|
4524
4544
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-logging_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.5.0
|
|
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-03-
|
|
11
|
+
date: 2021-03-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -52,7 +52,7 @@ licenses:
|
|
|
52
52
|
metadata:
|
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-logging_v2/CHANGELOG.md
|
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.
|
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.5.0
|
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-logging_v2
|
|
57
57
|
post_install_message:
|
|
58
58
|
rdoc_options: []
|