google-apis-logging_v2 0.42.0 → 0.44.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/logging_v2/classes.rb +5 -5
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- data/lib/google/apis/logging_v2/service.rb +51 -42
- 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: 164bbfccddf7f845976d249681a1f648061994e8c5780bfa83194693c9983b63
|
4
|
+
data.tar.gz: 0c71570381c547df33276d6aac25ab81a5b9601c0f4c708d40b1e308f27049f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fabbf952a9f35e6eaaae582437f36f22c32c80c8e4de41cf43ce6636f0a5ffcdec5d940b040b701d681930e2a2bc58fc9f946d263a792fb4919f164c1f4bda03
|
7
|
+
data.tar.gz: f413a58c40b65f3533aeaecdcd2a0e63b450aac4d17ce5476959c87b7222404a16a1547ee6cee227b78455d5b5eb7b42a0a12978dc578ed172bd736c8b98b910
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-logging_v2
|
2
2
|
|
3
|
+
### v0.44.0 (2023-04-30)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230421
|
6
|
+
|
7
|
+
### v0.43.0 (2023-04-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230331
|
10
|
+
|
3
11
|
### v0.42.0 (2023-03-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230303
|
@@ -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
|
|
@@ -1236,7 +1236,7 @@ module Google
|
|
1236
1236
|
end
|
1237
1237
|
end
|
1238
1238
|
|
1239
|
-
# A resource that represents Google Cloud
|
1239
|
+
# A resource that represents a Google Cloud location.
|
1240
1240
|
class Location
|
1241
1241
|
include Google::Apis::Core::Hashable
|
1242
1242
|
|
@@ -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.44.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 = "20230421"
|
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
|
@@ -1290,7 +1291,7 @@ module Google
|
|
1290
1291
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
1291
1292
|
# logs that have entries are listed.
|
1292
1293
|
# @param [String] parent
|
1293
|
-
# Required. The resource name
|
1294
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
1294
1295
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
1295
1296
|
# FOLDER_ID]
|
1296
1297
|
# @param [Fixnum] page_size
|
@@ -1303,14 +1304,15 @@ module Google
|
|
1303
1304
|
# from the previous response. The values of other method parameters should be
|
1304
1305
|
# identical to those in the previous call.
|
1305
1306
|
# @param [Array<String>, String] resource_names
|
1306
|
-
# Optional.
|
1307
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
1307
1308
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
1308
1309
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
1309
1310
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
1310
1311
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
1311
1312
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
1312
1313
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
1313
|
-
# 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.
|
1314
1316
|
# @param [String] fields
|
1315
1317
|
# Selector specifying which fields to include in a partial response.
|
1316
1318
|
# @param [String] quota_user
|
@@ -2679,9 +2681,9 @@ module Google
|
|
2679
2681
|
execute_or_queue_command(command, &block)
|
2680
2682
|
end
|
2681
2683
|
|
2682
|
-
# Asynchronously creates linked dataset in BigQuery which makes it possible to
|
2683
|
-
# use
|
2684
|
-
# 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.
|
2685
2687
|
# @param [String] parent
|
2686
2688
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
2687
2689
|
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
|
@@ -3032,7 +3034,7 @@ module Google
|
|
3032
3034
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
3033
3035
|
# logs that have entries are listed.
|
3034
3036
|
# @param [String] parent
|
3035
|
-
# Required. The resource name
|
3037
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
3036
3038
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
3037
3039
|
# FOLDER_ID]
|
3038
3040
|
# @param [Fixnum] page_size
|
@@ -3045,14 +3047,15 @@ module Google
|
|
3045
3047
|
# from the previous response. The values of other method parameters should be
|
3046
3048
|
# identical to those in the previous call.
|
3047
3049
|
# @param [Array<String>, String] resource_names
|
3048
|
-
# Optional.
|
3050
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
3049
3051
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
3050
3052
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
3051
3053
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
3052
3054
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
3053
3055
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
3054
3056
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
3055
|
-
# 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.
|
3056
3059
|
# @param [String] fields
|
3057
3060
|
# Selector specifying which fields to include in a partial response.
|
3058
3061
|
# @param [String] quota_user
|
@@ -3235,7 +3238,7 @@ module Google
|
|
3235
3238
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
3236
3239
|
# logs that have entries are listed.
|
3237
3240
|
# @param [String] parent
|
3238
|
-
# Required. The resource name
|
3241
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
3239
3242
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
3240
3243
|
# FOLDER_ID]
|
3241
3244
|
# @param [Fixnum] page_size
|
@@ -3248,14 +3251,15 @@ module Google
|
|
3248
3251
|
# from the previous response. The values of other method parameters should be
|
3249
3252
|
# identical to those in the previous call.
|
3250
3253
|
# @param [Array<String>, String] resource_names
|
3251
|
-
# Optional.
|
3254
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
3252
3255
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
3253
3256
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
3254
3257
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
3255
3258
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
3256
3259
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
3257
3260
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
3258
|
-
# 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.
|
3259
3263
|
# @param [String] fields
|
3260
3264
|
# Selector specifying which fields to include in a partial response.
|
3261
3265
|
# @param [String] quota_user
|
@@ -3975,9 +3979,9 @@ module Google
|
|
3975
3979
|
execute_or_queue_command(command, &block)
|
3976
3980
|
end
|
3977
3981
|
|
3978
|
-
# Asynchronously creates linked dataset in BigQuery which makes it possible to
|
3979
|
-
# use
|
3980
|
-
# 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.
|
3981
3985
|
# @param [String] parent
|
3982
3986
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
3983
3987
|
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
|
@@ -4477,7 +4481,7 @@ module Google
|
|
4477
4481
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
4478
4482
|
# logs that have entries are listed.
|
4479
4483
|
# @param [String] parent
|
4480
|
-
# Required. The resource name
|
4484
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
4481
4485
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
4482
4486
|
# FOLDER_ID]
|
4483
4487
|
# @param [Fixnum] page_size
|
@@ -4490,14 +4494,15 @@ module Google
|
|
4490
4494
|
# from the previous response. The values of other method parameters should be
|
4491
4495
|
# identical to those in the previous call.
|
4492
4496
|
# @param [Array<String>, String] resource_names
|
4493
|
-
# Optional.
|
4497
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
4494
4498
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
4495
4499
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
4496
4500
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
4497
4501
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
4498
4502
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
4499
4503
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
4500
|
-
# 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.
|
4501
4506
|
# @param [String] fields
|
4502
4507
|
# Selector specifying which fields to include in a partial response.
|
4503
4508
|
# @param [String] quota_user
|
@@ -5354,9 +5359,9 @@ module Google
|
|
5354
5359
|
execute_or_queue_command(command, &block)
|
5355
5360
|
end
|
5356
5361
|
|
5357
|
-
# Asynchronously creates linked dataset in BigQuery which makes it possible to
|
5358
|
-
# use
|
5359
|
-
# 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.
|
5360
5365
|
# @param [String] parent
|
5361
5366
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
5362
5367
|
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
|
@@ -5707,7 +5712,7 @@ module Google
|
|
5707
5712
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
5708
5713
|
# logs that have entries are listed.
|
5709
5714
|
# @param [String] parent
|
5710
|
-
# Required. The resource name
|
5715
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
5711
5716
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
5712
5717
|
# FOLDER_ID]
|
5713
5718
|
# @param [Fixnum] page_size
|
@@ -5720,14 +5725,15 @@ module Google
|
|
5720
5725
|
# from the previous response. The values of other method parameters should be
|
5721
5726
|
# identical to those in the previous call.
|
5722
5727
|
# @param [Array<String>, String] resource_names
|
5723
|
-
# Optional.
|
5728
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
5724
5729
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
5725
5730
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
5726
5731
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
5727
5732
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
5728
5733
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
5729
5734
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
5730
|
-
# 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.
|
5731
5737
|
# @param [String] fields
|
5732
5738
|
# Selector specifying which fields to include in a partial response.
|
5733
5739
|
# @param [String] quota_user
|
@@ -5910,7 +5916,7 @@ module Google
|
|
5910
5916
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
5911
5917
|
# logs that have entries are listed.
|
5912
5918
|
# @param [String] parent
|
5913
|
-
# Required. The resource name
|
5919
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
5914
5920
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
5915
5921
|
# FOLDER_ID]
|
5916
5922
|
# @param [Fixnum] page_size
|
@@ -5923,14 +5929,15 @@ module Google
|
|
5923
5929
|
# from the previous response. The values of other method parameters should be
|
5924
5930
|
# identical to those in the previous call.
|
5925
5931
|
# @param [Array<String>, String] resource_names
|
5926
|
-
# Optional.
|
5932
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
5927
5933
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
5928
5934
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
5929
5935
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
5930
5936
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
5931
5937
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
5932
5938
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
5933
|
-
# 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.
|
5934
5941
|
# @param [String] fields
|
5935
5942
|
# Selector specifying which fields to include in a partial response.
|
5936
5943
|
# @param [String] quota_user
|
@@ -6927,9 +6934,9 @@ module Google
|
|
6927
6934
|
execute_or_queue_command(command, &block)
|
6928
6935
|
end
|
6929
6936
|
|
6930
|
-
# Asynchronously creates linked dataset in BigQuery which makes it possible to
|
6931
|
-
# use
|
6932
|
-
# 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.
|
6933
6940
|
# @param [String] parent
|
6934
6941
|
# Required. The full resource name of the bucket to create a link for. "projects/
|
6935
6942
|
# [PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]" "organizations/[
|
@@ -7280,7 +7287,7 @@ module Google
|
|
7280
7287
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
7281
7288
|
# logs that have entries are listed.
|
7282
7289
|
# @param [String] parent
|
7283
|
-
# Required. The resource name
|
7290
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
7284
7291
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
7285
7292
|
# FOLDER_ID]
|
7286
7293
|
# @param [Fixnum] page_size
|
@@ -7293,14 +7300,15 @@ module Google
|
|
7293
7300
|
# from the previous response. The values of other method parameters should be
|
7294
7301
|
# identical to those in the previous call.
|
7295
7302
|
# @param [Array<String>, String] resource_names
|
7296
|
-
# Optional.
|
7303
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
7297
7304
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
7298
7305
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
7299
7306
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
7300
7307
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
7301
7308
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
7302
7309
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
7303
|
-
# 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.
|
7304
7312
|
# @param [String] fields
|
7305
7313
|
# Selector specifying which fields to include in a partial response.
|
7306
7314
|
# @param [String] quota_user
|
@@ -7483,7 +7491,7 @@ module Google
|
|
7483
7491
|
# Lists the logs in projects, organizations, folders, or billing accounts. Only
|
7484
7492
|
# logs that have entries are listed.
|
7485
7493
|
# @param [String] parent
|
7486
|
-
# Required. The resource name
|
7494
|
+
# Required. The resource name to list logs for: projects/[PROJECT_ID]
|
7487
7495
|
# organizations/[ORGANIZATION_ID] billingAccounts/[BILLING_ACCOUNT_ID] folders/[
|
7488
7496
|
# FOLDER_ID]
|
7489
7497
|
# @param [Fixnum] page_size
|
@@ -7496,14 +7504,15 @@ module Google
|
|
7496
7504
|
# from the previous response. The values of other method parameters should be
|
7497
7505
|
# identical to those in the previous call.
|
7498
7506
|
# @param [Array<String>, String] resource_names
|
7499
|
-
# Optional.
|
7507
|
+
# Optional. List of resource names to list logs for: projects/[PROJECT_ID]/
|
7500
7508
|
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID] organizations/[
|
7501
7509
|
# ORGANIZATION_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]
|
7502
7510
|
# billingAccounts/[BILLING_ACCOUNT_ID]/locations/[LOCATION_ID]/buckets/[
|
7503
7511
|
# BUCKET_ID]/views/[VIEW_ID] folders/[FOLDER_ID]/locations/[LOCATION_ID]/buckets/
|
7504
7512
|
# [BUCKET_ID]/views/[VIEW_ID]To support legacy queries, it could also be:
|
7505
7513
|
# projects/[PROJECT_ID] organizations/[ORGANIZATION_ID] billingAccounts/[
|
7506
|
-
# 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.
|
7507
7516
|
# @param [String] fields
|
7508
7517
|
# Selector specifying which fields to include in a partial response.
|
7509
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.44.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-30 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.44.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: []
|