google-apis-logging_v2 0.48.0 → 0.50.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 +26 -21
- data/lib/google/apis/logging_v2/gem_version.rb +2 -2
- data/lib/google/apis/logging_v2/service.rb +97 -83
- 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: ec6159b5643049eef03887efad51b908be11b692f05adda095d7234962680783
|
|
4
|
+
data.tar.gz: b82c2996228a4a960cdd35876c00b83013bbb67aee0c5ff97c8617b3842b5cb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8402b803ad9fe33f610e160e068a6ae604857a23b08d2a0afcf2a29c0a6e69ca23383f16d1a0611f96677d8225e5d0d6a572bf5784e2923afd954d930c00ff2b
|
|
7
|
+
data.tar.gz: 5e299705557de8163854b1a0184093791d4e890949e82900d589873c70d9c1aaddf0a60d7e7df88855e7e445246b7df7015bcdddebfbd0010368891ef426e7c5
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-logging_v2
|
|
2
2
|
|
|
3
|
+
### v0.50.0 (2023-08-06)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20230727
|
|
6
|
+
|
|
7
|
+
### v0.49.0 (2023-07-16)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20230706
|
|
10
|
+
|
|
3
11
|
### v0.48.0 (2023-07-02)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20230623
|
|
@@ -62,7 +62,7 @@ module Google
|
|
|
62
62
|
alias_method :use_partitioned_tables?, :use_partitioned_tables
|
|
63
63
|
|
|
64
64
|
# Output only. True if new timestamp column based partitioning is in use, false
|
|
65
|
-
# if legacy
|
|
65
|
+
# if legacy ingress-time partitioning is in use.All new sinks will have this
|
|
66
66
|
# field set true and will use timestamp column based partitioning. If
|
|
67
67
|
# use_partitioned_tables is false, this value has no meaning and will be false.
|
|
68
68
|
# Legacy sinks using partitioned tables will have this field set to false.
|
|
@@ -208,16 +208,16 @@ module Google
|
|
|
208
208
|
# projects/[PROJECT_ID]/locations/[LOCATION]/keyRings/[KEYRING]/cryptoKeys/[KEY]"
|
|
209
209
|
# For example:"projects/my-project/locations/us-central1/keyRings/my-ring/
|
|
210
210
|
# cryptoKeys/my-key"To enable CMEK for the Log Router, set this field to a valid
|
|
211
|
-
# kms_key_name for which the associated service account has the
|
|
212
|
-
#
|
|
213
|
-
#
|
|
214
|
-
#
|
|
215
|
-
#
|
|
216
|
-
#
|
|
217
|
-
#
|
|
218
|
-
#
|
|
219
|
-
#
|
|
220
|
-
#
|
|
211
|
+
# kms_key_name for which the associated service account has the needed cloudkms.
|
|
212
|
+
# cryptoKeyEncrypterDecrypter roles assigned for the key.The Cloud KMS key used
|
|
213
|
+
# by the Log Router can be updated by changing the kms_key_name to a new valid
|
|
214
|
+
# key name or disabled by setting the key name to an empty string. Encryption
|
|
215
|
+
# operations that are in progress will be completed with the key that was in use
|
|
216
|
+
# when they started. Decryption operations will be completed using the key that
|
|
217
|
+
# was used at the time of encryption unless access to that key has been revoked.
|
|
218
|
+
# To disable CMEK for the Log Router, set this field to an empty string.See
|
|
219
|
+
# Enabling CMEK for Log Router (https://cloud.google.com/logging/docs/routing/
|
|
220
|
+
# managed-encryption) for more information.
|
|
221
221
|
# Corresponds to the JSON property `kmsKeyName`
|
|
222
222
|
# @return [String]
|
|
223
223
|
attr_accessor :kms_key_name
|
|
@@ -1460,7 +1460,7 @@ module Google
|
|
|
1460
1460
|
# characters long and can only include the following characters: upper and lower
|
|
1461
1461
|
# case alphanumeric characters, forward-slash, underscore, hyphen, and period.
|
|
1462
1462
|
# For backward compatibility, if log_name begins with a forward-slash, such as /
|
|
1463
|
-
# projects/..., then the log entry is
|
|
1463
|
+
# projects/..., then the log entry is processed as usual, but the forward-slash
|
|
1464
1464
|
# is removed. Listing the log entry will not show the leading slash and
|
|
1465
1465
|
# filtering for a log name with a leading slash will never return any results.
|
|
1466
1466
|
# Corresponds to the JSON property `logName`
|
|
@@ -1564,7 +1564,7 @@ module Google
|
|
|
1564
1564
|
# log entries must have timestamps that don't exceed the logs retention period (
|
|
1565
1565
|
# https://cloud.google.com/logging/quotas#logs_retention_periods) in the past,
|
|
1566
1566
|
# and that don't exceed 24 hours in the future. Log entries outside those time
|
|
1567
|
-
# boundaries
|
|
1567
|
+
# boundaries are rejected by Logging.
|
|
1568
1568
|
# Corresponds to the JSON property `timestamp`
|
|
1569
1569
|
# @return [String]
|
|
1570
1570
|
attr_accessor :timestamp
|
|
@@ -1974,10 +1974,12 @@ module Google
|
|
|
1974
1974
|
# Required. The export destination: "storage.googleapis.com/[GCS_BUCKET]" "
|
|
1975
1975
|
# bigquery.googleapis.com/projects/[PROJECT_ID]/datasets/[DATASET]" "pubsub.
|
|
1976
1976
|
# googleapis.com/projects/[PROJECT_ID]/topics/[TOPIC_ID]" "logging.googleapis.
|
|
1977
|
-
# com/projects/[PROJECT_ID]"
|
|
1978
|
-
#
|
|
1979
|
-
#
|
|
1980
|
-
#
|
|
1977
|
+
# com/projects/[PROJECT_ID]" "logging.googleapis.com/projects/[PROJECT_ID]/
|
|
1978
|
+
# locations/[LOCATION_ID]/buckets/[BUCKET_ID]" The sink's writer_identity, set
|
|
1979
|
+
# when the sink is created, must have permission to write to the destination or
|
|
1980
|
+
# else the log entries are not exported. For more information, see Exporting
|
|
1981
|
+
# Logs with Sinks (https://cloud.google.com/logging/docs/api/tasks/exporting-
|
|
1982
|
+
# logs).
|
|
1981
1983
|
# Corresponds to the JSON property `destination`
|
|
1982
1984
|
# @return [String]
|
|
1983
1985
|
attr_accessor :destination
|
|
@@ -2785,7 +2787,7 @@ module Google
|
|
|
2785
2787
|
|
|
2786
2788
|
# Optional. If set to true, the _Default sink in newly created projects and
|
|
2787
2789
|
# folders will created in a disabled state. This can be used to automatically
|
|
2788
|
-
# disable log
|
|
2790
|
+
# disable log storage if there is already an aggregated sink configured in the
|
|
2789
2791
|
# hierarchy. The _Default sink can be re-enabled manually if needed.
|
|
2790
2792
|
# Corresponds to the JSON property `disableDefaultSink`
|
|
2791
2793
|
# @return [Boolean]
|
|
@@ -2832,9 +2834,12 @@ module Google
|
|
|
2832
2834
|
# @return [String]
|
|
2833
2835
|
attr_accessor :name
|
|
2834
2836
|
|
|
2835
|
-
# Optional. The
|
|
2836
|
-
#
|
|
2837
|
-
#
|
|
2837
|
+
# Optional. The storage location that Cloud Logging will use to create new
|
|
2838
|
+
# resources when a location is needed but not explicitly provided. The use cases
|
|
2839
|
+
# includes: The location of _Default and _Required log bucket for newly created
|
|
2840
|
+
# projects and folders.Example value: europe-west1.Note: this setting does not
|
|
2841
|
+
# affect the location of resources where a location is explicitly provided when
|
|
2842
|
+
# created, such as custom log buckets.
|
|
2838
2843
|
# Corresponds to the JSON property `storageLocation`
|
|
2839
2844
|
# @return [String]
|
|
2840
2845
|
attr_accessor :storage_location
|
|
@@ -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.50.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 = "20230727"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -820,7 +820,7 @@ module Google
|
|
|
820
820
|
# LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
|
|
821
821
|
# locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
|
|
822
822
|
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
|
|
823
|
-
# folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID
|
|
823
|
+
# folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
824
824
|
# @param [String] fields
|
|
825
825
|
# Selector specifying which fields to include in a partial response.
|
|
826
826
|
# @param [String] quota_user
|
|
@@ -851,10 +851,10 @@ module Google
|
|
|
851
851
|
# Lists links.
|
|
852
852
|
# @param [String] parent
|
|
853
853
|
# Required. The parent resource whose links are to be listed:"projects/
|
|
854
|
-
# PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
855
|
-
# ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
856
|
-
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
857
|
-
#
|
|
854
|
+
# PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "organizations/
|
|
855
|
+
# ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/
|
|
856
|
+
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "folders/FOLDER_ID/
|
|
857
|
+
# locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
858
858
|
# @param [Fixnum] page_size
|
|
859
859
|
# Optional. The maximum number of results to return from this request.
|
|
860
860
|
# @param [String] page_token
|
|
@@ -965,7 +965,7 @@ module Google
|
|
|
965
965
|
execute_or_queue_command(command, &block)
|
|
966
966
|
end
|
|
967
967
|
|
|
968
|
-
# Gets a view on a log bucket
|
|
968
|
+
# Gets a view on a log bucket.
|
|
969
969
|
# @param [String] name
|
|
970
970
|
# Required. The resource name of the policy: "projects/[PROJECT_ID]/locations/[
|
|
971
971
|
# LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-
|
|
@@ -1344,9 +1344,9 @@ module Google
|
|
|
1344
1344
|
end
|
|
1345
1345
|
|
|
1346
1346
|
# Creates a sink that exports specified log entries to a destination. The export
|
|
1347
|
-
#
|
|
1348
|
-
#
|
|
1349
|
-
#
|
|
1347
|
+
# begins upon ingress, unless the sink's writer_identity is not permitted to
|
|
1348
|
+
# write to the destination. A sink can export log entries only from the resource
|
|
1349
|
+
# owning the sink.
|
|
1350
1350
|
# @param [String] parent
|
|
1351
1351
|
# Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "
|
|
1352
1352
|
# organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "
|
|
@@ -1367,8 +1367,9 @@ module Google
|
|
|
1367
1367
|
# identities to this API. The sink's destination must be in the same project as
|
|
1368
1368
|
# the sink itself.If this field is set to true, or if the sink is owned by a non-
|
|
1369
1369
|
# project resource such as an organization, then the value of writer_identity
|
|
1370
|
-
# will be a
|
|
1371
|
-
#
|
|
1370
|
+
# will be a service agent (https://cloud.google.com/iam/docs/service-account-
|
|
1371
|
+
# types#service-agents) used by the sinks with the same parent. For more
|
|
1372
|
+
# information, see writer_identity in LogSink.
|
|
1372
1373
|
# @param [String] fields
|
|
1373
1374
|
# Selector specifying which fields to include in a partial response.
|
|
1374
1375
|
# @param [String] quota_user
|
|
@@ -1532,9 +1533,10 @@ module Google
|
|
|
1532
1533
|
# sink depends on both the old and new values of this field: If the old and new
|
|
1533
1534
|
# values of this field are both false or both true, then there is no change to
|
|
1534
1535
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
1535
|
-
# true, then writer_identity is changed to a
|
|
1536
|
-
#
|
|
1537
|
-
# to false
|
|
1536
|
+
# true, then writer_identity is changed to a service agent (https://cloud.google.
|
|
1537
|
+
# com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
|
|
1538
|
+
# is an error if the old value is true and the new value is set to false or
|
|
1539
|
+
# defaulted to false.
|
|
1538
1540
|
# @param [String] update_mask
|
|
1539
1541
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
1540
1542
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -1598,9 +1600,10 @@ module Google
|
|
|
1598
1600
|
# sink depends on both the old and new values of this field: If the old and new
|
|
1599
1601
|
# values of this field are both false or both true, then there is no change to
|
|
1600
1602
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
1601
|
-
# true, then writer_identity is changed to a
|
|
1602
|
-
#
|
|
1603
|
-
# to false
|
|
1603
|
+
# true, then writer_identity is changed to a service agent (https://cloud.google.
|
|
1604
|
+
# com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
|
|
1605
|
+
# is an error if the old value is true and the new value is set to false or
|
|
1606
|
+
# defaulted to false.
|
|
1604
1607
|
# @param [String] update_mask
|
|
1605
1608
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
1606
1609
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -1705,7 +1708,7 @@ module Google
|
|
|
1705
1708
|
execute_or_queue_command(command, &block)
|
|
1706
1709
|
end
|
|
1707
1710
|
|
|
1708
|
-
# Streaming read of log entries as they are
|
|
1711
|
+
# Streaming read of log entries as they are received. Until the stream is
|
|
1709
1712
|
# terminated, it will continue reading logs.
|
|
1710
1713
|
# @param [Google::Apis::LoggingV2::TailLogEntriesRequest] tail_log_entries_request_object
|
|
1711
1714
|
# @param [String] fields
|
|
@@ -2786,7 +2789,7 @@ module Google
|
|
|
2786
2789
|
# LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
|
|
2787
2790
|
# locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
|
|
2788
2791
|
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
|
|
2789
|
-
# folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID
|
|
2792
|
+
# folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
2790
2793
|
# @param [String] fields
|
|
2791
2794
|
# Selector specifying which fields to include in a partial response.
|
|
2792
2795
|
# @param [String] quota_user
|
|
@@ -2817,10 +2820,10 @@ module Google
|
|
|
2817
2820
|
# Lists links.
|
|
2818
2821
|
# @param [String] parent
|
|
2819
2822
|
# Required. The parent resource whose links are to be listed:"projects/
|
|
2820
|
-
# PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
2821
|
-
# ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
2822
|
-
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
2823
|
-
#
|
|
2823
|
+
# PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "organizations/
|
|
2824
|
+
# ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/
|
|
2825
|
+
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "folders/FOLDER_ID/
|
|
2826
|
+
# locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
2824
2827
|
# @param [Fixnum] page_size
|
|
2825
2828
|
# Optional. The maximum number of results to return from this request.
|
|
2826
2829
|
# @param [String] page_token
|
|
@@ -2931,7 +2934,7 @@ module Google
|
|
|
2931
2934
|
execute_or_queue_command(command, &block)
|
|
2932
2935
|
end
|
|
2933
2936
|
|
|
2934
|
-
# Gets a view on a log bucket
|
|
2937
|
+
# Gets a view on a log bucket.
|
|
2935
2938
|
# @param [String] name
|
|
2936
2939
|
# Required. The resource name of the policy: "projects/[PROJECT_ID]/locations/[
|
|
2937
2940
|
# LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-
|
|
@@ -3310,9 +3313,9 @@ module Google
|
|
|
3310
3313
|
end
|
|
3311
3314
|
|
|
3312
3315
|
# Creates a sink that exports specified log entries to a destination. The export
|
|
3313
|
-
#
|
|
3314
|
-
#
|
|
3315
|
-
#
|
|
3316
|
+
# begins upon ingress, unless the sink's writer_identity is not permitted to
|
|
3317
|
+
# write to the destination. A sink can export log entries only from the resource
|
|
3318
|
+
# owning the sink.
|
|
3316
3319
|
# @param [String] parent
|
|
3317
3320
|
# Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "
|
|
3318
3321
|
# organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "
|
|
@@ -3333,8 +3336,9 @@ module Google
|
|
|
3333
3336
|
# identities to this API. The sink's destination must be in the same project as
|
|
3334
3337
|
# the sink itself.If this field is set to true, or if the sink is owned by a non-
|
|
3335
3338
|
# project resource such as an organization, then the value of writer_identity
|
|
3336
|
-
# will be a
|
|
3337
|
-
#
|
|
3339
|
+
# will be a service agent (https://cloud.google.com/iam/docs/service-account-
|
|
3340
|
+
# types#service-agents) used by the sinks with the same parent. For more
|
|
3341
|
+
# information, see writer_identity in LogSink.
|
|
3338
3342
|
# @param [String] fields
|
|
3339
3343
|
# Selector specifying which fields to include in a partial response.
|
|
3340
3344
|
# @param [String] quota_user
|
|
@@ -3498,9 +3502,10 @@ module Google
|
|
|
3498
3502
|
# sink depends on both the old and new values of this field: If the old and new
|
|
3499
3503
|
# values of this field are both false or both true, then there is no change to
|
|
3500
3504
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
3501
|
-
# true, then writer_identity is changed to a
|
|
3502
|
-
#
|
|
3503
|
-
# to false
|
|
3505
|
+
# true, then writer_identity is changed to a service agent (https://cloud.google.
|
|
3506
|
+
# com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
|
|
3507
|
+
# is an error if the old value is true and the new value is set to false or
|
|
3508
|
+
# defaulted to false.
|
|
3504
3509
|
# @param [String] update_mask
|
|
3505
3510
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
3506
3511
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -3564,9 +3569,10 @@ module Google
|
|
|
3564
3569
|
# sink depends on both the old and new values of this field: If the old and new
|
|
3565
3570
|
# values of this field are both false or both true, then there is no change to
|
|
3566
3571
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
3567
|
-
# true, then writer_identity is changed to a
|
|
3568
|
-
#
|
|
3569
|
-
# to false
|
|
3572
|
+
# true, then writer_identity is changed to a service agent (https://cloud.google.
|
|
3573
|
+
# com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
|
|
3574
|
+
# is an error if the old value is true and the new value is set to false or
|
|
3575
|
+
# defaulted to false.
|
|
3570
3576
|
# @param [String] update_mask
|
|
3571
3577
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
3572
3578
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -4103,7 +4109,7 @@ module Google
|
|
|
4103
4109
|
# LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
|
|
4104
4110
|
# locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
|
|
4105
4111
|
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
|
|
4106
|
-
# folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID
|
|
4112
|
+
# folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
4107
4113
|
# @param [String] fields
|
|
4108
4114
|
# Selector specifying which fields to include in a partial response.
|
|
4109
4115
|
# @param [String] quota_user
|
|
@@ -4134,10 +4140,10 @@ module Google
|
|
|
4134
4140
|
# Lists links.
|
|
4135
4141
|
# @param [String] parent
|
|
4136
4142
|
# Required. The parent resource whose links are to be listed:"projects/
|
|
4137
|
-
# PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
4138
|
-
# ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
4139
|
-
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
4140
|
-
#
|
|
4143
|
+
# PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "organizations/
|
|
4144
|
+
# ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/
|
|
4145
|
+
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "folders/FOLDER_ID/
|
|
4146
|
+
# locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
4141
4147
|
# @param [Fixnum] page_size
|
|
4142
4148
|
# Optional. The maximum number of results to return from this request.
|
|
4143
4149
|
# @param [String] page_token
|
|
@@ -4248,7 +4254,7 @@ module Google
|
|
|
4248
4254
|
execute_or_queue_command(command, &block)
|
|
4249
4255
|
end
|
|
4250
4256
|
|
|
4251
|
-
# Gets a view on a log bucket
|
|
4257
|
+
# Gets a view on a log bucket.
|
|
4252
4258
|
# @param [String] name
|
|
4253
4259
|
# Required. The resource name of the policy: "projects/[PROJECT_ID]/locations/[
|
|
4254
4260
|
# LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-
|
|
@@ -5483,7 +5489,7 @@ module Google
|
|
|
5483
5489
|
# LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
|
|
5484
5490
|
# locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
|
|
5485
5491
|
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
|
|
5486
|
-
# folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID
|
|
5492
|
+
# folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
5487
5493
|
# @param [String] fields
|
|
5488
5494
|
# Selector specifying which fields to include in a partial response.
|
|
5489
5495
|
# @param [String] quota_user
|
|
@@ -5514,10 +5520,10 @@ module Google
|
|
|
5514
5520
|
# Lists links.
|
|
5515
5521
|
# @param [String] parent
|
|
5516
5522
|
# Required. The parent resource whose links are to be listed:"projects/
|
|
5517
|
-
# PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
5518
|
-
# ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
5519
|
-
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
5520
|
-
#
|
|
5523
|
+
# PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "organizations/
|
|
5524
|
+
# ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/
|
|
5525
|
+
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "folders/FOLDER_ID/
|
|
5526
|
+
# locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
5521
5527
|
# @param [Fixnum] page_size
|
|
5522
5528
|
# Optional. The maximum number of results to return from this request.
|
|
5523
5529
|
# @param [String] page_token
|
|
@@ -5628,7 +5634,7 @@ module Google
|
|
|
5628
5634
|
execute_or_queue_command(command, &block)
|
|
5629
5635
|
end
|
|
5630
5636
|
|
|
5631
|
-
# Gets a view on a log bucket
|
|
5637
|
+
# Gets a view on a log bucket.
|
|
5632
5638
|
# @param [String] name
|
|
5633
5639
|
# Required. The resource name of the policy: "projects/[PROJECT_ID]/locations/[
|
|
5634
5640
|
# LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-
|
|
@@ -6007,9 +6013,9 @@ module Google
|
|
|
6007
6013
|
end
|
|
6008
6014
|
|
|
6009
6015
|
# Creates a sink that exports specified log entries to a destination. The export
|
|
6010
|
-
#
|
|
6011
|
-
#
|
|
6012
|
-
#
|
|
6016
|
+
# begins upon ingress, unless the sink's writer_identity is not permitted to
|
|
6017
|
+
# write to the destination. A sink can export log entries only from the resource
|
|
6018
|
+
# owning the sink.
|
|
6013
6019
|
# @param [String] parent
|
|
6014
6020
|
# Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "
|
|
6015
6021
|
# organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "
|
|
@@ -6030,8 +6036,9 @@ module Google
|
|
|
6030
6036
|
# identities to this API. The sink's destination must be in the same project as
|
|
6031
6037
|
# the sink itself.If this field is set to true, or if the sink is owned by a non-
|
|
6032
6038
|
# project resource such as an organization, then the value of writer_identity
|
|
6033
|
-
# will be a
|
|
6034
|
-
#
|
|
6039
|
+
# will be a service agent (https://cloud.google.com/iam/docs/service-account-
|
|
6040
|
+
# types#service-agents) used by the sinks with the same parent. For more
|
|
6041
|
+
# information, see writer_identity in LogSink.
|
|
6035
6042
|
# @param [String] fields
|
|
6036
6043
|
# Selector specifying which fields to include in a partial response.
|
|
6037
6044
|
# @param [String] quota_user
|
|
@@ -6195,9 +6202,10 @@ module Google
|
|
|
6195
6202
|
# sink depends on both the old and new values of this field: If the old and new
|
|
6196
6203
|
# values of this field are both false or both true, then there is no change to
|
|
6197
6204
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
6198
|
-
# true, then writer_identity is changed to a
|
|
6199
|
-
#
|
|
6200
|
-
# to false
|
|
6205
|
+
# true, then writer_identity is changed to a service agent (https://cloud.google.
|
|
6206
|
+
# com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
|
|
6207
|
+
# is an error if the old value is true and the new value is set to false or
|
|
6208
|
+
# defaulted to false.
|
|
6201
6209
|
# @param [String] update_mask
|
|
6202
6210
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
6203
6211
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -6261,9 +6269,10 @@ module Google
|
|
|
6261
6269
|
# sink depends on both the old and new values of this field: If the old and new
|
|
6262
6270
|
# values of this field are both false or both true, then there is no change to
|
|
6263
6271
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
6264
|
-
# true, then writer_identity is changed to a
|
|
6265
|
-
#
|
|
6266
|
-
# to false
|
|
6272
|
+
# true, then writer_identity is changed to a service agent (https://cloud.google.
|
|
6273
|
+
# com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
|
|
6274
|
+
# is an error if the old value is true and the new value is set to false or
|
|
6275
|
+
# defaulted to false.
|
|
6267
6276
|
# @param [String] update_mask
|
|
6268
6277
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
6269
6278
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -7077,7 +7086,7 @@ module Google
|
|
|
7077
7086
|
# LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "organizations/ORGANIZATION_ID/
|
|
7078
7087
|
# locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "billingAccounts/
|
|
7079
7088
|
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID" "
|
|
7080
|
-
# folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID
|
|
7089
|
+
# folders/FOLDER_ID/locations/LOCATION_ID/buckets/BUCKET_ID/links/LINK_ID"
|
|
7081
7090
|
# @param [String] fields
|
|
7082
7091
|
# Selector specifying which fields to include in a partial response.
|
|
7083
7092
|
# @param [String] quota_user
|
|
@@ -7108,10 +7117,10 @@ module Google
|
|
|
7108
7117
|
# Lists links.
|
|
7109
7118
|
# @param [String] parent
|
|
7110
7119
|
# Required. The parent resource whose links are to be listed:"projects/
|
|
7111
|
-
# PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
7112
|
-
# ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
7113
|
-
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID
|
|
7114
|
-
#
|
|
7120
|
+
# PROJECT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "organizations/
|
|
7121
|
+
# ORGANIZATION_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "billingAccounts/
|
|
7122
|
+
# BILLING_ACCOUNT_ID/locations/LOCATION_ID/buckets/BUCKET_ID" "folders/FOLDER_ID/
|
|
7123
|
+
# locations/LOCATION_ID/buckets/BUCKET_ID"
|
|
7115
7124
|
# @param [Fixnum] page_size
|
|
7116
7125
|
# Optional. The maximum number of results to return from this request.
|
|
7117
7126
|
# @param [String] page_token
|
|
@@ -7222,7 +7231,7 @@ module Google
|
|
|
7222
7231
|
execute_or_queue_command(command, &block)
|
|
7223
7232
|
end
|
|
7224
7233
|
|
|
7225
|
-
# Gets a view on a log bucket
|
|
7234
|
+
# Gets a view on a log bucket.
|
|
7226
7235
|
# @param [String] name
|
|
7227
7236
|
# Required. The resource name of the policy: "projects/[PROJECT_ID]/locations/[
|
|
7228
7237
|
# LOCATION_ID]/buckets/[BUCKET_ID]/views/[VIEW_ID]" For example:"projects/my-
|
|
@@ -7775,9 +7784,9 @@ module Google
|
|
|
7775
7784
|
end
|
|
7776
7785
|
|
|
7777
7786
|
# Creates a sink that exports specified log entries to a destination. The export
|
|
7778
|
-
#
|
|
7779
|
-
#
|
|
7780
|
-
#
|
|
7787
|
+
# begins upon ingress, unless the sink's writer_identity is not permitted to
|
|
7788
|
+
# write to the destination. A sink can export log entries only from the resource
|
|
7789
|
+
# owning the sink.
|
|
7781
7790
|
# @param [String] parent
|
|
7782
7791
|
# Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "
|
|
7783
7792
|
# organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "
|
|
@@ -7798,8 +7807,9 @@ module Google
|
|
|
7798
7807
|
# identities to this API. The sink's destination must be in the same project as
|
|
7799
7808
|
# the sink itself.If this field is set to true, or if the sink is owned by a non-
|
|
7800
7809
|
# project resource such as an organization, then the value of writer_identity
|
|
7801
|
-
# will be a
|
|
7802
|
-
#
|
|
7810
|
+
# will be a service agent (https://cloud.google.com/iam/docs/service-account-
|
|
7811
|
+
# types#service-agents) used by the sinks with the same parent. For more
|
|
7812
|
+
# information, see writer_identity in LogSink.
|
|
7803
7813
|
# @param [String] fields
|
|
7804
7814
|
# Selector specifying which fields to include in a partial response.
|
|
7805
7815
|
# @param [String] quota_user
|
|
@@ -7963,9 +7973,10 @@ module Google
|
|
|
7963
7973
|
# sink depends on both the old and new values of this field: If the old and new
|
|
7964
7974
|
# values of this field are both false or both true, then there is no change to
|
|
7965
7975
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
7966
|
-
# true, then writer_identity is changed to a
|
|
7967
|
-
#
|
|
7968
|
-
# to false
|
|
7976
|
+
# true, then writer_identity is changed to a service agent (https://cloud.google.
|
|
7977
|
+
# com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
|
|
7978
|
+
# is an error if the old value is true and the new value is set to false or
|
|
7979
|
+
# defaulted to false.
|
|
7969
7980
|
# @param [String] update_mask
|
|
7970
7981
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
7971
7982
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -8029,9 +8040,10 @@ module Google
|
|
|
8029
8040
|
# sink depends on both the old and new values of this field: If the old and new
|
|
8030
8041
|
# values of this field are both false or both true, then there is no change to
|
|
8031
8042
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
8032
|
-
# true, then writer_identity is changed to a
|
|
8033
|
-
#
|
|
8034
|
-
# to false
|
|
8043
|
+
# true, then writer_identity is changed to a service agent (https://cloud.google.
|
|
8044
|
+
# com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
|
|
8045
|
+
# is an error if the old value is true and the new value is set to false or
|
|
8046
|
+
# defaulted to false.
|
|
8035
8047
|
# @param [String] update_mask
|
|
8036
8048
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
8037
8049
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
|
@@ -8075,9 +8087,9 @@ module Google
|
|
|
8075
8087
|
end
|
|
8076
8088
|
|
|
8077
8089
|
# Creates a sink that exports specified log entries to a destination. The export
|
|
8078
|
-
#
|
|
8079
|
-
#
|
|
8080
|
-
#
|
|
8090
|
+
# begins upon ingress, unless the sink's writer_identity is not permitted to
|
|
8091
|
+
# write to the destination. A sink can export log entries only from the resource
|
|
8092
|
+
# owning the sink.
|
|
8081
8093
|
# @param [String] parent
|
|
8082
8094
|
# Required. The resource in which to create the sink: "projects/[PROJECT_ID]" "
|
|
8083
8095
|
# organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "
|
|
@@ -8098,8 +8110,9 @@ module Google
|
|
|
8098
8110
|
# identities to this API. The sink's destination must be in the same project as
|
|
8099
8111
|
# the sink itself.If this field is set to true, or if the sink is owned by a non-
|
|
8100
8112
|
# project resource such as an organization, then the value of writer_identity
|
|
8101
|
-
# will be a
|
|
8102
|
-
#
|
|
8113
|
+
# will be a service agent (https://cloud.google.com/iam/docs/service-account-
|
|
8114
|
+
# types#service-agents) used by the sinks with the same parent. For more
|
|
8115
|
+
# information, see writer_identity in LogSink.
|
|
8103
8116
|
# @param [String] fields
|
|
8104
8117
|
# Selector specifying which fields to include in a partial response.
|
|
8105
8118
|
# @param [String] quota_user
|
|
@@ -8263,9 +8276,10 @@ module Google
|
|
|
8263
8276
|
# sink depends on both the old and new values of this field: If the old and new
|
|
8264
8277
|
# values of this field are both false or both true, then there is no change to
|
|
8265
8278
|
# the sink's writer_identity. If the old value is false and the new value is
|
|
8266
|
-
# true, then writer_identity is changed to a
|
|
8267
|
-
#
|
|
8268
|
-
# to false
|
|
8279
|
+
# true, then writer_identity is changed to a service agent (https://cloud.google.
|
|
8280
|
+
# com/iam/docs/service-account-types#service-agents)) owned by Cloud Logging. It
|
|
8281
|
+
# is an error if the old value is true and the new value is set to false or
|
|
8282
|
+
# defaulted to false.
|
|
8269
8283
|
# @param [String] update_mask
|
|
8270
8284
|
# Optional. Field mask that specifies the fields in sink that need an update. A
|
|
8271
8285
|
# sink field will be overwritten if, and only if, it is in the update mask. name
|
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.50.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-08-06 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.50.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: []
|