feat: Automated regeneration of securitycenter v1beta1 client (#2243)
This commit is contained in:
parent
a661f6f907
commit
fd0c5c2d41
|
@ -1,7 +1,7 @@
|
||||||
# Release history for google-apis-securitycenter_v1beta1
|
# Release history for google-apis-securitycenter_v1beta1
|
||||||
|
|
||||||
### v0.1.0 (2021-01-01)
|
### v0.1.0 (2021-01-07)
|
||||||
|
|
||||||
* Regenerated from discovery document revision 20201211
|
* Regenerated from discovery document revision 20201231
|
||||||
* Regenerated using generator version 0.1.0
|
* Regenerated using generator version 0.1.1
|
||||||
|
|
||||||
|
|
|
@ -79,7 +79,7 @@ Gem names for modern clients are often of the form `google-cloud-<service_name>`
|
||||||
|
|
||||||
**For most users, we recommend the modern client, if one is available.** Compared with legacy clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a legacy client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
**For most users, we recommend the modern client, if one is available.** Compared with legacy clients, modern clients are generally much easier to use and more Ruby-like, support more advanced features such as streaming and long-running operations, and often provide much better performance. You may consider using a legacy client instead, if a modern client is not yet available for the service you want to use, or if you are not able to use gRPC on your infrastructure.
|
||||||
|
|
||||||
The [product documentation](https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview) may provide guidance regarding the preferred client library to use.
|
The [product documentation](https://cloud.google.com/security-command-center) may provide guidance regarding the preferred client library to use.
|
||||||
|
|
||||||
## Supported Ruby versions
|
## Supported Ruby versions
|
||||||
|
|
||||||
|
|
|
@ -24,7 +24,7 @@ module Google
|
||||||
# Security Command Center API provides access to temporal views of assets and
|
# Security Command Center API provides access to temporal views of assets and
|
||||||
# findings within an organization.
|
# findings within an organization.
|
||||||
#
|
#
|
||||||
# @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview
|
# @see https://cloud.google.com/security-command-center
|
||||||
module SecuritycenterV1beta1
|
module SecuritycenterV1beta1
|
||||||
# Version of the Security Command Center API this client connects to.
|
# Version of the Security Command Center API this client connects to.
|
||||||
# This is NOT the gem version.
|
# This is NOT the gem version.
|
||||||
|
|
|
@ -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 = "20201211"
|
REVISION = "20201231"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -31,7 +31,7 @@ module Google
|
||||||
# Securitycenter = Google::Apis::SecuritycenterV1beta1 # Alias the module
|
# Securitycenter = Google::Apis::SecuritycenterV1beta1 # Alias the module
|
||||||
# service = Securitycenter::SecurityCommandCenterService.new
|
# service = Securitycenter::SecurityCommandCenterService.new
|
||||||
#
|
#
|
||||||
# @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview
|
# @see https://cloud.google.com/security-command-center
|
||||||
class SecurityCommandCenterService < Google::Apis::Core::BaseService
|
class SecurityCommandCenterService < Google::Apis::Core::BaseService
|
||||||
# @return [String]
|
# @return [String]
|
||||||
# API key. Your API key identifies your project and provides you with API access,
|
# API key. Your API key identifies your project and provides you with API access,
|
||||||
|
|
|
@ -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": "50c4a38b50d8806c333b288f89f5c86a3c5a82ef"
|
"sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue