feat: Automated regeneration of dlp v2 client (#2237)
This commit is contained in:
parent
613dbbca8b
commit
a403d51649
|
@ -1,7 +1,7 @@
|
|||
# Release history for google-apis-dlp_v2
|
||||
|
||||
### v0.1.0 (2021-01-01)
|
||||
### v0.1.0 (2021-01-07)
|
||||
|
||||
* Regenerated from discovery document revision 20201213
|
||||
* Regenerated using generator version 0.1.0
|
||||
* Regenerated from discovery document revision 20201231
|
||||
* Regenerated using generator version 0.1.1
|
||||
|
||||
|
|
|
@ -19,10 +19,10 @@ module Google
|
|||
GEM_VERSION = "0.1.0"
|
||||
|
||||
# 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 = "20201213"
|
||||
REVISION = "20201231"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1168,7 +1168,7 @@ module Google
|
|||
# more restrictions. * Restrictions can be combined by `AND` or `OR` logical
|
||||
# operators. A sequence of restrictions implicitly uses `AND`. * A restriction
|
||||
# has the form of ``field` `operator` `value``. * Supported fields/values for
|
||||
# inspect jobs: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` -
|
||||
# inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` -
|
||||
# DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted
|
||||
# timestamp, surrounded by quotation marks. Nanoseconds are ignored. - '
|
||||
# error_count' - Number of errors that have occurred while running. * The
|
||||
|
@ -2651,7 +2651,7 @@ module Google
|
|||
# more restrictions. * Restrictions can be combined by `AND` or `OR` logical
|
||||
# operators. A sequence of restrictions implicitly uses `AND`. * A restriction
|
||||
# has the form of ``field` `operator` `value``. * Supported fields/values for
|
||||
# inspect jobs: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` -
|
||||
# inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` -
|
||||
# DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted
|
||||
# timestamp, surrounded by quotation marks. Nanoseconds are ignored. - '
|
||||
# error_count' - Number of errors that have occurred while running. * The
|
||||
|
@ -3823,7 +3823,7 @@ module Google
|
|||
# more restrictions. * Restrictions can be combined by `AND` or `OR` logical
|
||||
# operators. A sequence of restrictions implicitly uses `AND`. * A restriction
|
||||
# has the form of ``field` `operator` `value``. * Supported fields/values for
|
||||
# inspect jobs: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` -
|
||||
# inspect triggers: - `status` - HEALTHY|PAUSED|CANCELLED - `inspected_storage` -
|
||||
# DATASTORE|CLOUD_STORAGE|BIGQUERY - 'last_run_time` - RFC 3339 formatted
|
||||
# timestamp, surrounded by quotation marks. Nanoseconds are ignored. - '
|
||||
# error_count' - Number of errors that have occurred while running. * The
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"git": {
|
||||
"name": ".",
|
||||
"remote": "https://github.com/googleapis/google-api-ruby-client.git",
|
||||
"sha": "63e0256ec43b53d16dd43da207af369c94504644"
|
||||
"sha": "6de8b4ee653db67c0e789203767a89b32fcf8a51"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue