google-cloud-logging 1.10.2 → 1.10.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/lib/google/cloud/logging/v2/config_service_v2_client.rb +3 -3
- data/lib/google/cloud/logging/v2/doc/google/logging/v2/log_entry.rb +1 -1
- data/lib/google/cloud/logging/v2/doc/google/logging/v2/logging.rb +1 -1
- data/lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb +6 -6
- data/lib/google/cloud/logging/v2/logging_service_v2_client.rb +1 -1
- data/lib/google/cloud/logging/version.rb +1 -1
- data/lib/google/logging/v2/logging_config_services_pb.rb +2 -2
- data/lib/google/logging/v2/logging_services_pb.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e536a1a61e80bd9d14881363541842d39cc6465369597baa88346ba56dcca499
|
4
|
+
data.tar.gz: ac7fe938c22e288542c929aeedbabfdb576a6ae8a5c73063c920d38439eccee1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 57cff6ce9a472eaf8d1c2b2baad5064ad04fab5c7323f8177615f94b7c6bcac1bcee3b6310d39a8a88079b875cfba823845a3ea24df0aa2c0b4bbc1abe7629de
|
7
|
+
data.tar.gz: faaaf3fba6d9c4e613189903d314b465cda55588e9f9cb23ba8f84c0c468fad19cb493fb8a72bd6d4b6b739553865f324d495b3cb5ac981b23199cd45270cfe3
|
data/CHANGELOG.md
CHANGED
@@ -1239,7 +1239,7 @@ module Google
|
|
1239
1239
|
# the GCP organization.
|
1240
1240
|
#
|
1241
1241
|
# See [Enabling CMEK for Logs
|
1242
|
-
# Router](/logging/docs/routing/managed-encryption) for more information.
|
1242
|
+
# Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
|
1243
1243
|
#
|
1244
1244
|
# @param name [String]
|
1245
1245
|
# Required. The resource for which to retrieve CMEK settings.
|
@@ -1295,7 +1295,7 @@ module Google
|
|
1295
1295
|
# 3) access to the key is disabled.
|
1296
1296
|
#
|
1297
1297
|
# See [Enabling CMEK for Logs
|
1298
|
-
# Router](/logging/docs/routing/managed-encryption) for more information.
|
1298
|
+
# Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
|
1299
1299
|
#
|
1300
1300
|
# @param name [String]
|
1301
1301
|
# Required. The resource name for the CMEK settings to update.
|
@@ -1314,7 +1314,7 @@ module Google
|
|
1314
1314
|
# Required. The CMEK settings to update.
|
1315
1315
|
#
|
1316
1316
|
# See [Enabling CMEK for Logs
|
1317
|
-
# Router](/logging/docs/routing/managed-encryption) for more information.
|
1317
|
+
# Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
|
1318
1318
|
# A hash of the same form as `Google::Logging::V2::CmekSettings`
|
1319
1319
|
# can also be provided.
|
1320
1320
|
# @param update_mask [Google::Protobuf::FieldMask | Hash]
|
@@ -74,7 +74,7 @@ module Google
|
|
74
74
|
# the fractional seconds might be omitted when the timestamp is displayed.
|
75
75
|
#
|
76
76
|
# Incoming log entries should have timestamps that are no more than the [logs
|
77
|
-
# retention period](/logging/quotas) in the past, and no more than 24 hours
|
77
|
+
# retention period](https://cloud.google.com/logging/quotas) in the past, and no more than 24 hours
|
78
78
|
# in the future. Log entries outside those time boundaries will not be
|
79
79
|
# available when calling `entries.list`, but those log entries can still be
|
80
80
|
# [exported with LogSinks](https://cloud.google.com/logging/docs/api/tasks/exporting-logs).
|
@@ -127,7 +127,7 @@ module Google
|
|
127
127
|
# @!attribute [rw] filter
|
128
128
|
# @return [String]
|
129
129
|
# Optional. A filter that chooses which log entries to return. See [Advanced
|
130
|
-
# Logs Queries](/logging/docs/view/advanced-queries). Only log entries that
|
130
|
+
# Logs Queries](https://cloud.google.com/logging/docs/view/advanced-queries). Only log entries that
|
131
131
|
# match the filter are returned. An empty filter matches all log entries in
|
132
132
|
# the resources listed in `resource_names`. Referencing a parent resource
|
133
133
|
# that is not listed in `resource_names` will cause the filter to return no
|
@@ -104,7 +104,7 @@ module Google
|
|
104
104
|
# Until you grant this identity write-access to the destination, log entry
|
105
105
|
# exports from this sink will fail. For more information,
|
106
106
|
# see [Granting Access for a
|
107
|
-
# Resource](/iam/docs/granting-roles-to-service-accounts#granting_access_to_a_service_account_for_a_resource).
|
107
|
+
# Resource](https://cloud.google.com/iam/docs/granting-roles-to-service-accounts#granting_access_to_a_service_account_for_a_resource).
|
108
108
|
# Consult the destination service's documentation to determine the
|
109
109
|
# appropriate IAM roles to assign to the identity.
|
110
110
|
# @!attribute [rw] include_children
|
@@ -155,11 +155,11 @@ module Google
|
|
155
155
|
# @!attribute [rw] use_partitioned_tables
|
156
156
|
# @return [true, false]
|
157
157
|
# Optional. Whether to use [BigQuery's partition
|
158
|
-
# tables](/bigquery/docs/partitioned-tables). By default, Logging
|
158
|
+
# tables](https://cloud.google.com/bigquery/docs/partitioned-tables). By default, Logging
|
159
159
|
# creates dated tables based on the log entries' timestamps, e.g.
|
160
160
|
# syslog_20170523. With partitioned tables the date suffix is no longer
|
161
161
|
# present and [special query
|
162
|
-
# syntax](/bigquery/docs/querying-partitioned-tables) has to be used instead.
|
162
|
+
# syntax](https://cloud.google.com/bigquery/docs/querying-partitioned-tables) has to be used instead.
|
163
163
|
# In both cases, tables are sharded based on UTC timezone.
|
164
164
|
# @!attribute [rw] uses_timestamp_column_partitioning
|
165
165
|
# @return [true, false]
|
@@ -578,7 +578,7 @@ module Google
|
|
578
578
|
# Required. The CMEK settings to update.
|
579
579
|
#
|
580
580
|
# See [Enabling CMEK for Logs
|
581
|
-
# Router](/logging/docs/routing/managed-encryption) for more information.
|
581
|
+
# Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
|
582
582
|
# @!attribute [rw] update_mask
|
583
583
|
# @return [Google::Protobuf::FieldMask]
|
584
584
|
# Optional. Field mask identifying which fields from `cmek_settings` should
|
@@ -627,7 +627,7 @@ module Google
|
|
627
627
|
# To disable CMEK for the Logs Router, set this field to an empty string.
|
628
628
|
#
|
629
629
|
# See [Enabling CMEK for Logs
|
630
|
-
# Router](/logging/docs/routing/managed-encryption) for more information.
|
630
|
+
# Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
|
631
631
|
# @!attribute [rw] service_account_id
|
632
632
|
# @return [String]
|
633
633
|
# Output only. The service account that will be used by the Logs Router to access your
|
@@ -640,7 +640,7 @@ module Google
|
|
640
640
|
# obtain the service account ID.
|
641
641
|
#
|
642
642
|
# See [Enabling CMEK for Logs
|
643
|
-
# Router](/logging/docs/routing/managed-encryption) for more information.
|
643
|
+
# Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
|
644
644
|
class CmekSettings; end
|
645
645
|
|
646
646
|
# LogBucket lifecycle states (Beta).
|
@@ -496,7 +496,7 @@ module Google
|
|
496
496
|
# Projects listed in the `project_ids` field are added to this list.
|
497
497
|
# @param filter [String]
|
498
498
|
# Optional. A filter that chooses which log entries to return. See [Advanced
|
499
|
-
# Logs Queries](/logging/docs/view/advanced-queries). Only log entries that
|
499
|
+
# Logs Queries](https://cloud.google.com/logging/docs/view/advanced-queries). Only log entries that
|
500
500
|
# match the filter are returned. An empty filter matches all log entries in
|
501
501
|
# the resources listed in `resource_names`. Referencing a parent resource
|
502
502
|
# that is not listed in `resource_names` will cause the filter to return no
|
@@ -86,7 +86,7 @@ module Google
|
|
86
86
|
# the GCP organization.
|
87
87
|
#
|
88
88
|
# See [Enabling CMEK for Logs
|
89
|
-
# Router](/logging/docs/routing/managed-encryption) for more information.
|
89
|
+
# Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
|
90
90
|
rpc :GetCmekSettings, GetCmekSettingsRequest, CmekSettings
|
91
91
|
# Updates the Logs Router CMEK settings for the given resource.
|
92
92
|
#
|
@@ -101,7 +101,7 @@ module Google
|
|
101
101
|
# 3) access to the key is disabled.
|
102
102
|
#
|
103
103
|
# See [Enabling CMEK for Logs
|
104
|
-
# Router](/logging/docs/routing/managed-encryption) for more information.
|
104
|
+
# Router](https://cloud.google.com/logging/docs/routing/managed-encryption) for more information.
|
105
105
|
rpc :UpdateCmekSettings, UpdateCmekSettingsRequest, CmekSettings
|
106
106
|
end
|
107
107
|
|
@@ -48,7 +48,7 @@ module Google
|
|
48
48
|
rpc :WriteLogEntries, WriteLogEntriesRequest, WriteLogEntriesResponse
|
49
49
|
# Lists log entries. Use this method to retrieve log entries that originated
|
50
50
|
# from a project/folder/organization/billing account. For ways to export log
|
51
|
-
# entries, see [Exporting Logs](/logging/docs/export).
|
51
|
+
# entries, see [Exporting Logs](https://cloud.google.com/logging/docs/export).
|
52
52
|
rpc :ListLogEntries, ListLogEntriesRequest, ListLogEntriesResponse
|
53
53
|
# Lists the descriptors for monitored resource types used by Logging.
|
54
54
|
rpc :ListMonitoredResourceDescriptors, ListMonitoredResourceDescriptorsRequest, ListMonitoredResourceDescriptorsResponse
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-logging
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.
|
4
|
+
version: 1.10.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Mike Moore
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2020-04-
|
12
|
+
date: 2020-04-06 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud-core
|