google-apis-logging_v2 0.41.0 → 0.43.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 +8 -0
- data/lib/google/apis/logging_v2/classes.rb +4 -4
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- data/lib/google/apis/logging_v2/service.rb +56 -77
- 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: 0ab7ea46a530c61b01709bdc9e3a93970eaea0968ab367e1c0e248fcf8bdf883
|
4
|
+
data.tar.gz: c6719b2291333c0118ff051c47248336d682a580236f26bd618596b0b909061a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30980fd889592bf2cb67dc06c2c12d8c7099288a5e1b3a9b8a789b1f44cabd578bc9f0fb153a5a26f8c506d34f508568483850cd48afc03ffbca3f630b02c41e
|
7
|
+
data.tar.gz: 44d2de6c2396615e9c5d00189f025a60c4bae0e39240a200d75b27e99d0a44708cc37f58021d7bb8841e3a7e6d85548ccabb35294259e20208e30b489356e7cf
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-logging_v2
|
2
2
|
|
3
|
+
### v0.43.0 (2023-04-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230331
|
6
|
+
|
7
|
+
### v0.42.0 (2023-03-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230303
|
10
|
+
|
3
11
|
### v0.41.0 (2023-02-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230218
|
@@ -155,7 +155,7 @@ module Google
|
|
155
155
|
# proportional to the value of the lower bound. Each bucket represents a
|
156
156
|
# constant relative uncertainty on a specific value in the bucket.There are
|
157
157
|
# num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:
|
158
|
-
# Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).
|
158
|
+
# Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).Lower bound (1 <= i <
|
159
159
|
# N): scale * (growth_factor ^ (i - 1)).
|
160
160
|
# Corresponds to the JSON property `exponentialBuckets`
|
161
161
|
# @return [Google::Apis::LoggingV2::Exponential]
|
@@ -165,7 +165,7 @@ module Google
|
|
165
165
|
# overflow and underflow). Each bucket represents a constant absolute
|
166
166
|
# uncertainty on the specific value in the bucket.There are num_finite_buckets +
|
167
167
|
# 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-
|
168
|
-
# 1): offset + (width * i).
|
168
|
+
# 1): offset + (width * i).Lower bound (1 <= i < N): offset + (width * (i - 1)).
|
169
169
|
# Corresponds to the JSON property `linearBuckets`
|
170
170
|
# @return [Google::Apis::LoggingV2::Linear]
|
171
171
|
attr_accessor :linear_buckets
|
@@ -513,7 +513,7 @@ module Google
|
|
513
513
|
# proportional to the value of the lower bound. Each bucket represents a
|
514
514
|
# constant relative uncertainty on a specific value in the bucket.There are
|
515
515
|
# num_finite_buckets + 2 (= N) buckets. Bucket i has the following boundaries:
|
516
|
-
# Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).
|
516
|
+
# Upper bound (0 <= i < N-1): scale * (growth_factor ^ i).Lower bound (1 <= i <
|
517
517
|
# N): scale * (growth_factor ^ (i - 1)).
|
518
518
|
class Exponential
|
519
519
|
include Google::Apis::Core::Hashable
|
@@ -735,7 +735,7 @@ module Google
|
|
735
735
|
# overflow and underflow). Each bucket represents a constant absolute
|
736
736
|
# uncertainty on the specific value in the bucket.There are num_finite_buckets +
|
737
737
|
# 2 (= N) buckets. Bucket i has the following boundaries:Upper bound (0 <= i < N-
|
738
|
-
# 1): offset + (width * i).
|
738
|
+
# 1): offset + (width * i).Lower bound (1 <= i < N): offset + (width * (i - 1)).
|
739
739
|
class Linear
|
740
740
|
include Google::Apis::Core::Hashable
|
741
741
|
|
@@ -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.43.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230331"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -734,9 +734,9 @@ module Google
|
|
734
734
|
execute_or_queue_command(command, &block)
|
735
735
|
end
|
736
736
|
|
737
|
-
# Asynchronously creates linked dataset in BigQuery which makes it possible to
|
738
|
-
# use
|
739
|
-
# only contain one link.
|
737
|
+
# Asynchronously creates a linked dataset in BigQuery which makes it possible to
|
738
|
+
# use BigQuery to read the logs stored in the log bucket. A log bucket may
|
739
|
+
# currently only contain one link.
|
740
740
|
# @param [String] parent
|
741
741
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
742
742
|
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
|
@@ -1087,7 +1087,7 @@ module Google
|
|
1087
1087
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
1088
1088
|
# logs that have entries are listed.
|
1089
1089
|
# @param [String] parent
|
1090
|
-
# Required. The resource name
|
1090
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
1091
1091
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
1092
1092
|
# FOLDER_ID]
|
1093
1093
|
# @param [Fixnum] page_size
|
@@ -1100,14 +1100,15 @@ module Google
|
|
1100
1100
|
# from the previous response. The values of other method parameters should be
|
1101
1101
|
# identical to those in the previous call.
|
1102
1102
|
# @param [Array<String>, String] resource_names
|
1103
|
-
# Optional.
|
1103
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
1104
1104
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
1105
1105
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
1106
1106
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
1107
1107
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
1108
1108
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
1109
1109
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
1110
|
-
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
1110
|
+
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field
|
1111
|
+
# is added to this list.
|
1111
1112
|
# @param [String] fields
|
1112
1113
|
# Selector specifying which fields to include in a partial response.
|
1113
1114
|
# @param [String] quota_user
|
@@ -1210,13 +1211,7 @@ module Google
|
|
1210
1211
|
end
|
1211
1212
|
|
1212
1213
|
# Lists operations that match the specified filter in the request. If the server
|
1213
|
-
# doesn't support this method, it returns UNIMPLEMENTED.
|
1214
|
-
# allows API services to override the binding to use different resource name
|
1215
|
-
# schemes, such as users/*/operations. To override the binding, API services can
|
1216
|
-
# add a binding such as "/v1/`name=users/*`/operations" to their service
|
1217
|
-
# configuration. For backwards compatibility, the default name includes the
|
1218
|
-
# operations collection id, however overriding users must ensure the name
|
1219
|
-
# binding is the parent resource, without the operations collection id.
|
1214
|
+
# doesn't support this method, it returns UNIMPLEMENTED.
|
1220
1215
|
# @param [String] name
|
1221
1216
|
# The name of the operation's parent resource.
|
1222
1217
|
# @param [String] filter
|
@@ -1296,7 +1291,7 @@ module Google
|
|
1296
1291
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
1297
1292
|
# logs that have entries are listed.
|
1298
1293
|
# @param [String] parent
|
1299
|
-
# Required. The resource name
|
1294
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
1300
1295
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
1301
1296
|
# FOLDER_ID]
|
1302
1297
|
# @param [Fixnum] page_size
|
@@ -1309,14 +1304,15 @@ module Google
|
|
1309
1304
|
# from the previous response. The values of other method parameters should be
|
1310
1305
|
# identical to those in the previous call.
|
1311
1306
|
# @param [Array<String>, String] resource_names
|
1312
|
-
# Optional.
|
1307
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
1313
1308
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
1314
1309
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
1315
1310
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
1316
1311
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
1317
1312
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
1318
1313
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
1319
|
-
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
1314
|
+
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field
|
1315
|
+
# is added to this list.
|
1320
1316
|
# @param [String] fields
|
1321
1317
|
# Selector specifying which fields to include in a partial response.
|
1322
1318
|
# @param [String] quota_user
|
@@ -2685,9 +2681,9 @@ module Google
|
|
2685
2681
|
execute_or_queue_command(command, &block)
|
2686
2682
|
end
|
2687
2683
|
|
2688
|
-
# Asynchronously creates linked dataset in BigQuery which makes it possible to
|
2689
|
-
# use
|
2690
|
-
# only contain one link.
|
2684
|
+
# Asynchronously creates a linked dataset in BigQuery which makes it possible to
|
2685
|
+
# use BigQuery to read the logs stored in the log bucket. A log bucket may
|
2686
|
+
# currently only contain one link.
|
2691
2687
|
# @param [String] parent
|
2692
2688
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
2693
2689
|
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
|
@@ -3038,7 +3034,7 @@ module Google
|
|
3038
3034
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
3039
3035
|
# logs that have entries are listed.
|
3040
3036
|
# @param [String] parent
|
3041
|
-
# Required. The resource name
|
3037
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
3042
3038
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
3043
3039
|
# FOLDER_ID]
|
3044
3040
|
# @param [Fixnum] page_size
|
@@ -3051,14 +3047,15 @@ module Google
|
|
3051
3047
|
# from the previous response. The values of other method parameters should be
|
3052
3048
|
# identical to those in the previous call.
|
3053
3049
|
# @param [Array<String>, String] resource_names
|
3054
|
-
# Optional.
|
3050
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
3055
3051
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
3056
3052
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
3057
3053
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
3058
3054
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
3059
3055
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
3060
3056
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
3061
|
-
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
3057
|
+
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field
|
3058
|
+
# is added to this list.
|
3062
3059
|
# @param [String] fields
|
3063
3060
|
# Selector specifying which fields to include in a partial response.
|
3064
3061
|
# @param [String] quota_user
|
@@ -3161,13 +3158,7 @@ module Google
|
|
3161
3158
|
end
|
3162
3159
|
|
3163
3160
|
# Lists operations that match the specified filter in the request. If the server
|
3164
|
-
# doesn't support this method, it returns UNIMPLEMENTED.
|
3165
|
-
# allows API services to override the binding to use different resource name
|
3166
|
-
# schemes, such as users/*/operations. To override the binding, API services can
|
3167
|
-
# add a binding such as "/v1/`name=users/*`/operations" to their service
|
3168
|
-
# configuration. For backwards compatibility, the default name includes the
|
3169
|
-
# operations collection id, however overriding users must ensure the name
|
3170
|
-
# binding is the parent resource, without the operations collection id.
|
3161
|
+
# doesn't support this method, it returns UNIMPLEMENTED.
|
3171
3162
|
# @param [String] name
|
3172
3163
|
# The name of the operation's parent resource.
|
3173
3164
|
# @param [String] filter
|
@@ -3247,7 +3238,7 @@ module Google
|
|
3247
3238
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
3248
3239
|
# logs that have entries are listed.
|
3249
3240
|
# @param [String] parent
|
3250
|
-
# Required. The resource name
|
3241
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
3251
3242
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
3252
3243
|
# FOLDER_ID]
|
3253
3244
|
# @param [Fixnum] page_size
|
@@ -3260,14 +3251,15 @@ module Google
|
|
3260
3251
|
# from the previous response. The values of other method parameters should be
|
3261
3252
|
# identical to those in the previous call.
|
3262
3253
|
# @param [Array<String>, String] resource_names
|
3263
|
-
# Optional.
|
3254
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
3264
3255
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
3265
3256
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
3266
3257
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
3267
3258
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
3268
3259
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
3269
3260
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
3270
|
-
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
3261
|
+
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field
|
3262
|
+
# is added to this list.
|
3271
3263
|
# @param [String] fields
|
3272
3264
|
# Selector specifying which fields to include in a partial response.
|
3273
3265
|
# @param [String] quota_user
|
@@ -3987,9 +3979,9 @@ module Google
|
|
3987
3979
|
execute_or_queue_command(command, &block)
|
3988
3980
|
end
|
3989
3981
|
|
3990
|
-
# Asynchronously creates linked dataset in BigQuery which makes it possible to
|
3991
|
-
# use
|
3992
|
-
# only contain one link.
|
3982
|
+
# Asynchronously creates a linked dataset in BigQuery which makes it possible to
|
3983
|
+
# use BigQuery to read the logs stored in the log bucket. A log bucket may
|
3984
|
+
# currently only contain one link.
|
3993
3985
|
# @param [String] parent
|
3994
3986
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
3995
3987
|
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
|
@@ -4409,13 +4401,7 @@ module Google
|
|
4409
4401
|
end
|
4410
4402
|
|
4411
4403
|
# Lists operations that match the specified filter in the request. If the server
|
4412
|
-
# doesn't support this method, it returns UNIMPLEMENTED.
|
4413
|
-
# allows API services to override the binding to use different resource name
|
4414
|
-
# schemes, such as users/*/operations. To override the binding, API services can
|
4415
|
-
# add a binding such as "/v1/`name=users/*`/operations" to their service
|
4416
|
-
# configuration. For backwards compatibility, the default name includes the
|
4417
|
-
# operations collection id, however overriding users must ensure the name
|
4418
|
-
# binding is the parent resource, without the operations collection id.
|
4404
|
+
# doesn't support this method, it returns UNIMPLEMENTED.
|
4419
4405
|
# @param [String] name
|
4420
4406
|
# The name of the operation's parent resource.
|
4421
4407
|
# @param [String] filter
|
@@ -4495,7 +4481,7 @@ module Google
|
|
4495
4481
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
4496
4482
|
# logs that have entries are listed.
|
4497
4483
|
# @param [String] parent
|
4498
|
-
# Required. The resource name
|
4484
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
4499
4485
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
4500
4486
|
# FOLDER_ID]
|
4501
4487
|
# @param [Fixnum] page_size
|
@@ -4508,14 +4494,15 @@ module Google
|
|
4508
4494
|
# from the previous response. The values of other method parameters should be
|
4509
4495
|
# identical to those in the previous call.
|
4510
4496
|
# @param [Array<String>, String] resource_names
|
4511
|
-
# Optional.
|
4497
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
4512
4498
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
4513
4499
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
4514
4500
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
4515
4501
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
4516
4502
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
4517
4503
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
4518
|
-
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
4504
|
+
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field
|
4505
|
+
# is added to this list.
|
4519
4506
|
# @param [String] fields
|
4520
4507
|
# Selector specifying which fields to include in a partial response.
|
4521
4508
|
# @param [String] quota_user
|
@@ -5372,9 +5359,9 @@ module Google
|
|
5372
5359
|
execute_or_queue_command(command, &block)
|
5373
5360
|
end
|
5374
5361
|
|
5375
|
-
# Asynchronously creates linked dataset in BigQuery which makes it possible to
|
5376
|
-
# use
|
5377
|
-
# only contain one link.
|
5362
|
+
# Asynchronously creates a linked dataset in BigQuery which makes it possible to
|
5363
|
+
# use BigQuery to read the logs stored in the log bucket. A log bucket may
|
5364
|
+
# currently only contain one link.
|
5378
5365
|
# @param [String] parent
|
5379
5366
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
5380
5367
|
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
|
@@ -5725,7 +5712,7 @@ module Google
|
|
5725
5712
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
5726
5713
|
# logs that have entries are listed.
|
5727
5714
|
# @param [String] parent
|
5728
|
-
# Required. The resource name
|
5715
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
5729
5716
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
5730
5717
|
# FOLDER_ID]
|
5731
5718
|
# @param [Fixnum] page_size
|
@@ -5738,14 +5725,15 @@ module Google
|
|
5738
5725
|
# from the previous response. The values of other method parameters should be
|
5739
5726
|
# identical to those in the previous call.
|
5740
5727
|
# @param [Array<String>, String] resource_names
|
5741
|
-
# Optional.
|
5728
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
5742
5729
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
5743
5730
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
5744
5731
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
5745
5732
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
5746
5733
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
5747
5734
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
5748
|
-
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
5735
|
+
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field
|
5736
|
+
# is added to this list.
|
5749
5737
|
# @param [String] fields
|
5750
5738
|
# Selector specifying which fields to include in a partial response.
|
5751
5739
|
# @param [String] quota_user
|
@@ -5848,13 +5836,7 @@ module Google
|
|
5848
5836
|
end
|
5849
5837
|
|
5850
5838
|
# Lists operations that match the specified filter in the request. If the server
|
5851
|
-
# doesn't support this method, it returns UNIMPLEMENTED.
|
5852
|
-
# allows API services to override the binding to use different resource name
|
5853
|
-
# schemes, such as users/*/operations. To override the binding, API services can
|
5854
|
-
# add a binding such as "/v1/`name=users/*`/operations" to their service
|
5855
|
-
# configuration. For backwards compatibility, the default name includes the
|
5856
|
-
# operations collection id, however overriding users must ensure the name
|
5857
|
-
# binding is the parent resource, without the operations collection id.
|
5839
|
+
# doesn't support this method, it returns UNIMPLEMENTED.
|
5858
5840
|
# @param [String] name
|
5859
5841
|
# The name of the operation's parent resource.
|
5860
5842
|
# @param [String] filter
|
@@ -5934,7 +5916,7 @@ module Google
|
|
5934
5916
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
5935
5917
|
# logs that have entries are listed.
|
5936
5918
|
# @param [String] parent
|
5937
|
-
# Required. The resource name
|
5919
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
5938
5920
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
5939
5921
|
# FOLDER_ID]
|
5940
5922
|
# @param [Fixnum] page_size
|
@@ -5947,14 +5929,15 @@ module Google
|
|
5947
5929
|
# from the previous response. The values of other method parameters should be
|
5948
5930
|
# identical to those in the previous call.
|
5949
5931
|
# @param [Array<String>, String] resource_names
|
5950
|
-
# Optional.
|
5932
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
5951
5933
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
5952
5934
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
5953
5935
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
5954
5936
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
5955
5937
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
5956
5938
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
5957
|
-
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
5939
|
+
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field
|
5940
|
+
# is added to this list.
|
5958
5941
|
# @param [String] fields
|
5959
5942
|
# Selector specifying which fields to include in a partial response.
|
5960
5943
|
# @param [String] quota_user
|
@@ -6951,9 +6934,9 @@ module Google
|
|
6951
6934
|
execute_or_queue_command(command, &block)
|
6952
6935
|
end
|
6953
6936
|
|
6954
|
-
# Asynchronously creates linked dataset in BigQuery which makes it possible to
|
6955
|
-
# use
|
6956
|
-
# only contain one link.
|
6937
|
+
# Asynchronously creates a linked dataset in BigQuery which makes it possible to
|
6938
|
+
# use BigQuery to read the logs stored in the log bucket. A log bucket may
|
6939
|
+
# currently only contain one link.
|
6957
6940
|
# @param [String] parent
|
6958
6941
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
6959
6942
|
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
|
@@ -7304,7 +7287,7 @@ module Google
|
|
7304
7287
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
7305
7288
|
# logs that have entries are listed.
|
7306
7289
|
# @param [String] parent
|
7307
|
-
# Required. The resource name
|
7290
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
7308
7291
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
7309
7292
|
# FOLDER_ID]
|
7310
7293
|
# @param [Fixnum] page_size
|
@@ -7317,14 +7300,15 @@ module Google
|
|
7317
7300
|
# from the previous response. The values of other method parameters should be
|
7318
7301
|
# identical to those in the previous call.
|
7319
7302
|
# @param [Array<String>, String] resource_names
|
7320
|
-
# Optional.
|
7303
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
7321
7304
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
7322
7305
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
7323
7306
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
7324
7307
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
7325
7308
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
7326
7309
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
7327
|
-
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
7310
|
+
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field
|
7311
|
+
# is added to this list.
|
7328
7312
|
# @param [String] fields
|
7329
7313
|
# Selector specifying which fields to include in a partial response.
|
7330
7314
|
# @param [String] quota_user
|
@@ -7427,13 +7411,7 @@ module Google
|
|
7427
7411
|
end
|
7428
7412
|
|
7429
7413
|
# Lists operations that match the specified filter in the request. If the server
|
7430
|
-
# doesn't support this method, it returns UNIMPLEMENTED.
|
7431
|
-
# allows API services to override the binding to use different resource name
|
7432
|
-
# schemes, such as users/*/operations. To override the binding, API services can
|
7433
|
-
# add a binding such as "/v1/`name=users/*`/operations" to their service
|
7434
|
-
# configuration. For backwards compatibility, the default name includes the
|
7435
|
-
# operations collection id, however overriding users must ensure the name
|
7436
|
-
# binding is the parent resource, without the operations collection id.
|
7414
|
+
# doesn't support this method, it returns UNIMPLEMENTED.
|
7437
7415
|
# @param [String] name
|
7438
7416
|
# The name of the operation's parent resource.
|
7439
7417
|
# @param [String] filter
|
@@ -7513,7 +7491,7 @@ module Google
|
|
7513
7491
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
7514
7492
|
# logs that have entries are listed.
|
7515
7493
|
# @param [String] parent
|
7516
|
-
# Required. The resource name
|
7494
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
7517
7495
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
7518
7496
|
# FOLDER_ID]
|
7519
7497
|
# @param [Fixnum] page_size
|
@@ -7526,14 +7504,15 @@ module Google
|
|
7526
7504
|
# from the previous response. The values of other method parameters should be
|
7527
7505
|
# identical to those in the previous call.
|
7528
7506
|
# @param [Array<String>, String] resource_names
|
7529
|
-
# Optional.
|
7507
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
7530
7508
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
7531
7509
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
7532
7510
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
7533
7511
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
7534
7512
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
7535
7513
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
7536
|
-
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]
|
7514
|
+
# BILLING_ACCOUNT_ID] folders/[FOLDER_ID]The resource name in the parent field
|
7515
|
+
# is added to this list.
|
7537
7516
|
# @param [String] fields
|
7538
7517
|
# Selector specifying which fields to include in a partial response.
|
7539
7518
|
# @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.43.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: 2023-
|
11
|
+
date: 2023-04-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.43.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-logging_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|