Autogenerated update (2017-10-05)
Update: - logging_v2 - monitoring_v3
This commit is contained in:
parent
e0d837f35d
commit
54040f4dda
|
@ -25,7 +25,7 @@ module Google
|
||||||
# @see https://cloud.google.com/logging/docs/
|
# @see https://cloud.google.com/logging/docs/
|
||||||
module LoggingV2
|
module LoggingV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20170926'
|
REVISION = '20171002'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -1120,7 +1120,9 @@ module Google
|
||||||
attr_accessor :description
|
attr_accessor :description
|
||||||
|
|
||||||
# A concise name for the metric, which can be displayed in user interfaces. Use
|
# A concise name for the metric, which can be displayed in user interfaces. Use
|
||||||
# sentence case without an ending period, for example "Request count".
|
# sentence case without an ending period, for example "Request count". This
|
||||||
|
# field is optional but it is recommended to be set for any metrics associated
|
||||||
|
# with user-visible concepts, such as Quota.
|
||||||
# Corresponds to the JSON property `displayName`
|
# Corresponds to the JSON property `displayName`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :display_name
|
attr_accessor :display_name
|
||||||
|
@ -1140,14 +1142,7 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :metric_kind
|
attr_accessor :metric_kind
|
||||||
|
|
||||||
# The resource name of the metric descriptor. Depending on the implementation,
|
# The resource name of the metric descriptor.
|
||||||
# the name typically includes: (1) the parent resource name that defines the
|
|
||||||
# scope of the metric type or of its data; and (2) the metric's URL-encoded type,
|
|
||||||
# which also appears in the type field of this descriptor. For example,
|
|
||||||
# following is the resource name of a custom metric within the GCP project my-
|
|
||||||
# project-id:
|
|
||||||
# "projects/my-project-id/metricDescriptors/custom.googleapis.com%2Finvoice%
|
|
||||||
# 2Fpaid%2Famount"
|
|
||||||
# Corresponds to the JSON property `name`
|
# Corresponds to the JSON property `name`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
|
@ -27,7 +27,7 @@ module Google
|
||||||
# @see https://cloud.google.com/monitoring/api/
|
# @see https://cloud.google.com/monitoring/api/
|
||||||
module MonitoringV3
|
module MonitoringV3
|
||||||
VERSION = 'V3'
|
VERSION = 'V3'
|
||||||
REVISION = '20170830'
|
REVISION = '20171001'
|
||||||
|
|
||||||
# View and manage your data across Google Cloud Platform services
|
# View and manage your data across Google Cloud Platform services
|
||||||
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
||||||
|
|
|
@ -948,7 +948,9 @@ module Google
|
||||||
attr_accessor :description
|
attr_accessor :description
|
||||||
|
|
||||||
# A concise name for the metric, which can be displayed in user interfaces. Use
|
# A concise name for the metric, which can be displayed in user interfaces. Use
|
||||||
# sentence case without an ending period, for example "Request count".
|
# sentence case without an ending period, for example "Request count". This
|
||||||
|
# field is optional but it is recommended to be set for any metrics associated
|
||||||
|
# with user-visible concepts, such as Quota.
|
||||||
# Corresponds to the JSON property `displayName`
|
# Corresponds to the JSON property `displayName`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :display_name
|
attr_accessor :display_name
|
||||||
|
@ -968,14 +970,7 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :metric_kind
|
attr_accessor :metric_kind
|
||||||
|
|
||||||
# The resource name of the metric descriptor. Depending on the implementation,
|
# The resource name of the metric descriptor.
|
||||||
# the name typically includes: (1) the parent resource name that defines the
|
|
||||||
# scope of the metric type or of its data; and (2) the metric's URL-encoded type,
|
|
||||||
# which also appears in the type field of this descriptor. For example,
|
|
||||||
# following is the resource name of a custom metric within the GCP project my-
|
|
||||||
# project-id:
|
|
||||||
# "projects/my-project-id/metricDescriptors/custom.googleapis.com%2Finvoice%
|
|
||||||
# 2Fpaid%2Famount"
|
|
||||||
# Corresponds to the JSON property `name`
|
# Corresponds to the JSON property `name`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
Loading…
Reference in New Issue