google-apis-logging_v2 0.53.0 → 0.55.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b46095524fb7da4d517b1ad5af6f934cd61a9fc37ca484fb84d85f20b69f8f59
4
- data.tar.gz: 0ec53b7b9248898f3ae2e8f4f240fcecad5ae7067fafc2084e48bdda36760228
3
+ metadata.gz: fa48f6c61f1b4887f278cc7ce3f94f6e5c35d772f4ba1ad74f205089b81f9fd3
4
+ data.tar.gz: 4bccb982d17af5f8f62bf51ea7de3a7194a0b3f2585fec8a946dc1490ce790f7
5
5
  SHA512:
6
- metadata.gz: 62a47c64a7a41964db28b8c1fe792e0447b294842ee7d6a23a00b6b29a04d59c518033c01bb14d9bb3cf50877d3e45f8afd07851b83c20d05af0f9918d4d88e1
7
- data.tar.gz: d2b7c22d98ee07245ae50b3dfa7e4b68384ab194ace098800bd8f31dfbb0960b1296240ff0cadc371260cf40952afb1f0aa46370ff6b976bb5c0dbe56af0184a
6
+ metadata.gz: 973ee681a5ae3679c8cf8e9b8e11795a4b708b9e6fb19d4737511cc60e47eef9cf585bd39cf147c5e0685148b5066966660fe7a7e5930d7ea2a76628617da858
7
+ data.tar.gz: 718550a24d237a3c6d072a7f081796f0a647e5b3f74e7d2342c17da6a1b33f48ec7486dc495c63157207081b03aa519e92ce17492b7f3cf23bfca065b791d35c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.55.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231006
6
+
7
+ ### v0.54.0 (2023-09-24)
8
+
9
+ * Regenerated from discovery document revision 20230915
10
+
3
11
  ### v0.53.0 (2023-09-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20230831
@@ -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.53.0"
19
+ GEM_VERSION = "0.55.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 = "20230831"
25
+ REVISION = "20231006"
26
26
  end
27
27
  end
28
28
  end
@@ -1525,9 +1525,10 @@ module Google
1525
1525
  # @param [Google::Apis::LoggingV2::LogSink] log_sink_object
1526
1526
  # @param [String] custom_writer_identity
1527
1527
  # Optional. A service account provided by the caller that will be used to write
1528
- # the log entries. Must be of format serviceAccount:some@email. This can only be
1529
- # specified if writing to a destination outside the sink's project. If not
1530
- # specified, a p4 service account will automatically be generated.
1528
+ # the log entries. The format must be serviceAccount:some@email. This field can
1529
+ # only be specified if you are routing logs to a destination outside this sink's
1530
+ # project. If not specified, a Logging service account will automatically be
1531
+ # generated.
1531
1532
  # @param [Boolean] unique_writer_identity
1532
1533
  # Optional. See sinks.create for a description of this field. When updating a
1533
1534
  # sink, the effect of this field on the value of writer_identity in the updated
@@ -1592,9 +1593,10 @@ module Google
1592
1593
  # @param [Google::Apis::LoggingV2::LogSink] log_sink_object
1593
1594
  # @param [String] custom_writer_identity
1594
1595
  # Optional. A service account provided by the caller that will be used to write
1595
- # the log entries. Must be of format serviceAccount:some@email. This can only be
1596
- # specified if writing to a destination outside the sink's project. If not
1597
- # specified, a p4 service account will automatically be generated.
1596
+ # the log entries. The format must be serviceAccount:some@email. This field can
1597
+ # only be specified if you are routing logs to a destination outside this sink's
1598
+ # project. If not specified, a Logging service account will automatically be
1599
+ # generated.
1598
1600
  # @param [Boolean] unique_writer_identity
1599
1601
  # Optional. See sinks.create for a description of this field. When updating a
1600
1602
  # sink, the effect of this field on the value of writer_identity in the updated
@@ -1744,7 +1746,8 @@ module Google
1744
1746
  # entries to Logging. This method is used, directly or indirectly, by the
1745
1747
  # Logging agent (fluentd) and all logging libraries configured to use Logging. A
1746
1748
  # single request may contain log entries for a maximum of 1000 different
1747
- # resources (projects, organizations, billing accounts or folders)
1749
+ # resource names (projects, organizations, billing accounts or folders), where
1750
+ # the resource name for a log entry is determined from its logName field.
1748
1751
  # @param [Google::Apis::LoggingV2::WriteLogEntriesRequest] write_log_entries_request_object
1749
1752
  # @param [String] fields
1750
1753
  # Selector specifying which fields to include in a partial response.
@@ -3495,9 +3498,10 @@ module Google
3495
3498
  # @param [Google::Apis::LoggingV2::LogSink] log_sink_object
3496
3499
  # @param [String] custom_writer_identity
3497
3500
  # Optional. A service account provided by the caller that will be used to write
3498
- # the log entries. Must be of format serviceAccount:some@email. This can only be
3499
- # specified if writing to a destination outside the sink's project. If not
3500
- # specified, a p4 service account will automatically be generated.
3501
+ # the log entries. The format must be serviceAccount:some@email. This field can
3502
+ # only be specified if you are routing logs to a destination outside this sink's
3503
+ # project. If not specified, a Logging service account will automatically be
3504
+ # generated.
3501
3505
  # @param [Boolean] unique_writer_identity
3502
3506
  # Optional. See sinks.create for a description of this field. When updating a
3503
3507
  # sink, the effect of this field on the value of writer_identity in the updated
@@ -3562,9 +3566,10 @@ module Google
3562
3566
  # @param [Google::Apis::LoggingV2::LogSink] log_sink_object
