feat: Automated regeneration of alertcenter v1beta1 client (#2226)
This commit is contained in:
parent
fd0c5c2d41
commit
03137b238b
|
@ -1,7 +1,7 @@
|
||||||
# Release history for google-apis-alertcenter_v1beta1
|
# Release history for google-apis-alertcenter_v1beta1
|
||||||
|
|
||||||
### v0.1.0 (2021-01-01)
|
### v0.1.0 (2021-01-07)
|
||||||
|
|
||||||
* Regenerated from discovery document revision 20201202
|
* Regenerated from discovery document revision 20201231
|
||||||
* Regenerated using generator version 0.1.0
|
* Regenerated using generator version 0.1.1
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Legacy REST client for version V1beta1 of the G Suite Alert Center API
|
# Legacy REST client for version V1beta1 of the Google Workspace Alert Center API
|
||||||
|
|
||||||
This is a simple client library for version V1beta1 of the G Suite Alert Center API. It provides:
|
This is a simple client library for version V1beta1 of the Google Workspace Alert Center API. It provides:
|
||||||
|
|
||||||
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
||||||
* Ruby objects for data structures related to the service.
|
* Ruby objects for data structures related to the service.
|
||||||
|
@ -65,7 +65,7 @@ More detailed descriptions of the Google legacy REST clients are available in tw
|
||||||
|
|
||||||
(Note: the above documents are written for the legacy clients in general, and their examples may not reflect the Alertcenter service in particular.)
|
(Note: the above documents are written for the legacy clients in general, and their examples may not reflect the Alertcenter service in particular.)
|
||||||
|
|
||||||
For reference information on specific calls in the G Suite Alert Center API, see the {Google::Apis::AlertcenterV1beta1::AlertCenterService class reference docs}.
|
For reference information on specific calls in the Google Workspace Alert Center API, see the {Google::Apis::AlertcenterV1beta1::AlertCenterService class reference docs}.
|
||||||
|
|
||||||
## Which client should I use?
|
## Which client should I use?
|
||||||
|
|
||||||
|
|
|
@ -5,15 +5,15 @@ Gem::Specification.new do |gem|
|
||||||
gem.version = Google::Apis::AlertcenterV1beta1::GEM_VERSION
|
gem.version = Google::Apis::AlertcenterV1beta1::GEM_VERSION
|
||||||
gem.authors = ["Google LLC"]
|
gem.authors = ["Google LLC"]
|
||||||
gem.email = "googleapis-packages@google.com"
|
gem.email = "googleapis-packages@google.com"
|
||||||
gem.summary = "Legacy REST client for G Suite Alert Center API V1beta1"
|
gem.summary = "Legacy REST client for Google Workspace Alert Center API V1beta1"
|
||||||
gem.description =
|
gem.description =
|
||||||
"This is the legacy REST client for G Suite Alert Center API V1beta1." \
|
"This is the legacy REST client for Google Workspace Alert Center API V1beta1." \
|
||||||
" Legacy REST clients are simple Ruby libraries that provide access to" \
|
" Legacy REST clients are simple Ruby libraries that provide access to" \
|
||||||
" Google services via their HTTP REST API endpoints. These libraries are" \
|
" Google services via their HTTP REST API endpoints. These libraries are" \
|
||||||
" generated and updated automatically based on the discovery documents" \
|
" generated and updated automatically based on the discovery documents" \
|
||||||
" published by the service, and they handle most concerns such as" \
|
" published by the service, and they handle most concerns such as" \
|
||||||
" authentication, pagination, retry, timeouts, and logging. You can use" \
|
" authentication, pagination, retry, timeouts, and logging. You can use" \
|
||||||
" this client to access the G Suite Alert Center API, but note that some" \
|
" this client to access the Google Workspace Alert Center API, but note that some" \
|
||||||
" services may provide a separate modern client that is easier to use."
|
" services may provide a separate modern client that is easier to use."
|
||||||
gem.homepage = "https://github.com/google/google-api-ruby-client"
|
gem.homepage = "https://github.com/google/google-api-ruby-client"
|
||||||
gem.license = "Apache-2.0"
|
gem.license = "Apache-2.0"
|
||||||
|
|
|
@ -19,13 +19,13 @@ require 'google/apis/alertcenter_v1beta1/gem_version.rb'
|
||||||
|
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
# G Suite Alert Center API
|
# Google Workspace Alert Center API
|
||||||
#
|
#
|
||||||
# Manages alerts on issues affecting your domain.
|
# Manages alerts on issues affecting your domain.
|
||||||
#
|
#
|
||||||
# @see https://developers.google.com/admin-sdk/alertcenter/
|
# @see https://developers.google.com/admin-sdk/alertcenter/
|
||||||
module AlertcenterV1beta1
|
module AlertcenterV1beta1
|
||||||
# Version of the G Suite Alert Center API this client connects to.
|
# Version of the Google Workspace Alert Center API this client connects to.
|
||||||
# This is NOT the gem version.
|
# This is NOT the gem version.
|
||||||
VERSION = 'V1beta1'
|
VERSION = 'V1beta1'
|
||||||
|
|
||||||
|
|
|
@ -213,8 +213,8 @@ module Google
|
||||||
attr_accessor :start_time
|
attr_accessor :start_time
|
||||||
|
|
||||||
# Required. The type of the alert. This is output only after alert is created.
|
# Required. The type of the alert. This is output only after alert is created.
|
||||||
# For a list of available alert types see [G Suite Alert types](/admin-sdk/
|
# For a list of available alert types see [Google Workspace Alert types](/admin-
|
||||||
# alertcenter/reference/alert-types).
|
# sdk/alertcenter/reference/alert-types).
|
||||||
# Corresponds to the JSON property `type`
|
# Corresponds to the JSON property `type`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :type
|
attr_accessor :type
|
||||||
|
@ -448,8 +448,8 @@ module Google
|
||||||
# @return [Array<String>]
|
# @return [Array<String>]
|
||||||
attr_accessor :alert_id
|
attr_accessor :alert_id
|
||||||
|
|
||||||
# Optional. The unique identifier of the G Suite organization account of the
|
# Optional. The unique identifier of the Google Workspace organization account
|
||||||
# customer the alerts are associated with.
|
# of the customer the alerts are associated with.
|
||||||
# Corresponds to the JSON property `customerId`
|
# Corresponds to the JSON property `customerId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :customer_id
|
attr_accessor :customer_id
|
||||||
|
@ -499,8 +499,8 @@ module Google
|
||||||
# @return [Array<String>]
|
# @return [Array<String>]
|
||||||
attr_accessor :alert_id
|
attr_accessor :alert_id
|
||||||
|
|
||||||
# Optional. The unique identifier of the G Suite organization account of the
|
# Optional. The unique identifier of the Google Workspace organization account
|
||||||
# customer the alerts are associated with.
|
# of the customer the alerts are associated with.
|
||||||
# Corresponds to the JSON property `customerId`
|
# Corresponds to the JSON property `customerId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :customer_id
|
attr_accessor :customer_id
|
||||||
|
@ -1057,8 +1057,8 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
# Settings for callback notifications. For more details see [G Suite Alert
|
# Settings for callback notifications. For more details see [Google Workspace
|
||||||
# Notification](/admin-sdk/alertcenter/guides/notifications).
|
# Alert Notification](/admin-sdk/alertcenter/guides/notifications).
|
||||||
class Notification
|
class Notification
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -1466,9 +1466,9 @@ module Google
|
||||||
class UndeleteAlertRequest
|
class UndeleteAlertRequest
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Optional. The unique identifier of the G Suite organization account of the
|
# Optional. The unique identifier of the Google Workspace organization account
|
||||||
# customer the alert is associated with. Inferred from the caller identity if
|
# of the customer the alert is associated with. Inferred from the caller
|
||||||
# not provided.
|
# identity if not provided.
|
||||||
# Corresponds to the JSON property `customerId`
|
# Corresponds to the JSON property `customerId`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :customer_id
|
attr_accessor :customer_id
|
||||||
|
|
|
@ -19,10 +19,10 @@ module Google
|
||||||
GEM_VERSION = "0.1.0"
|
GEM_VERSION = "0.1.0"
|
||||||
|
|
||||||
# Version of the code generator used to generate this client
|
# Version of the code generator used to generate this client
|
||||||
GENERATOR_VERSION = "0.1.0"
|
GENERATOR_VERSION = "0.1.1"
|
||||||
|
|
||||||
# Revision of the discovery document this client was generated from
|
# Revision of the discovery document this client was generated from
|
||||||
REVISION = "20201202"
|
REVISION = "20201231"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -20,7 +20,7 @@ require 'google/apis/errors'
|
||||||
module Google
|
module Google
|
||||||
module Apis
|
module Apis
|
||||||
module AlertcenterV1beta1
|
module AlertcenterV1beta1
|
||||||
# G Suite Alert Center API
|
# Google Workspace Alert Center API
|
||||||
#
|
#
|
||||||
# Manages alerts on issues affecting your domain.
|
# Manages alerts on issues affecting your domain.
|
||||||
#
|
#
|
||||||
|
@ -117,9 +117,9 @@ module Google
|
||||||
# @param [String] alert_id
|
# @param [String] alert_id
|
||||||
# Required. The identifier of the alert to delete.
|
# Required. The identifier of the alert to delete.
|
||||||
# @param [String] customer_id
|
# @param [String] customer_id
|
||||||
# Optional. The unique identifier of the G Suite organization account of the
|
# Optional. The unique identifier of the Google Workspace organization account
|
||||||
# customer the alert is associated with. Inferred from the caller identity if
|
# of the customer the alert is associated with. Inferred from the caller
|
||||||
# not provided.
|
# identity if not provided.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -153,9 +153,9 @@ module Google
|
||||||
# @param [String] alert_id
|
# @param [String] alert_id
|
||||||
# Required. The identifier of the alert to retrieve.
|
# Required. The identifier of the alert to retrieve.
|
||||||
# @param [String] customer_id
|
# @param [String] customer_id
|
||||||
# Optional. The unique identifier of the G Suite organization account of the
|
# Optional. The unique identifier of the Google Workspace organization account
|
||||||
# customer the alert is associated with. Inferred from the caller identity if
|
# of the customer the alert is associated with. Inferred from the caller
|
||||||
# not provided.
|
# identity if not provided.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -189,9 +189,9 @@ module Google
|
||||||
# @param [String] alert_id
|
# @param [String] alert_id
|
||||||
# Required. The identifier of the alert this metadata belongs to.
|
# Required. The identifier of the alert this metadata belongs to.
|
||||||
# @param [String] customer_id
|
# @param [String] customer_id
|
||||||
# Optional. The unique identifier of the G Suite organization account of the
|
# Optional. The unique identifier of the Google Workspace organization account
|
||||||
# customer the alert metadata is associated with. Inferred from the caller
|
# of the customer the alert metadata is associated with. Inferred from the
|
||||||
# identity if not provided.
|
# caller identity if not provided.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -222,9 +222,9 @@ module Google
|
||||||
|
|
||||||
# Lists the alerts.
|
# Lists the alerts.
|
||||||
# @param [String] customer_id
|
# @param [String] customer_id
|
||||||
# Optional. The unique identifier of the G Suite organization account of the
|
# Optional. The unique identifier of the Google Workspace organization account
|
||||||
# customer the alerts are associated with. Inferred from the caller identity if
|
# of the customer the alerts are associated with. Inferred from the caller
|
||||||
# not provided.
|
# identity if not provided.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Optional. A query string for filtering alert results. For more details, see [
|
# Optional. A query string for filtering alert results. For more details, see [
|
||||||
# Query filters](/admin-sdk/alertcenter/guides/query-filters) and [Supported
|
# Query filters](/admin-sdk/alertcenter/guides/query-filters) and [Supported
|
||||||
|
@ -318,9 +318,9 @@ module Google
|
||||||
# Required. The identifier of the alert this feedback belongs to.
|
# Required. The identifier of the alert this feedback belongs to.
|
||||||
# @param [Google::Apis::AlertcenterV1beta1::AlertFeedback] alert_feedback_object
|
# @param [Google::Apis::AlertcenterV1beta1::AlertFeedback] alert_feedback_object
|
||||||
# @param [String] customer_id
|
# @param [String] customer_id
|
||||||
# Optional. The unique identifier of the G Suite organization account of the
|
# Optional. The unique identifier of the Google Workspace organization account
|
||||||
# customer the alert is associated with. Inferred from the caller identity if
|
# of the customer the alert is associated with. Inferred from the caller
|
||||||
# not provided.
|
# identity if not provided.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -357,9 +357,9 @@ module Google
|
||||||
# Required. The alert identifier. The "-" wildcard could be used to represent
|
# Required. The alert identifier. The "-" wildcard could be used to represent
|
||||||
# all alerts.
|
# all alerts.
|
||||||
# @param [String] customer_id
|
# @param [String] customer_id
|
||||||
# Optional. The unique identifier of the G Suite organization account of the
|
# Optional. The unique identifier of the Google Workspace organization account
|
||||||
# customer the alert feedback are associated with. Inferred from the caller
|
# of the customer the alert feedback are associated with. Inferred from the
|
||||||
# identity if not provided.
|
# caller identity if not provided.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Optional. A query string for filtering alert feedback results. For more
|
# Optional. A query string for filtering alert feedback results. For more
|
||||||
# details, see [Query filters](/admin-sdk/alertcenter/guides/query-filters) and [
|
# details, see [Query filters](/admin-sdk/alertcenter/guides/query-filters) and [
|
||||||
|
@ -396,9 +396,9 @@ module Google
|
||||||
|
|
||||||
# Returns customer-level settings.
|
# Returns customer-level settings.
|
||||||
# @param [String] customer_id
|
# @param [String] customer_id
|
||||||
# Optional. The unique identifier of the G Suite organization account of the
|
# Optional. The unique identifier of the Google Workspace organization account
|
||||||
# customer the alert settings are associated with. Inferred from the caller
|
# of the customer the alert settings are associated with. Inferred from the
|
||||||
# identity if not provided.
|
# caller identity if not provided.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
@ -429,9 +429,9 @@ module Google
|
||||||
# Updates the customer-level settings.
|
# Updates the customer-level settings.
|
||||||
# @param [Google::Apis::AlertcenterV1beta1::Settings] settings_object
|
# @param [Google::Apis::AlertcenterV1beta1::Settings] settings_object
|
||||||
# @param [String] customer_id
|
# @param [String] customer_id
|
||||||
# Optional. The unique identifier of the G Suite organization account of the
|
# Optional. The unique identifier of the Google Workspace organization account
|
||||||
# customer the alert settings are associated with. Inferred from the caller
|
# of the customer the alert settings are associated with. Inferred from the
|
||||||
# identity if not provided.
|
# caller identity if not provided.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
# Selector specifying which fields to include in a partial response.
|
# Selector specifying which fields to include in a partial response.
|
||||||
# @param [String] quota_user
|
# @param [String] quota_user
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"git": {
|
"git": {
|
||||||
"name": ".",
|
"name": ".",
|
||||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||||
"sha": "df748da8408420990373c79e5d72e35019682d7f"
|
"sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue