google-apis-logging_v2 0.1.0 → 0.2.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: 2b160fb161318fca71d05364c79e8bd0ea151dbeb18873e0d0131900f24f15f5
4
- data.tar.gz: 66a0c92f4b36b7fa39df4e285618c737cce365de10b6d08c851a6c7b2d08661c
3
+ metadata.gz: 7614b204dcc7048be9f9523d7bde6142510b029dd7a9a25c055f52e4baf7f8b9
4
+ data.tar.gz: 8ff287b68a8d4494b5b62d85419b63d5075d43381d066fd2b551c8fd99e332f8
5
5
  SHA512:
6
- metadata.gz: 7e5df2f4ce6853106b14eefb15d2867613475f85e4972eaab0f412acf69bce4d0860a1f7ff4420364ee6c1ce8025e796e2fcba04f815faac317c47224e2291a3
7
- data.tar.gz: 5b74f6ba11fb37b8d24ec32d81996ab1d7ea6a70ccf836bc07a3d7880ec5163dd310bcd2877c13d742baf48f1f95005fa1420f73322578604d514b04df8643b5
6
+ metadata.gz: 235c351b65ab93f395b166bc1d06c91f4c8ac8dea8e19735c5a4134db89820a0476eda3fdb6e51d17aff3561481f5868602af42a771287fa94ae99cba89d4f29
7
+ data.tar.gz: a1e2953fc9915e936b422e0d5491b807a76e0e0a05739675a382bc341364b53be31a064f7f0d56e44522c654bd904d474a24f5c1c72bb157bb303a0e6447bbd0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-logging_v2
2
2
 
3
+ ### v0.2.0 (2021-01-30)
4
+
5
+ * Regenerated from discovery document revision 20210122
6
+ * Regenerated using generator version 0.1.2
7
+
3
8
  ### v0.1.0 (2021-01-07)
4
9
 
5
10
  * Regenerated using generator version 0.1.1
@@ -833,10 +833,10 @@ module Google
833
833
  alias_method :locked?, :locked
834
834
 
835
835
  # Output only. The resource name of the bucket. For example: "projects/my-
836
- # project-id/locations/my-location/buckets/my-bucket-id The supported locations
837
- # are: "global"For the location of global it is unspecified where logs are
838
- # actually stored. Once a bucket has been created, the location can not be
839
- # changed.
836
+ # project-id/locations/my-location/buckets/my-bucket-id" The supported locations
837
+ # are: global, us-central1, us-east1, us-west1, asia-east1, europe-west1.For the
838
+ # location of global it is unspecified where logs are actually stored. Once a
839
+ # bucket has been created, the location can not be changed.
840
840
  # Corresponds to the JSON property `name`
841
841
  # @return [String]
842
842
  attr_accessor :name
@@ -1361,10 +1361,10 @@ module Google
1361
1361
  end
1362
1362
 
1363
1363
  # Describes a sink used to export log entries to one of the following
1364
- # destinations in any project: a Cloud Storage bucket, a BigQuery dataset, or a
1365
- # Cloud Pub/Sub topic. A logs filter controls which log entries are exported.
1366
- # The sink must be created within a project, organization, billing account, or
1367
- # folder.
1364
+ # destinations in any project: a Cloud Storage bucket, a BigQuery dataset, a
1365
+ # Cloud Pub/Sub topic or a Cloud Logging Bucket. A logs filter controls which
1366
+ # log entries are exported. The sink must be created within a project,
1367
+ # organization, billing account, or folder.
1368
1368
  class LogSink
1369
1369
  include Google::Apis::Core::Hashable
1370
1370
 
@@ -1605,11 +1605,11 @@ module Google
1605
1605
 
1606
1606
  # The units in which the metric value is reported. It is only applicable if the
1607
1607
  # value_type is INT64, DOUBLE, or DISTRIBUTION. The unit defines the
1608
- # representation of the stored metric values.Different systems may scale the
1609
- # values to be more easily displayed (so a value of 0.02KBy might be displayed
1610
- # as 20By, and a value of 3523KBy might be displayed as 3.5MBy). However, if the
1611
- # unit is KBy, then the value of the metric is always in thousands of bytes, no
1612
- # matter how it may be displayed..If you want a custom metric to record the
1608
+ # representation of the stored metric values.Different systems might scale the
1609
+ # values to be more easily displayed (so a value of 0.02kBy might be displayed
1610
+ # as 20By, and a value of 3523kBy might be displayed as 3.5MBy). However, if the
1611
+ # unit is kBy, then the value of the metric is always in thousands of bytes, no
1612
+ # matter how it might be displayed.If you want a custom metric to record the
1613
1613
  # exact number of CPU-seconds used by a job, you can create an INT64 CUMULATIVE
1614
1614
  # metric whose unit is s`CPU` (or equivalently 1s`CPU` or just s). If the job
1615
1615
  # uses 12,005 CPU-seconds, then the value is written as 12005.Alternatively, if
@@ -1617,7 +1617,7 @@ module Google
1617
1617
  # a DOUBLE CUMULATIVE metric whose unit is ks`CPU`, and then write the value 12.
1618
1618
  # 005 (which is 12005/1000), or use Kis`CPU` and write 11.723 (which is 12005/
1619
1619
  # 1024).The supported units are a subset of The Unified Code for Units of
1620
- # Measure (http://unitsofmeasure.org/ucum.html) standard:Basic units (UNIT) bit
1620
+ # Measure (https://unitsofmeasure.org/ucum.html) standard:Basic units (UNIT) bit
1621
1621
  # bit By byte s second min minute h hour d day 1 dimensionlessPrefixes (PREFIX)
1622
1622
  # k kilo (10^3) M mega (10^6) G giga (10^9) T tera (10^12) P peta (10^15) E exa (
1623
1623
  # 10^18) Z zetta (10^21) Y yotta (10^24) m milli (10^-3) u micro (10^-6) n nano (
@@ -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.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.1"
22
+ GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20201114"
25
+ REVISION = "20210122"
26
26
  end
27
27
  end
28
28
  end
@@ -754,10 +754,10 @@ module Google
754
754
  execute_or_queue_command(command, &block)
755
755
  end
756
756
 
757
- # Deletes all the log entries in a log. The log reappears if it receives new
758
- # entries. Log entries written shortly before the delete operation might not be
759
- # deleted. Entries received after the delete operation with a timestamp before
760
- # the operation will be deleted.
757
+ # Deletes all the log entries in a log for the _Default Log Bucket. The log
758
+ # reappears if it receives new entries. Log entries written shortly before the
759
+ # delete operation might not be deleted. Entries received after the delete
760
+ # operation with a timestamp before the operation will be deleted.
761
761
  # @param [String] log_name
762
762
  # Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[
763
763
  # LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[
@@ -2117,10 +2117,10 @@ module Google
2117
2117
  execute_or_queue_command(command, &block)
2118
2118
  end
2119
2119
 
2120
- # Deletes all the log entries in a log. The log reappears if it receives new
2121
- # entries. Log entries written shortly before the delete operation might not be
2122
- # deleted. Entries received after the delete operation with a timestamp before
2123
- # the operation will be deleted.
2120
+ # Deletes all the log entries in a log for the _Default Log Bucket. The log
2121
+ # reappears if it receives new entries. Log entries written shortly before the
2122
+ # delete operation might not be deleted. Entries received after the delete
2123
+ # operation with a timestamp before the operation will be deleted.
2124
2124
  # @param [String] log_name
2125
2125
  # Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[
2126
2126
  # LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[
@@ -2995,10 +2995,10 @@ module Google
2995
2995
  execute_or_queue_command(command, &block)
2996
2996
  end
2997
2997
 
2998
- # Deletes all the log entries in a log. The log reappears if it receives new
2999
- # entries. Log entries written shortly before the delete operation might not be
3000
- # deleted. Entries received after the delete operation with a timestamp before
3001
- # the operation will be deleted.
2998
+ # Deletes all the log entries in a log for the _Default Log Bucket. The log
2999
+ # reappears if it receives new entries. Log entries written shortly before the
3000
+ # delete operation might not be deleted. Entries received after the delete
3001
+ # operation with a timestamp before the operation will be deleted.
3002
3002
  # @param [String] log_name
3003
3003
  # Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[
3004
3004
  # LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[
@@ -3916,10 +3916,10 @@ module Google
3916
3916
  execute_or_queue_command(command, &block)
3917
3917
  end
3918
3918
 
3919
- # Deletes all the log entries in a log. The log reappears if it receives new
3920
- # entries. Log entries written shortly before the delete operation might not be
3921
- # deleted. Entries received after the delete operation with a timestamp before
3922
- # the operation will be deleted.
3919
+ # Deletes all the log entries in a log for the _Default Log Bucket. The log
3920
+ # reappears if it receives new entries. Log entries written shortly before the
3921
+ # delete operation might not be deleted. Entries received after the delete
3922
+ # operation with a timestamp before the operation will be deleted.
3923
3923
  # @param [String] log_name
3924
3924
  # Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[
3925
3925
  # LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[
@@ -4988,10 +4988,10 @@ module Google
4988
4988
  execute_or_queue_command(command, &block)
4989
4989
  end
4990
4990
 
4991
- # Deletes all the log entries in a log. The log reappears if it receives new
4992
- # entries. Log entries written shortly before the delete operation might not be
4993
- # deleted. Entries received after the delete operation with a timestamp before
4994
- # the operation will be deleted.
4991
+ # Deletes all the log entries in a log for the _Default Log Bucket. The log
4992
+ # reappears if it receives new entries. Log entries written shortly before the
4993
+ # delete operation might not be deleted. Entries received after the delete
4994
+ # operation with a timestamp before the operation will be deleted.
4995
4995
  # @param [String] log_name
4996
4996
  # Required. The resource name of the log to delete: "projects/[PROJECT_ID]/logs/[
4997
4997
  # LOG_ID]" "organizations/[ORGANIZATION_ID]/logs/[LOG_ID]" "billingAccounts/[
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.1.0
4
+ version: 0.2.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: 2021-01-08 00:00:00.000000000 Z
11
+ date: 2021-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-logging_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.1.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-logging_v2/v0.2.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-logging_v2
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.1.4
72
+ rubygems_version: 3.2.6
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Logging API V2