3563
3567
  # @param [String] custom_writer_identity
3564
3568
  # Optional. A service account provided by the caller that will be used to write
3565
- # the log entries. Must be of format serviceAccount:some@email. This can only be
3566
- # specified if writing to a destination outside the sink's project. If not
3567
- # specified, a p4 service account will automatically be generated.
3569
+ # the log entries. The format must be serviceAccount:some@email. This field can
3570
+ # only be specified if you are routing logs to a destination outside this sink's
3571
+ # project. If not specified, a Logging service account will automatically be
3572
+ # generated.
3568
3573
  # @param [Boolean] unique_writer_identity
3569
3574
  # Optional. See sinks.create for a description of this field. When updating a
3570
3575
  # sink, the effect of this field on the value of writer_identity in the updated
@@ -6197,9 +6202,10 @@ module Google
6197
6202
  # @param [Google::Apis::LoggingV2::LogSink] log_sink_object
6198
6203
  # @param [String] custom_writer_identity
6199
6204
  # Optional. A service account provided by the caller that will be used to write
6200
- # the log entries. Must be of format serviceAccount:some@email. This can only be
6201
- # specified if writing to a destination outside the sink's project. If not
6202
- # specified, a p4 service account will automatically be generated.
6205
+ # the log entries. The format must be serviceAccount:some@email. This field can
6206
+ # only be specified if you are routing logs to a destination outside this sink's
6207
+ # project. If not specified, a Logging service account will automatically be
6208
+ # generated.
6203
6209
  # @param [Boolean] unique_writer_identity
6204
6210
  # Optional. See sinks.create for a description of this field. When updating a
6205
6211
  # sink, the effect of this field on the value of writer_identity in the updated
@@ -6264,9 +6270,10 @@ module Google
6264
6270
  # @param [Google::Apis::LoggingV2::LogSink] log_sink_object
6265
6271
  # @param [String] custom_writer_identity
6266
6272
  # Optional. A service account provided by the caller that will be used to write
6267
- # the log entries. Must be of format serviceAccount:some@email. This can only be
6268
- # specified if writing to a destination outside the sink's project. If not
6269
- # specified, a p4 service account will automatically be generated.
6273
+ # the log entries. The format must be serviceAccount:some@email. This field can
6274
+ # only be specified if you are routing logs to a destination outside this sink's
6275
+ # project. If not specified, a Logging service account will automatically be
6276
+ # generated.
6270
6277
  # @param [Boolean] unique_writer_identity
6271
6278
  # Optional. See sinks.create for a description of this field. When updating a
6272
6279
  # sink, the effect of this field on the value of writer_identity in the updated
@@ -7969,9 +7976,10 @@ module Google
7969
7976
  # @param [Google::Apis::LoggingV2::LogSink] log_sink_object
7970
7977
  # @param [String] custom_writer_identity
7971
7978
  # Optional. A service account provided by the caller that will be used to write
7972
- # the log entries. Must be of format serviceAccount:some@email. This can only be
7973
- # specified if writing to a destination outside the sink's project. If not
7974
- # specified, a p4 service account will automatically be generated.
7979
+ # the log entries. The format must be serviceAccount:some@email. This field can
7980
+ # only be specified if you are routing logs to a destination outside this sink's
7981
+ # project. If not specified, a Logging service account will automatically be
7982
+ # generated.
7975
7983
  # @param [Boolean] unique_writer_identity
7976
7984
  # Optional. See sinks.create for a description of this field. When updating a
7977
7985
  # sink, the effect of this field on the value of writer_identity in the updated
@@ -8036,9 +8044,10 @@ module Google
8036
8044
  # @param [Google::Apis::LoggingV2::LogSink] log_sink_object
8037
8045
  # @param [String] custom_writer_identity
8038
8046
  # Optional. A service account provided by the caller that will be used to write
8039
- # the log entries. Must be of format serviceAccount:some@email. This can only be
8040
- # specified if writing to a destination outside the sink's project. If not
8041
- # specified, a p4 service account will automatically be generated.
8047
+ # the log entries. The format must be serviceAccount:some@email. This field can
8048
+ # only be specified if you are routing logs to a destination outside this sink's
8049
+ # project. If not specified, a Logging service account will automatically be
8050
+ # generated.
8042
8051
  # @param [Boolean] unique_writer_identity
8043
8052
  # Optional. See sinks.create for a description of this field. When updating a
8044
8053
  # sink, the effect of this field on the value of writer_identity in the updated
@@ -8272,9 +8281,10 @@ module Google
8272
8281
  # @param [Google::Apis::LoggingV2::LogSink] log_sink_object
8273
8282
  # @param [String] custom_writer_identity
8274
8283
  # Optional. A service account provided by the caller that will be used to write
8275
- # the log entries. Must be of format serviceAccount:some@email. This can only be
8276
- # specified if writing to a destination outside the sink's project. If not
8277
- # specified, a p4 service account will automatically be generated.
8284
+ # the log entries. The format must be serviceAccount:some@email. This field can
8285
+ # only be specified if you are routing logs to a destination outside this sink's
8286
+ # project. If not specified, a Logging service account will automatically be
8287
+ # generated.
8278
8288
  # @param [Boolean] unique_writer_identity
8279
8289
  # Optional. See sinks.create for a description of this field. When updating a
8280
8290
  # sink, the effect of this field on the value of writer_identity in the updated
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.53.0
4
+ version: 0.55.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-09-17 00:00:00.000000000 Z
11
+ date: 2023-10-15 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.55.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: []