google-apis-logging_v2 0.63.0 → 0.65.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03c6f5bcec9ea96c543e9b23adb19f49c1654412ce2b54b68a73ed34fcbbfde6
|
4
|
+
data.tar.gz: 22f3f7d051f491cdacaa4be7ab8db22814fa6ce488ad57cc17a0d896f03b4a7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 154a1c59c3be2e58c969b13ca12bba280e0b1953b422d7ca3d1ec3de24217ebab71cd7ab4b520341fe559ae8fd2123db07a56675aa27e38a04d17d8e0db69b54
|
7
|
+
data.tar.gz: 02766bb76a58b43fc4431d1d77be12e576d5015b8c5901d4b761595c3eeb006af5ba17de817e2d4c1995a36a55fd4e3ef383808f1a617fe2022a02e5621797d1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-logging_v2
|
2
2
|
|
3
|
+
### v0.65.0 (2024-03-10)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240301
|
6
|
+
|
7
|
+
### v0.64.0 (2024-03-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240223
|
10
|
+
|
3
11
|
### v0.63.0 (2024-02-24)
|
4
12
|
|
5
13
|
* Regenerated using generator version 0.14.0
|
@@ -404,7 +404,8 @@ module Google
|
|
404
404
|
|
405
405
|
# Required. A client-assigned identifier such as "my-bucket". Identifiers are
|
406
406
|
# limited to 100 characters and can include only letters, digits, underscores,
|
407
|
-
# hyphens, and periods.
|
407
|
+
# hyphens, and periods. Bucket identifiers must start with an alphanumeric
|
408
|
+
# character.
|
408
409
|
# Corresponds to the JSON property `bucketId`
|
409
410
|
# @return [String]
|
410
411
|
attr_accessor :bucket_id
|
@@ -1452,8 +1453,8 @@ module Google
|
|
1452
1453
|
class LogBucket
|
1453
1454
|
include Google::Apis::Core::Hashable
|
1454
1455
|
|
1455
|
-
#
|
1456
|
-
#
|
1456
|
+
# Whether log analytics is enabled for this bucket.Once enabled, log analytics
|
1457
|
+
# features cannot be disabled.
|
1457
1458
|
# Corresponds to the JSON property `analyticsEnabled`
|
1458
1459
|
# @return [Boolean]
|
1459
1460
|
attr_accessor :analytics_enabled
|
@@ -3082,7 +3083,7 @@ module Google
|
|
3082
3083
|
# @return [String]
|
3083
3084
|
attr_accessor :description
|
3084
3085
|
|
3085
|
-
#
|
3086
|
+
# Required. The user specified title for the SavedQuery.
|
3086
3087
|
# Corresponds to the JSON property `displayName`
|
3087
3088
|
# @return [String]
|
3088
3089
|
attr_accessor :display_name
|
@@ -3117,6 +3118,11 @@ module Google
|
|
3117
3118
|
# @return [String]
|
3118
3119
|
attr_accessor :update_time
|
3119
3120
|
|
3121
|
+
# Required. The visibility status of this query, which determines its ownership.
|
3122
|
+
# Corresponds to the JSON property `visibility`
|
3123
|
+
# @return [String]
|
3124
|
+
attr_accessor :visibility
|
3125
|
+
|
3120
3126
|
def initialize(**args)
|
3121
3127
|
update!(**args)
|
3122
3128
|
end
|
@@ -3130,6 +3136,7 @@ module Google
|
|
3130
3136
|
@name = args[:name] if args.key?(:name)
|
3131
3137
|
@ops_analytics_query = args[:ops_analytics_query] if args.key?(:ops_analytics_query)
|
3132
3138
|
@update_time = args[:update_time] if args.key?(:update_time)
|
3139
|
+
@visibility = args[:visibility] if args.key?(:visibility)
|
3133
3140
|
end
|
3134
3141
|
end
|
3135
3142
|
|
@@ -3138,12 +3145,6 @@ module Google
|
|
3138
3145
|
class Settings
|
3139
3146
|
include Google::Apis::Core::Hashable
|
3140
3147
|
|
3141
|
-
# Optional. The default analytics mode of an org or folder which is inherited by
|
3142
|
-
# all newly created child project buckets.
|
3143
|
-
# Corresponds to the JSON property `analyticsMode`
|
3144
|
-
# @return [String]
|
3145
|
-
attr_accessor :analytics_mode
|
3146
|
-
|
3147
3148
|
# Describes the custom _Default sink configuration that is used to override the
|
3148
3149
|
# built-in _Default sink configuration in newly created resource containers,
|
3149
3150
|
# such as projects or folders.
|
@@ -3212,7 +3213,6 @@ module Google
|
|
3212
3213
|
|
3213
3214
|
# Update properties of this object
|
3214
3215
|
def update!(**args)
|
3215
|
-
@analytics_mode = args[:analytics_mode] if args.key?(:analytics_mode)
|
3216
3216
|
@default_sink_config = args[:default_sink_config] if args.key?(:default_sink_config)
|
3217
3217
|
@disable_default_sink = args[:disable_default_sink] if args.key?(:disable_default_sink)
|
3218
3218
|
@kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name)
|
@@ -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.65.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240301"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1136,13 +1136,13 @@ module Google
|
|
1136
1136
|
property :ops_analytics_query, as: 'opsAnalyticsQuery', class: Google::Apis::LoggingV2::OpsAnalyticsQuery, decorator: Google::Apis::LoggingV2::OpsAnalyticsQuery::Representation
|
1137
1137
|
|
1138
1138
|
property :update_time, as: 'updateTime'
|
1139
|
+
property :visibility, as: 'visibility'
|
1139
1140
|
end
|
1140
1141
|
end
|
1141
1142
|
|
1142
1143
|
class Settings
|
1143
1144
|
# @private
|
1144
1145
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1145
|
-
property :analytics_mode, as: 'analyticsMode'
|
1146
1146
|
property :default_sink_config, as: 'defaultSinkConfig', class: Google::Apis::LoggingV2::DefaultSinkConfig, decorator: Google::Apis::LoggingV2::DefaultSinkConfig::Representation
|
1147
1147
|
|
1148
1148
|
property :disable_default_sink, as: 'disableDefaultSink'
|
@@ -406,7 +406,8 @@ module Google
|
|
406
406
|
# @param [String] bucket_id
|
407
407
|
# Required. A client-assigned identifier such as "my-bucket". Identifiers are
|
408
408
|
# limited to 100 characters and can include only letters, digits, underscores,
|
409
|
-
# hyphens, and periods.
|
409
|
+
# hyphens, and periods. Bucket identifiers must start with an alphanumeric
|
410
|
+
# character.
|
410
411
|
# @param [String] fields
|
411
412
|
# Selector specifying which fields to include in a partial response.
|
412
413
|
# @param [String] quota_user
|
@@ -447,7 +448,8 @@ module Google
|
|
447
448
|
# @param [String] bucket_id
|
448
449
|
# Required. A client-assigned identifier such as "my-bucket". Identifiers are
|
449
450
|
# limited to 100 characters and can include only letters, digits, underscores,
|
450
|
-
# hyphens, and periods.
|
451
|
+
# hyphens, and periods. Bucket identifiers must start with an alphanumeric
|
452
|
+
# character.
|
451
453
|
# @param [String] fields
|
452
454
|
# Selector specifying which fields to include in a partial response.
|
453
455
|
# @param [String] quota_user
|
@@ -2552,7 +2554,8 @@ module Google
|
|
2552
2554
|
# @param [String] bucket_id
|
2553
2555
|
# Required. A client-assigned identifier such as "my-bucket". Identifiers are
|
2554
2556
|
# limited to 100 characters and can include only letters, digits, underscores,
|
2555
|
-
# hyphens, and periods.
|
2557
|
+
# hyphens, and periods. Bucket identifiers must start with an alphanumeric
|
2558
|
+
# character.
|
2556
2559
|
# @param [String] fields
|
2557
2560
|
# Selector specifying which fields to include in a partial response.
|
2558
2561
|
# @param [String] quota_user
|
@@ -2593,7 +2596,8 @@ module Google
|
|
2593
2596
|
# @param [String] bucket_id
|
2594
2597
|
# Required. A client-assigned identifier such as "my-bucket". Identifiers are
|
2595
2598
|
# limited to 100 characters and can include only letters, digits, underscores,
|
2596
|
-
# hyphens, and periods.
|
2599
|
+
# hyphens, and periods. Bucket identifiers must start with an alphanumeric
|
2600
|
+
# character.
|
2597
2601
|
# @param [String] fields
|
2598
2602
|
# Selector specifying which fields to include in a partial response.
|
2599
2603
|
# @param [String] quota_user
|
@@ -4055,7 +4059,8 @@ module Google
|
|
4055
4059
|
# @param [String] bucket_id
|
4056
4060
|
# Required. A client-assigned identifier such as "my-bucket". Identifiers are
|
4057
4061
|
# limited to 100 characters and can include only letters, digits, underscores,
|
4058
|
-
# hyphens, and periods.
|
4062
|
+
# hyphens, and periods. Bucket identifiers must start with an alphanumeric
|
4063
|
+
# character.
|
4059
4064
|
# @param [String] fields
|
4060
4065
|
# Selector specifying which fields to include in a partial response.
|
4061
4066
|
# @param [String] quota_user
|
@@ -4096,7 +4101,8 @@ module Google
|
|
4096
4101
|
# @param [String] bucket_id
|
4097
4102
|
# Required. A client-assigned identifier such as "my-bucket". Identifiers are
|
4098
4103
|
# limited to 100 characters and can include only letters, digits, underscores,
|
4099
|
-
# hyphens, and periods.
|
4104
|
+
# hyphens, and periods. Bucket identifiers must start with an alphanumeric
|
4105
|
+
# character.
|
4100
4106
|
# @param [String] fields
|
4101
4107
|
# Selector specifying which fields to include in a partial response.
|
4102
4108
|
# @param [String] quota_user
|
@@ -5430,7 +5436,8 @@ module Google
|
|
5430
5436
|
# @param [String] bucket_id
|
5431
5437
|
# Required. A client-assigned identifier such as "my-bucket". Identifiers are
|
5432
5438
|
# limited to 100 characters and can include only letters, digits, underscores,
|
5433
|
-
# hyphens, and periods.
|
5439
|
+
# hyphens, and periods. Bucket identifiers must start with an alphanumeric
|
5440
|
+
# character.
|
5434
5441
|
# @param [String] fields
|
5435
5442
|
# Selector specifying which fields to include in a partial response.
|
5436
5443
|
# @param [String] quota_user
|
@@ -5471,7 +5478,8 @@ module Google
|
|
5471
5478
|
# @param [String] bucket_id
|
5472
5479
|
# Required. A client-assigned identifier such as "my-bucket". Identifiers are
|
5473
5480
|
# limited to 100 characters and can include only letters, digits, underscores,
|
5474
|
-
# hyphens, and periods.
|
5481
|
+
# hyphens, and periods. Bucket identifiers must start with an alphanumeric
|
5482
|
+
# character.
|
5475
5483
|
# @param [String] fields
|
5476
5484
|
# Selector specifying which fields to include in a partial response.
|
5477
5485
|
# @param [String] quota_user
|
@@ -7205,7 +7213,8 @@ module Google
|
|
7205
7213
|
# @param [String] bucket_id
|
7206
7214
|
# Required. A client-assigned identifier such as "my-bucket". Identifiers are
|
7207
7215
|
# limited to 100 characters and can include only letters, digits, underscores,
|
7208
|
-
# hyphens, and periods.
|
7216
|
+
# hyphens, and periods. Bucket identifiers must start with an alphanumeric
|
7217
|
+
# character.
|
7209
7218
|
# @param [String] fields
|
7210
7219
|
# Selector specifying which fields to include in a partial response.
|
7211
7220
|
# @param [String] quota_user
|
@@ -7246,7 +7255,8 @@ module Google
|
|
7246
7255
|
# @param [String] bucket_id
|
7247
7256
|
# Required. A client-assigned identifier such as "my-bucket". Identifiers are
|
7248
7257
|
# limited to 100 characters and can include only letters, digits, underscores,
|
7249
|
-
# hyphens, and periods.
|
7258
|
+
# hyphens, and periods. Bucket identifiers must start with an alphanumeric
|
7259
|
+
# character.
|
7250
7260
|
# @param [String] fields
|
7251
7261
|
# Selector specifying which fields to include in a partial response.
|
7252
7262
|
# @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.65.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: 2024-
|
11
|
+
date: 2024-03-10 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.65.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: []
|