Autogenerated update (2020-01-07)
Update: - cloudbilling_v1 - clouderrorreporting_v1beta1 - dlp_v2 - securitycenter_v1
This commit is contained in:
parent
ad121a3767
commit
6d534048fc
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://cloud.google.com/billing/
|
# @see https://cloud.google.com/billing/
|
||||||
module CloudbillingV1
|
module CloudbillingV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20191206'
|
REVISION = '20200106'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -199,7 +199,8 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
||||||
# True if the billing account is open, and will therefore be charged for any
|
# Output only. True if the billing account is open, and will therefore be
|
||||||
|
# charged for any
|
||||||
# usage on associated projects. False if the billing account is closed, and
|
# usage on associated projects. False if the billing account is closed, and
|
||||||
# therefore projects associated with it will be unable to use paid services.
|
# therefore projects associated with it will be unable to use paid services.
|
||||||
# Corresponds to the JSON property `open`
|
# Corresponds to the JSON property `open`
|
||||||
|
|
|
@ -91,7 +91,7 @@ module Google
|
||||||
# must be a [viewer of the billing
|
# must be a [viewer of the billing
|
||||||
# account](https://cloud.google.com/billing/docs/how-to/billing-access).
|
# account](https://cloud.google.com/billing/docs/how-to/billing-access).
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The resource name of the billing account to retrieve. For example,
|
# Required. The resource name of the billing account to retrieve. For example,
|
||||||
# `billingAccounts/012345-567890-ABCDEF`.
|
# `billingAccounts/012345-567890-ABCDEF`.
|
||||||
# @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.
|
||||||
|
@ -215,7 +215,7 @@ module Google
|
||||||
# [administrator](https://cloud.google.com/billing/docs/how-to/billing-access)
|
# [administrator](https://cloud.google.com/billing/docs/how-to/billing-access)
|
||||||
# of the billing account.
|
# of the billing account.
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The name of the billing account resource to be updated.
|
# Required. The name of the billing account resource to be updated.
|
||||||
# @param [Google::Apis::CloudbillingV1::BillingAccount] billing_account_object
|
# @param [Google::Apis::CloudbillingV1::BillingAccount] billing_account_object
|
||||||
# @param [String] update_mask
|
# @param [String] update_mask
|
||||||
# The update mask applied to the resource.
|
# The update mask applied to the resource.
|
||||||
|
@ -329,7 +329,8 @@ module Google
|
||||||
# permission, which is often given to billing account
|
# permission, which is often given to billing account
|
||||||
# [viewers](https://cloud.google.com/billing/docs/how-to/billing-access).
|
# [viewers](https://cloud.google.com/billing/docs/how-to/billing-access).
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The resource name of the billing account associated with the projects that
|
# Required. The resource name of the billing account associated with the
|
||||||
|
# projects that
|
||||||
# you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
|
# you want to list. For example, `billingAccounts/012345-567890-ABCDEF`.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Requested page size. The maximum page size is 100; this is also the
|
# Requested page size. The maximum page size is 100; this is also the
|
||||||
|
@ -372,7 +373,7 @@ module Google
|
||||||
# project](https://cloud.google.com/docs/permissions-overview#h.bgs0oxofvnoo
|
# project](https://cloud.google.com/docs/permissions-overview#h.bgs0oxofvnoo
|
||||||
# ).
|
# ).
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The resource name of the project for which billing information is
|
# Required. The resource name of the project for which billing information is
|
||||||
# retrieved. For example, `projects/tokyo-rain-123`.
|
# retrieved. For example, `projects/tokyo-rain-123`.
|
||||||
# @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.
|
||||||
|
@ -429,7 +430,8 @@ module Google
|
||||||
# disable billing, you should always call this method with the name of an
|
# disable billing, you should always call this method with the name of an
|
||||||
# *open* billing account.
|
# *open* billing account.
|
||||||
# @param [String] name
|
# @param [String] name
|
||||||
# The resource name of the project associated with the billing information
|
# Required. The resource name of the project associated with the billing
|
||||||
|
# information
|
||||||
# that you want to update. For example, `projects/tokyo-rain-123`.
|
# that you want to update. For example, `projects/tokyo-rain-123`.
|
||||||
# @param [Google::Apis::CloudbillingV1::ProjectBillingInfo] project_billing_info_object
|
# @param [Google::Apis::CloudbillingV1::ProjectBillingInfo] project_billing_info_object
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://cloud.google.com/error-reporting/
|
# @see https://cloud.google.com/error-reporting/
|
||||||
module ClouderrorreportingV1beta1
|
module ClouderrorreportingV1beta1
|
||||||
VERSION = 'V1beta1'
|
VERSION = 'V1beta1'
|
||||||
REVISION = '20190925'
|
REVISION = '20191230'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -51,7 +51,7 @@ module Google
|
||||||
# Deletes all error events of a given project.
|
# Deletes all error events of a given project.
|
||||||
# @param [String] project_name
|
# @param [String] project_name
|
||||||
# Required. The resource name of the Google Cloud Platform project. Written
|
# Required. The resource name of the Google Cloud Platform project. Written
|
||||||
# as `projects/` plus the
|
# as `projects/`projectID``, where ``projectID`` is the
|
||||||
# [Google Cloud Platform project
|
# [Google Cloud Platform project
|
||||||
# ID](https://support.google.com/cloud/answer/6158840).
|
# ID](https://support.google.com/cloud/answer/6158840).
|
||||||
# Example: `projects/my-project-123`.
|
# Example: `projects/my-project-123`.
|
||||||
|
@ -85,7 +85,7 @@ module Google
|
||||||
# Lists the specified events.
|
# Lists the specified events.
|
||||||
# @param [String] project_name
|
# @param [String] project_name
|
||||||
# Required. The resource name of the Google Cloud Platform project. Written
|
# Required. The resource name of the Google Cloud Platform project. Written
|
||||||
# as `projects/` plus the
|
# as `projects/`projectID``, where ``projectID`` is the
|
||||||
# [Google Cloud Platform project
|
# [Google Cloud Platform project
|
||||||
# ID](https://support.google.com/cloud/answer/6158840).
|
# ID](https://support.google.com/cloud/answer/6158840).
|
||||||
# Example: `projects/my-project-123`.
|
# Example: `projects/my-project-123`.
|
||||||
|
@ -149,14 +149,14 @@ module Google
|
||||||
# for authentication. To use an API key, append it to the URL as the value of
|
# for authentication. To use an API key, append it to the URL as the value of
|
||||||
# a `key` parameter. For example:
|
# a `key` parameter. For example:
|
||||||
# `POST
|
# `POST
|
||||||
# https://clouderrorreporting.googleapis.com/v1beta1/projects/example-project/
|
# https://clouderrorreporting.googleapis.com/v1beta1/`projectName`/events:report?
|
||||||
# events:report?key=123ABC456`
|
# key=123ABC456`
|
||||||
# @param [String] project_name
|
# @param [String] project_name
|
||||||
# Required. The resource name of the Google Cloud Platform project. Written
|
# Required. The resource name of the Google Cloud Platform project. Written
|
||||||
# as `projects/` plus the
|
# as `projects/`projectId``, where ``projectId`` is the
|
||||||
# [Google Cloud Platform project
|
# [Google Cloud Platform project
|
||||||
# ID](https://support.google.com/cloud/answer/6158840). Example:
|
# ID](https://support.google.com/cloud/answer/6158840).
|
||||||
# `projects/my-project-123`.
|
# Example: // `projects/my-project-123`.
|
||||||
# @param [Google::Apis::ClouderrorreportingV1beta1::ReportedErrorEvent] reported_error_event_object
|
# @param [Google::Apis::ClouderrorreportingV1beta1::ReportedErrorEvent] reported_error_event_object
|
||||||
# @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.
|
||||||
|
@ -190,10 +190,10 @@ module Google
|
||||||
# Lists the specified groups.
|
# Lists the specified groups.
|
||||||
# @param [String] project_name
|
# @param [String] project_name
|
||||||
# Required. The resource name of the Google Cloud Platform project. Written
|
# Required. The resource name of the Google Cloud Platform project. Written
|
||||||
# as <code>projects/</code> plus the
|
# as `projects/`projectID``, where ``projectID`` is the
|
||||||
# <a href="https://support.google.com/cloud/answer/6158840">Google Cloud
|
# [Google Cloud Platform project
|
||||||
# Platform project ID</a>.
|
# ID](https://support.google.com/cloud/answer/6158840).
|
||||||
# Example: <code>projects/my-project-123</code>.
|
# Example: `projects/my-project-123`.
|
||||||
# @param [String] alignment
|
# @param [String] alignment
|
||||||
# Optional. The alignment of the timed counts to be returned.
|
# Optional. The alignment of the timed counts to be returned.
|
||||||
# Default is `ALIGNMENT_EQUAL_AT_END`.
|
# Default is `ALIGNMENT_EQUAL_AT_END`.
|
||||||
|
|
|
@ -27,7 +27,7 @@ module Google
|
||||||
# @see https://cloud.google.com/dlp/docs/
|
# @see https://cloud.google.com/dlp/docs/
|
||||||
module DlpV2
|
module DlpV2
|
||||||
VERSION = 'V2'
|
VERSION = 'V2'
|
||||||
REVISION = '20191206'
|
REVISION = '20200104'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -191,7 +191,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2AuxiliaryTable
|
class GooglePrivacyDlpV2AuxiliaryTable
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Quasi-identifier columns. [required]
|
# Required. Quasi-identifier columns.
|
||||||
# Corresponds to the JSON property `quasiIds`
|
# Corresponds to the JSON property `quasiIds`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiIdField>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiIdField>]
|
||||||
attr_accessor :quasi_ids
|
attr_accessor :quasi_ids
|
||||||
|
@ -548,7 +548,7 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
# Histogram of value frequencies in the column.
|
||||||
class GooglePrivacyDlpV2CategoricalStatsHistogramBucket
|
class GooglePrivacyDlpV2CategoricalStatsHistogramBucket
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -670,12 +670,13 @@ module Google
|
||||||
class GooglePrivacyDlpV2CharsToIgnore
|
class GooglePrivacyDlpV2CharsToIgnore
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# Characters to not transform when masking.
|
||||||
# Corresponds to the JSON property `charactersToSkip`
|
# Corresponds to the JSON property `charactersToSkip`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :characters_to_skip
|
attr_accessor :characters_to_skip
|
||||||
|
|
||||||
#
|
# Common characters to not transform when masking. Useful to avoid removing
|
||||||
|
# punctuation.
|
||||||
# Corresponds to the JSON property `commonCharactersToIgnore`
|
# Corresponds to the JSON property `commonCharactersToIgnore`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :common_characters_to_ignore
|
attr_accessor :common_characters_to_ignore
|
||||||
|
@ -915,7 +916,7 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId]
|
||||||
attr_accessor :field
|
attr_accessor :field
|
||||||
|
|
||||||
# Operator used to compare the field or infoType to the value. [required]
|
# Required. Operator used to compare the field or infoType to the value.
|
||||||
# Corresponds to the JSON property `operator`
|
# Corresponds to the JSON property `operator`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :operator
|
attr_accessor :operator
|
||||||
|
@ -946,7 +947,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2Conditions
|
class GooglePrivacyDlpV2Conditions
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# A collection of conditions.
|
||||||
# Corresponds to the JSON property `conditions`
|
# Corresponds to the JSON property `conditions`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Condition>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Condition>]
|
||||||
attr_accessor :conditions
|
attr_accessor :conditions
|
||||||
|
@ -1001,9 +1002,9 @@ module Google
|
||||||
# Name of the container where the finding is located.
|
# Name of the container where the finding is located.
|
||||||
# The top level name is the source file name or table name. Names of some
|
# The top level name is the source file name or table name. Names of some
|
||||||
# common storage containers are formatted as follows:
|
# common storage containers are formatted as follows:
|
||||||
# * BigQuery tables: `<project_id>:<dataset_id>.<table_id>`
|
# * BigQuery tables: ``project_id`:`dataset_id`.`table_id``
|
||||||
# * Cloud Storage files: `gs://<bucket>/<path>`
|
# * Cloud Storage files: `gs://`bucket`/`path``
|
||||||
# * Datastore namespace: <namespace>
|
# * Datastore namespace: `namespace`
|
||||||
# Nested names could be absent if the embedded object has no string
|
# Nested names could be absent if the embedded object has no string
|
||||||
# identifier (for an example an image contained within a document).
|
# identifier (for an example an image contained within a document).
|
||||||
# Corresponds to the JSON property `containerName`
|
# Corresponds to the JSON property `containerName`
|
||||||
|
@ -1096,7 +1097,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2CreateDlpJobRequest
|
class GooglePrivacyDlpV2CreateDlpJobRequest
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# Controls what and how to inspect for findings.
|
||||||
# Corresponds to the JSON property `inspectJob`
|
# Corresponds to the JSON property `inspectJob`
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig]
|
||||||
attr_accessor :inspect_job
|
attr_accessor :inspect_job
|
||||||
|
@ -1367,7 +1368,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig
|
class GooglePrivacyDlpV2CryptoReplaceFfxFpeConfig
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# Common alphabets.
|
||||||
# Corresponds to the JSON property `commonAlphabet`
|
# Corresponds to the JSON property `commonAlphabet`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :common_alphabet
|
attr_accessor :common_alphabet
|
||||||
|
@ -1589,17 +1590,16 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2CryptoKey]
|
||||||
attr_accessor :crypto_key
|
attr_accessor :crypto_key
|
||||||
|
|
||||||
# For example, -5 means shift date to at most 5 days back in the past.
|
# Required. For example, -5 means shift date to at most 5 days back in the past.
|
||||||
# [Required]
|
|
||||||
# Corresponds to the JSON property `lowerBoundDays`
|
# Corresponds to the JSON property `lowerBoundDays`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :lower_bound_days
|
attr_accessor :lower_bound_days
|
||||||
|
|
||||||
# Range of shift in days. Actual shift will be selected at random within this
|
# Required. Range of shift in days. Actual shift will be selected at random
|
||||||
|
# within this
|
||||||
# range (inclusive ends). Negative means shift to earlier in time. Must not
|
# range (inclusive ends). Negative means shift to earlier in time. Must not
|
||||||
# be more than 365250 days (1000 years) each direction.
|
# be more than 365250 days (1000 years) each direction.
|
||||||
# For example, 3 means shift date to at most 3 days into the future.
|
# For example, 3 means shift date to at most 3 days into the future.
|
||||||
# [Required]
|
|
||||||
# Corresponds to the JSON property `upperBoundDays`
|
# Corresponds to the JSON property `upperBoundDays`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :upper_bound_days
|
attr_accessor :upper_bound_days
|
||||||
|
@ -1634,7 +1634,7 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
||||||
attr_accessor :date
|
attr_accessor :date
|
||||||
|
|
||||||
#
|
# Day of week
|
||||||
# Corresponds to the JSON property `dayOfWeek`
|
# Corresponds to the JSON property `dayOfWeek`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :day_of_week
|
attr_accessor :day_of_week
|
||||||
|
@ -1646,7 +1646,7 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GoogleTypeTimeOfDay]
|
# @return [Google::Apis::DlpV2::GoogleTypeTimeOfDay]
|
||||||
attr_accessor :time
|
attr_accessor :time
|
||||||
|
|
||||||
#
|
# Time zone of the date time object.
|
||||||
# Corresponds to the JSON property `timeZone`
|
# Corresponds to the JSON property `timeZone`
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2TimeZone]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2TimeZone]
|
||||||
attr_accessor :time_zone
|
attr_accessor :time_zone
|
||||||
|
@ -1715,7 +1715,7 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyConfig]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyConfig]
|
||||||
attr_accessor :deidentify_config
|
attr_accessor :deidentify_config
|
||||||
|
|
||||||
# Optional template to use. Any configuration directly specified in
|
# Template to use. Any configuration directly specified in
|
||||||
# deidentify_config will override those set in the template. Singular fields
|
# deidentify_config will override those set in the template. Singular fields
|
||||||
# that are set in this request will replace their corresponding fields in the
|
# that are set in this request will replace their corresponding fields in the
|
||||||
# template. Repeated fields are appended. Singular sub-messages and groups
|
# template. Repeated fields are appended. Singular sub-messages and groups
|
||||||
|
@ -1731,7 +1731,7 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig]
|
||||||
attr_accessor :inspect_config
|
attr_accessor :inspect_config
|
||||||
|
|
||||||
# Optional template to use. Any configuration directly specified in
|
# Template to use. Any configuration directly specified in
|
||||||
# inspect_config will override those set in the template. Singular fields
|
# inspect_config will override those set in the template. Singular fields
|
||||||
# that are set in this request will replace their corresponding fields in the
|
# that are set in this request will replace their corresponding fields in the
|
||||||
# template. Repeated fields are appended. Singular sub-messages and groups
|
# template. Repeated fields are appended. Singular sub-messages and groups
|
||||||
|
@ -1796,7 +1796,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2DeidentifyTemplate
|
class GooglePrivacyDlpV2DeidentifyTemplate
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The creation timestamp of an inspectTemplate, output only field.
|
# Output only. The creation timestamp of an inspectTemplate.
|
||||||
# Corresponds to the JSON property `createTime`
|
# Corresponds to the JSON property `createTime`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :create_time
|
attr_accessor :create_time
|
||||||
|
@ -1816,7 +1816,7 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :display_name
|
attr_accessor :display_name
|
||||||
|
|
||||||
# The template name. Output only.
|
# Output only. The template name.
|
||||||
# The template will have one of the following formats:
|
# The template will have one of the following formats:
|
||||||
# `projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID` OR
|
# `projects/PROJECT_ID/deidentifyTemplates/TEMPLATE_ID` OR
|
||||||
# `organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID`
|
# `organizations/ORGANIZATION_ID/deidentifyTemplates/TEMPLATE_ID`
|
||||||
|
@ -1824,7 +1824,7 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
||||||
# The last update timestamp of an inspectTemplate, output only field.
|
# Output only. The last update timestamp of an inspectTemplate.
|
||||||
# Corresponds to the JSON property `updateTime`
|
# Corresponds to the JSON property `updateTime`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :update_time
|
attr_accessor :update_time
|
||||||
|
@ -1858,14 +1858,15 @@ module Google
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2StatisticalTable>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2StatisticalTable>]
|
||||||
attr_accessor :auxiliary_tables
|
attr_accessor :auxiliary_tables
|
||||||
|
|
||||||
# Fields considered to be quasi-identifiers. No two fields can have the
|
# Required. Fields considered to be quasi-identifiers. No two fields can have
|
||||||
# same tag. [required]
|
# the
|
||||||
|
# same tag.
|
||||||
# Corresponds to the JSON property `quasiIds`
|
# Corresponds to the JSON property `quasiIds`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiId>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiId>]
|
||||||
attr_accessor :quasi_ids
|
attr_accessor :quasi_ids
|
||||||
|
|
||||||
# ISO 3166-1 alpha-2 region code to use in the statistical modeling.
|
# ISO 3166-1 alpha-2 region code to use in the statistical modeling.
|
||||||
# Required if no column is tagged with a region-specific InfoType (like
|
# Set if no column is tagged with a region-specific InfoType (like
|
||||||
# US_ZIP_5) or a region code.
|
# US_ZIP_5) or a region code.
|
||||||
# Corresponds to the JSON property `regionCode`
|
# Corresponds to the JSON property `regionCode`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -2182,7 +2183,6 @@ module Google
|
||||||
|
|
||||||
# Details information about an error encountered during job execution or
|
# Details information about an error encountered during job execution or
|
||||||
# the results of an unsuccessful activation of the JobTrigger.
|
# the results of an unsuccessful activation of the JobTrigger.
|
||||||
# Output only field.
|
|
||||||
class GooglePrivacyDlpV2Error
|
class GooglePrivacyDlpV2Error
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -2352,7 +2352,7 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RecordCondition]
|
||||||
attr_accessor :condition
|
attr_accessor :condition
|
||||||
|
|
||||||
# Input field(s) to apply the transformation to. [required]
|
# Required. Input field(s) to apply the transformation to.
|
||||||
# Corresponds to the JSON property `fields`
|
# Corresponds to the JSON property `fields`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]
|
||||||
attr_accessor :fields
|
attr_accessor :fields
|
||||||
|
@ -2493,7 +2493,7 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
# Configuration to control the number of findings returned.
|
||||||
class GooglePrivacyDlpV2FindingLimits
|
class GooglePrivacyDlpV2FindingLimits
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -2534,7 +2534,7 @@ module Google
|
||||||
# but requires more configuration. This message is provided as a convenience to
|
# but requires more configuration. This message is provided as a convenience to
|
||||||
# the user for simple bucketing strategies.
|
# the user for simple bucketing strategies.
|
||||||
# The transformed value will be a hyphenated string of
|
# The transformed value will be a hyphenated string of
|
||||||
# <lower_bound>-<upper_bound>, i.e if lower_bound = 10 and upper_bound = 20
|
# `lower_bound`-`upper_bound`, i.e if lower_bound = 10 and upper_bound = 20
|
||||||
# all values that are within this bucket will be replaced with "10-20".
|
# all values that are within this bucket will be replaced with "10-20".
|
||||||
# This can be used on data of type: double, long.
|
# This can be used on data of type: double, long.
|
||||||
# If the bound Value type differs from the type of data
|
# If the bound Value type differs from the type of data
|
||||||
|
@ -2544,10 +2544,10 @@ module Google
|
||||||
class GooglePrivacyDlpV2FixedSizeBucketingConfig
|
class GooglePrivacyDlpV2FixedSizeBucketingConfig
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Size of each bucket (except for minimum and maximum buckets). So if
|
# Required. Size of each bucket (except for minimum and maximum buckets). So if
|
||||||
# `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
|
# `lower_bound` = 10, `upper_bound` = 89, and `bucket_size` = 10, then the
|
||||||
# following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60,
|
# following buckets would be used: -10, 10-20, 20-30, 30-40, 40-50, 50-60,
|
||||||
# 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works. [Required].
|
# 60-70, 70-80, 80-89, 89+. Precision up to 2 decimals works.
|
||||||
# Corresponds to the JSON property `bucketSize`
|
# Corresponds to the JSON property `bucketSize`
|
||||||
# @return [Float]
|
# @return [Float]
|
||||||
attr_accessor :bucket_size
|
attr_accessor :bucket_size
|
||||||
|
@ -2817,8 +2817,8 @@ module Google
|
||||||
class GooglePrivacyDlpV2InfoTypeTransformations
|
class GooglePrivacyDlpV2InfoTypeTransformations
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Transformation for each infoType. Cannot specify more than one
|
# Required. Transformation for each infoType. Cannot specify more than one
|
||||||
# for a given infoType. [required]
|
# for a given infoType.
|
||||||
# Corresponds to the JSON property `transformations`
|
# Corresponds to the JSON property `transformations`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeTransformation>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeTransformation>]
|
||||||
attr_accessor :transformations
|
attr_accessor :transformations
|
||||||
|
@ -2877,7 +2877,7 @@ module Google
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2InfoType>]
|
||||||
attr_accessor :info_types
|
attr_accessor :info_types
|
||||||
|
|
||||||
#
|
# Configuration to control the number of findings returned.
|
||||||
# Corresponds to the JSON property `limits`
|
# Corresponds to the JSON property `limits`
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FindingLimits]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2FindingLimits]
|
||||||
attr_accessor :limits
|
attr_accessor :limits
|
||||||
|
@ -2924,7 +2924,7 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig]
|
||||||
attr_accessor :inspect_config
|
attr_accessor :inspect_config
|
||||||
|
|
||||||
# Optional template to use. Any configuration directly specified in
|
# Template to use. Any configuration directly specified in
|
||||||
# inspect_config will override those set in the template. Singular fields
|
# inspect_config will override those set in the template. Singular fields
|
||||||
# that are set in this request will replace their corresponding fields in the
|
# that are set in this request will replace their corresponding fields in the
|
||||||
# template. Repeated fields are appended. Singular sub-messages and groups
|
# template. Repeated fields are appended. Singular sub-messages and groups
|
||||||
|
@ -2980,7 +2980,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2InspectDataSourceDetails
|
class GooglePrivacyDlpV2InspectDataSourceDetails
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The configuration used for this job.
|
# Snapshot of the inspection configuration.
|
||||||
# Corresponds to the JSON property `requestedOptions`
|
# Corresponds to the JSON property `requestedOptions`
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedOptions]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RequestedOptions]
|
||||||
attr_accessor :requested_options
|
attr_accessor :requested_options
|
||||||
|
@ -3001,7 +3001,7 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
# Controls what and how to inspect for findings.
|
||||||
class GooglePrivacyDlpV2InspectJobConfig
|
class GooglePrivacyDlpV2InspectJobConfig
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -3080,7 +3080,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2InspectTemplate
|
class GooglePrivacyDlpV2InspectTemplate
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The creation timestamp of an inspectTemplate, output only field.
|
# Output only. The creation timestamp of an inspectTemplate.
|
||||||
# Corresponds to the JSON property `createTime`
|
# Corresponds to the JSON property `createTime`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :create_time
|
attr_accessor :create_time
|
||||||
|
@ -3102,15 +3102,15 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig]
|
||||||
attr_accessor :inspect_config
|
attr_accessor :inspect_config
|
||||||
|
|
||||||
# The template name. Output only.
|
# Output only. The template name.
|
||||||
# The template will have one of the following formats:
|
# The template will have one of the following formats:
|
||||||
# `projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID` OR
|
# `projects/PROJECT_ID/inspectTemplates/TEMPLATE_ID` OR
|
||||||
# `organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID`
|
# `organizations/ORGANIZATION_ID/inspectTemplates/TEMPLATE_ID`;
|
||||||
# Corresponds to the JSON property `name`
|
# Corresponds to the JSON property `name`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
||||||
# The last update timestamp of an inspectTemplate, output only field.
|
# Output only. The last update timestamp of an inspectTemplate.
|
||||||
# Corresponds to the JSON property `updateTime`
|
# Corresponds to the JSON property `updateTime`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :update_time
|
attr_accessor :update_time
|
||||||
|
@ -3203,7 +3203,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2JobTrigger
|
class GooglePrivacyDlpV2JobTrigger
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The creation timestamp of a triggeredJob, output only field.
|
# Output only. The creation timestamp of a triggeredJob.
|
||||||
# Corresponds to the JSON property `createTime`
|
# Corresponds to the JSON property `createTime`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :create_time
|
attr_accessor :create_time
|
||||||
|
@ -3218,20 +3218,21 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :display_name
|
attr_accessor :display_name
|
||||||
|
|
||||||
# A stream of errors encountered when the trigger was activated. Repeated
|
# Output only. A stream of errors encountered when the trigger was activated.
|
||||||
|
# Repeated
|
||||||
# errors may result in the JobTrigger automatically being paused.
|
# errors may result in the JobTrigger automatically being paused.
|
||||||
# Will return the last 100 errors. Whenever the JobTrigger is modified
|
# Will return the last 100 errors. Whenever the JobTrigger is modified
|
||||||
# this list will be cleared. Output only field.
|
# this list will be cleared.
|
||||||
# Corresponds to the JSON property `errors`
|
# Corresponds to the JSON property `errors`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Error>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Error>]
|
||||||
attr_accessor :errors
|
attr_accessor :errors
|
||||||
|
|
||||||
#
|
# Controls what and how to inspect for findings.
|
||||||
# Corresponds to the JSON property `inspectJob`
|
# Corresponds to the JSON property `inspectJob`
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig]
|
||||||
attr_accessor :inspect_job
|
attr_accessor :inspect_job
|
||||||
|
|
||||||
# The timestamp of the last time this trigger executed, output only field.
|
# Output only. The timestamp of the last time this trigger executed.
|
||||||
# Corresponds to the JSON property `lastRunTime`
|
# Corresponds to the JSON property `lastRunTime`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :last_run_time
|
attr_accessor :last_run_time
|
||||||
|
@ -3243,7 +3244,7 @@ module Google
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :name
|
attr_accessor :name
|
||||||
|
|
||||||
# A status for this trigger. [required]
|
# Required. A status for this trigger.
|
||||||
# Corresponds to the JSON property `status`
|
# Corresponds to the JSON property `status`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :status
|
attr_accessor :status
|
||||||
|
@ -3255,7 +3256,7 @@ module Google
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Trigger>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Trigger>]
|
||||||
attr_accessor :triggers
|
attr_accessor :triggers
|
||||||
|
|
||||||
# The last update timestamp of a triggeredJob, output only field.
|
# Output only. The last update timestamp of a triggeredJob.
|
||||||
# Corresponds to the JSON property `updateTime`
|
# Corresponds to the JSON property `updateTime`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :update_time
|
attr_accessor :update_time
|
||||||
|
@ -3340,7 +3341,7 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
# Histogram of k-anonymity equivalence classes.
|
||||||
class GooglePrivacyDlpV2KAnonymityHistogramBucket
|
class GooglePrivacyDlpV2KAnonymityHistogramBucket
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -3409,7 +3410,6 @@ module Google
|
||||||
# using publicly available data (like the US Census), or using a custom
|
# using publicly available data (like the US Census), or using a custom
|
||||||
# statistical model (indicated as one or several BigQuery tables), or by
|
# statistical model (indicated as one or several BigQuery tables), or by
|
||||||
# extrapolating from the distribution of values in the input dataset.
|
# extrapolating from the distribution of values in the input dataset.
|
||||||
# A column with a semantic tag attached.
|
|
||||||
class GooglePrivacyDlpV2KMapEstimationConfig
|
class GooglePrivacyDlpV2KMapEstimationConfig
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -3420,14 +3420,15 @@ module Google
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2AuxiliaryTable>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2AuxiliaryTable>]
|
||||||
attr_accessor :auxiliary_tables
|
attr_accessor :auxiliary_tables
|
||||||
|
|
||||||
# Fields considered to be quasi-identifiers. No two columns can have the
|
# Required. Fields considered to be quasi-identifiers. No two columns can have
|
||||||
# same tag. [required]
|
# the
|
||||||
|
# same tag.
|
||||||
# Corresponds to the JSON property `quasiIds`
|
# Corresponds to the JSON property `quasiIds`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2TaggedField>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2TaggedField>]
|
||||||
attr_accessor :quasi_ids
|
attr_accessor :quasi_ids
|
||||||
|
|
||||||
# ISO 3166-1 alpha-2 region code to use in the statistical modeling.
|
# ISO 3166-1 alpha-2 region code to use in the statistical modeling.
|
||||||
# Required if no column is tagged with a region-specific InfoType (like
|
# Set if no column is tagged with a region-specific InfoType (like
|
||||||
# US_ZIP_5) or a region code.
|
# US_ZIP_5) or a region code.
|
||||||
# Corresponds to the JSON property `regionCode`
|
# Corresponds to the JSON property `regionCode`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -3614,12 +3615,12 @@ module Google
|
||||||
class GooglePrivacyDlpV2KmsWrappedCryptoKey
|
class GooglePrivacyDlpV2KmsWrappedCryptoKey
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# The resource name of the KMS CryptoKey to use for unwrapping. [required]
|
# Required. The resource name of the KMS CryptoKey to use for unwrapping.
|
||||||
# Corresponds to the JSON property `cryptoKeyName`
|
# Corresponds to the JSON property `cryptoKeyName`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :crypto_key_name
|
attr_accessor :crypto_key_name
|
||||||
|
|
||||||
# The wrapped data crypto key. [required]
|
# Required. The wrapped data crypto key.
|
||||||
# Corresponds to the JSON property `wrappedKey`
|
# Corresponds to the JSON property `wrappedKey`
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -3701,7 +3702,7 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
# Histogram of l-diversity equivalence class sensitive value frequencies.
|
||||||
class GooglePrivacyDlpV2LDiversityHistogramBucket
|
class GooglePrivacyDlpV2LDiversityHistogramBucket
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -4292,7 +4293,7 @@ module Google
|
||||||
# but requires more configuration. This message is provided as a convenience to
|
# but requires more configuration. This message is provided as a convenience to
|
||||||
# the user for simple bucketing strategies.
|
# the user for simple bucketing strategies.
|
||||||
# The transformed value will be a hyphenated string of
|
# The transformed value will be a hyphenated string of
|
||||||
# <lower_bound>-<upper_bound>, i.e if lower_bound = 10 and upper_bound = 20
|
# `lower_bound`-`upper_bound`, i.e if lower_bound = 10 and upper_bound = 20
|
||||||
# all values that are within this bucket will be replaced with "10-20".
|
# all values that are within this bucket will be replaced with "10-20".
|
||||||
# This can be used on data of type: double, long.
|
# This can be used on data of type: double, long.
|
||||||
# If the bound Value type differs from the type of data
|
# If the bound Value type differs from the type of data
|
||||||
|
@ -4375,7 +4376,6 @@ module Google
|
||||||
# using publicly available data (like the US Census), or using a custom
|
# using publicly available data (like the US Census), or using a custom
|
||||||
# statistical model (indicated as one or several BigQuery tables), or by
|
# statistical model (indicated as one or several BigQuery tables), or by
|
||||||
# extrapolating from the distribution of values in the input dataset.
|
# extrapolating from the distribution of values in the input dataset.
|
||||||
# A column with a semantic tag attached.
|
|
||||||
# Corresponds to the JSON property `kMapEstimationConfig`
|
# Corresponds to the JSON property `kMapEstimationConfig`
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2KMapEstimationConfig]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2KMapEstimationConfig]
|
||||||
attr_accessor :k_map_estimation_config
|
attr_accessor :k_map_estimation_config
|
||||||
|
@ -4568,7 +4568,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2QuasiIdField
|
class GooglePrivacyDlpV2QuasiIdField
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# A auxiliary field.
|
||||||
# Corresponds to the JSON property `customTag`
|
# Corresponds to the JSON property `customTag`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :custom_tag
|
attr_accessor :custom_tag
|
||||||
|
@ -4594,7 +4594,9 @@ module Google
|
||||||
class GooglePrivacyDlpV2QuasiIdentifierField
|
class GooglePrivacyDlpV2QuasiIdentifierField
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# A column can be tagged with a custom tag. In this case, the user must
|
||||||
|
# indicate an auxiliary table that contains statistical information on
|
||||||
|
# the possible values of this column (below).
|
||||||
# Corresponds to the JSON property `customTag`
|
# Corresponds to the JSON property `customTag`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :custom_tag
|
attr_accessor :custom_tag
|
||||||
|
@ -4775,7 +4777,7 @@ module Google
|
||||||
attr_accessor :field_transformations
|
attr_accessor :field_transformations
|
||||||
|
|
||||||
# Configuration defining which records get suppressed entirely. Records that
|
# Configuration defining which records get suppressed entirely. Records that
|
||||||
# match any suppression rule are omitted from the output [optional].
|
# match any suppression rule are omitted from the output.
|
||||||
# Corresponds to the JSON property `recordSuppressions`
|
# Corresponds to the JSON property `recordSuppressions`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression>]
|
||||||
attr_accessor :record_suppressions
|
attr_accessor :record_suppressions
|
||||||
|
@ -4928,7 +4930,7 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectConfig]
|
||||||
attr_accessor :inspect_config
|
attr_accessor :inspect_config
|
||||||
|
|
||||||
# Optional template to use. Any configuration directly specified in
|
# Template to use. Any configuration directly specified in
|
||||||
# `inspect_config` will override those set in the template. Singular fields
|
# `inspect_config` will override those set in the template. Singular fields
|
||||||
# that are set in this request will replace their corresponding fields in the
|
# that are set in this request will replace their corresponding fields in the
|
||||||
# template. Repeated fields are appended. Singular sub-messages and groups
|
# template. Repeated fields are appended. Singular sub-messages and groups
|
||||||
|
@ -4953,7 +4955,7 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyConfig]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DeidentifyConfig]
|
||||||
attr_accessor :reidentify_config
|
attr_accessor :reidentify_config
|
||||||
|
|
||||||
# Optional template to use. References an instance of `DeidentifyTemplate`.
|
# Template to use. References an instance of `DeidentifyTemplate`.
|
||||||
# Any configuration directly specified in `reidentify_config` or
|
# Any configuration directly specified in `reidentify_config` or
|
||||||
# `inspect_config` will override those set in the template. Singular fields
|
# `inspect_config` will override those set in the template. Singular fields
|
||||||
# that are set in this request will replace their corresponding fields in the
|
# that are set in this request will replace their corresponding fields in the
|
||||||
|
@ -5040,11 +5042,11 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
# Snapshot of the inspection configuration.
|
||||||
class GooglePrivacyDlpV2RequestedOptions
|
class GooglePrivacyDlpV2RequestedOptions
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# Controls what and how to inspect for findings.
|
||||||
# Corresponds to the JSON property `jobConfig`
|
# Corresponds to the JSON property `jobConfig`
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2InspectJobConfig]
|
||||||
attr_accessor :job_config
|
attr_accessor :job_config
|
||||||
|
@ -5137,11 +5139,11 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
# Values of the row.
|
||||||
class GooglePrivacyDlpV2Row
|
class GooglePrivacyDlpV2Row
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# Individual cells.
|
||||||
# Corresponds to the JSON property `values`
|
# Corresponds to the JSON property `values`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Value>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Value>]
|
||||||
attr_accessor :values
|
attr_accessor :values
|
||||||
|
@ -5212,7 +5214,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2StatisticalTable
|
class GooglePrivacyDlpV2StatisticalTable
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Quasi-identifier columns. [required]
|
# Required. Quasi-identifier columns.
|
||||||
# Corresponds to the JSON property `quasiIds`
|
# Corresponds to the JSON property `quasiIds`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiIdentifierField>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2QuasiIdentifierField>]
|
||||||
attr_accessor :quasi_ids
|
attr_accessor :quasi_ids
|
||||||
|
@ -5395,10 +5397,10 @@ module Google
|
||||||
# anomalies detected in the storedInfoType data that render it unusable. Only
|
# anomalies detected in the storedInfoType data that render it unusable. Only
|
||||||
# the five most recent errors will be displayed, with the most recent error
|
# the five most recent errors will be displayed, with the most recent error
|
||||||
# appearing first.
|
# appearing first.
|
||||||
# <p>For example, some of the data for stored custom dictionaries is put in
|
# For example, some of the data for stored custom dictionaries is put in
|
||||||
# the user's Google Cloud Storage bucket, and if this data is modified or
|
# the user's Google Cloud Storage bucket, and if this data is modified or
|
||||||
# deleted by the user or another system, the dictionary becomes invalid.
|
# deleted by the user or another system, the dictionary becomes invalid.
|
||||||
# <p>If any errors occur, fix the problem indicated by the error message and
|
# If any errors occur, fix the problem indicated by the error message and
|
||||||
# use the UpdateStoredInfoType API method to create another version of the
|
# use the UpdateStoredInfoType API method to create another version of the
|
||||||
# storedInfoType to continue using it, reusing the same `config` if it was
|
# storedInfoType to continue using it, reusing the same `config` if it was
|
||||||
# not the source of the error.
|
# not the source of the error.
|
||||||
|
@ -5464,12 +5466,12 @@ module Google
|
||||||
class GooglePrivacyDlpV2SummaryResult
|
class GooglePrivacyDlpV2SummaryResult
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# Outcome of the transformation.
|
||||||
# Corresponds to the JSON property `code`
|
# Corresponds to the JSON property `code`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :code
|
attr_accessor :code
|
||||||
|
|
||||||
#
|
# Number of transformations counted by this result.
|
||||||
# Corresponds to the JSON property `count`
|
# Corresponds to the JSON property `count`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :count
|
attr_accessor :count
|
||||||
|
@ -5519,12 +5521,12 @@ module Google
|
||||||
class GooglePrivacyDlpV2Table
|
class GooglePrivacyDlpV2Table
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# Headers of the table.
|
||||||
# Corresponds to the JSON property `headers`
|
# Corresponds to the JSON property `headers`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FieldId>]
|
||||||
attr_accessor :headers
|
attr_accessor :headers
|
||||||
|
|
||||||
#
|
# Rows of the table.
|
||||||
# Corresponds to the JSON property `rows`
|
# Corresponds to the JSON property `rows`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Row>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2Row>]
|
||||||
attr_accessor :rows
|
attr_accessor :rows
|
||||||
|
@ -5559,7 +5561,7 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
# A column with a semantic tag attached.
|
||||||
class GooglePrivacyDlpV2TaggedField
|
class GooglePrivacyDlpV2TaggedField
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -5622,7 +5624,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2TimePartConfig
|
class GooglePrivacyDlpV2TimePartConfig
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# The part of the time to keep.
|
||||||
# Corresponds to the JSON property `partToExtract`
|
# Corresponds to the JSON property `partToExtract`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :part_to_extract
|
attr_accessor :part_to_extract
|
||||||
|
@ -5637,7 +5639,7 @@ module Google
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
#
|
# Time zone of the date time object.
|
||||||
class GooglePrivacyDlpV2TimeZone
|
class GooglePrivacyDlpV2TimeZone
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
|
@ -5789,7 +5791,7 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression]
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RecordSuppression]
|
||||||
attr_accessor :record_suppress
|
attr_accessor :record_suppress
|
||||||
|
|
||||||
#
|
# Collection of all transformations that took place or had an error.
|
||||||
# Corresponds to the JSON property `results`
|
# Corresponds to the JSON property `results`
|
||||||
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2SummaryResult>]
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2SummaryResult>]
|
||||||
attr_accessor :results
|
attr_accessor :results
|
||||||
|
@ -5825,7 +5827,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2TransientCryptoKey
|
class GooglePrivacyDlpV2TransientCryptoKey
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# Name of the key. [required]
|
# Required. Name of the key.
|
||||||
# This is an arbitrary string used to differentiate different keys.
|
# This is an arbitrary string used to differentiate different keys.
|
||||||
# A unique key is generated per name: two separate `TransientCryptoKey`
|
# A unique key is generated per name: two separate `TransientCryptoKey`
|
||||||
# protos share the same generated key if their names are the same.
|
# protos share the same generated key if their names are the same.
|
||||||
|
@ -5869,7 +5871,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2UnwrappedCryptoKey
|
class GooglePrivacyDlpV2UnwrappedCryptoKey
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
# A 128/192/256 bit key. [required]
|
# Required. A 128/192/256 bit key.
|
||||||
# Corresponds to the JSON property `key`
|
# Corresponds to the JSON property `key`
|
||||||
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
||||||
# @return [String]
|
# @return [String]
|
||||||
|
@ -6001,7 +6003,7 @@ module Google
|
||||||
class GooglePrivacyDlpV2Value
|
class GooglePrivacyDlpV2Value
|
||||||
include Google::Apis::Core::Hashable
|
include Google::Apis::Core::Hashable
|
||||||
|
|
||||||
#
|
# boolean
|
||||||
# Corresponds to the JSON property `booleanValue`
|
# Corresponds to the JSON property `booleanValue`
|
||||||
# @return [Boolean]
|
# @return [Boolean]
|
||||||
attr_accessor :boolean_value
|
attr_accessor :boolean_value
|
||||||
|
@ -6019,22 +6021,22 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
||||||
attr_accessor :date_value
|
attr_accessor :date_value
|
||||||
|
|
||||||
#
|
# day of week
|
||||||
# Corresponds to the JSON property `dayOfWeekValue`
|
# Corresponds to the JSON property `dayOfWeekValue`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :day_of_week_value
|
attr_accessor :day_of_week_value
|
||||||
|
|
||||||
#
|
# float
|
||||||
# Corresponds to the JSON property `floatValue`
|
# Corresponds to the JSON property `floatValue`
|
||||||
# @return [Float]
|
# @return [Float]
|
||||||
attr_accessor :float_value
|
attr_accessor :float_value
|
||||||
|
|
||||||
#
|
# integer
|
||||||
# Corresponds to the JSON property `integerValue`
|
# Corresponds to the JSON property `integerValue`
|
||||||
# @return [Fixnum]
|
# @return [Fixnum]
|
||||||
attr_accessor :integer_value
|
attr_accessor :integer_value
|
||||||
|
|
||||||
#
|
# string
|
||||||
# Corresponds to the JSON property `stringValue`
|
# Corresponds to the JSON property `stringValue`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :string_value
|
attr_accessor :string_value
|
||||||
|
@ -6046,7 +6048,7 @@ module Google
|
||||||
# @return [Google::Apis::DlpV2::GoogleTypeTimeOfDay]
|
# @return [Google::Apis::DlpV2::GoogleTypeTimeOfDay]
|
||||||
attr_accessor :time_value
|
attr_accessor :time_value
|
||||||
|
|
||||||
#
|
# timestamp
|
||||||
# Corresponds to the JSON property `timestampValue`
|
# Corresponds to the JSON property `timestampValue`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :timestamp_value
|
attr_accessor :timestamp_value
|
||||||
|
|
|
@ -53,10 +53,10 @@ module Google
|
||||||
# supports. See https://cloud.google.com/dlp/docs/infotypes-reference to
|
# supports. See https://cloud.google.com/dlp/docs/infotypes-reference to
|
||||||
# learn more.
|
# learn more.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Optional filter to only return infoTypes supported by certain parts of the
|
# filter to only return infoTypes supported by certain parts of the
|
||||||
# API. Defaults to supported_by=INSPECT.
|
# API. Defaults to supported_by=INSPECT.
|
||||||
# @param [String] language_code
|
# @param [String] language_code
|
||||||
# Optional BCP-47 language code for localized infoType friendly
|
# BCP-47 language code for localized infoType friendly
|
||||||
# names. If omitted, or if localized strings are not available,
|
# names. If omitted, or if localized strings are not available,
|
||||||
# en-US strings will be returned.
|
# en-US strings will be returned.
|
||||||
# @param [String] location_id
|
# @param [String] location_id
|
||||||
|
@ -98,10 +98,10 @@ module Google
|
||||||
# The geographic location to list info types. Reserved for future
|
# The geographic location to list info types. Reserved for future
|
||||||
# extensions.
|
# extensions.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Optional filter to only return infoTypes supported by certain parts of the
|
# filter to only return infoTypes supported by certain parts of the
|
||||||
# API. Defaults to supported_by=INSPECT.
|
# API. Defaults to supported_by=INSPECT.
|
||||||
# @param [String] language_code
|
# @param [String] language_code
|
||||||
# Optional BCP-47 language code for localized infoType friendly
|
# BCP-47 language code for localized infoType friendly
|
||||||
# names. If omitted, or if localized strings are not available,
|
# names. If omitted, or if localized strings are not available,
|
||||||
# en-US strings will be returned.
|
# en-US strings will be returned.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
|
@ -250,7 +250,7 @@ module Google
|
||||||
# The geographic location where deidentifications templates will be retrieved
|
# The geographic location where deidentifications templates will be retrieved
|
||||||
# from. Use `-` for all locations. Reserved for future extensions.
|
# from. Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -261,10 +261,10 @@ module Google
|
||||||
# - `name`: corresponds to template's name.
|
# - `name`: corresponds to template's name.
|
||||||
# - `display_name`: corresponds to template's display name.
|
# - `display_name`: corresponds to template's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListDeidentifyTemplates`.
|
# to `ListDeidentifyTemplates`.
|
||||||
# @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.
|
||||||
|
@ -448,7 +448,7 @@ module Google
|
||||||
# The geographic location where inspection templates will be retrieved from.
|
# The geographic location where inspection templates will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -459,10 +459,10 @@ module Google
|
||||||
# - `name`: corresponds to template's name.
|
# - `name`: corresponds to template's name.
|
||||||
# - `display_name`: corresponds to template's display name.
|
# - `display_name`: corresponds to template's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListInspectTemplates`.
|
# to `ListInspectTemplates`.
|
||||||
# @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.
|
||||||
|
@ -652,7 +652,7 @@ module Google
|
||||||
# The geographic location where deidentifications templates will be retrieved
|
# The geographic location where deidentifications templates will be retrieved
|
||||||
# from. Use `-` for all locations. Reserved for future extensions.
|
# from. Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -663,10 +663,10 @@ module Google
|
||||||
# - `name`: corresponds to template's name.
|
# - `name`: corresponds to template's name.
|
||||||
# - `display_name`: corresponds to template's display name.
|
# - `display_name`: corresponds to template's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListDeidentifyTemplates`.
|
# to `ListDeidentifyTemplates`.
|
||||||
# @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.
|
||||||
|
@ -854,7 +854,7 @@ module Google
|
||||||
# The geographic location where inspection templates will be retrieved from.
|
# The geographic location where inspection templates will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -865,10 +865,10 @@ module Google
|
||||||
# - `name`: corresponds to template's name.
|
# - `name`: corresponds to template's name.
|
||||||
# - `display_name`: corresponds to template's display name.
|
# - `display_name`: corresponds to template's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListInspectTemplates`.
|
# to `ListInspectTemplates`.
|
||||||
# @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.
|
||||||
|
@ -1056,7 +1056,7 @@ module Google
|
||||||
# The geographic location where stored infoTypes will be retrieved from.
|
# The geographic location where stored infoTypes will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -1068,10 +1068,10 @@ module Google
|
||||||
# - `name`: corresponds to resource name.
|
# - `name`: corresponds to resource name.
|
||||||
# - `display_name`: corresponds to info type's display name.
|
# - `display_name`: corresponds to info type's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListStoredInfoTypes`.
|
# to `ListStoredInfoTypes`.
|
||||||
# @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.
|
||||||
|
@ -1257,7 +1257,7 @@ module Google
|
||||||
# The geographic location where stored infoTypes will be retrieved from.
|
# The geographic location where stored infoTypes will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -1269,10 +1269,10 @@ module Google
|
||||||
# - `name`: corresponds to resource name.
|
# - `name`: corresponds to resource name.
|
||||||
# - `display_name`: corresponds to info type's display name.
|
# - `display_name`: corresponds to info type's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListStoredInfoTypes`.
|
# to `ListStoredInfoTypes`.
|
||||||
# @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.
|
||||||
|
@ -1575,7 +1575,7 @@ module Google
|
||||||
# The geographic location where deidentifications templates will be retrieved
|
# The geographic location where deidentifications templates will be retrieved
|
||||||
# from. Use `-` for all locations. Reserved for future extensions.
|
# from. Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -1586,10 +1586,10 @@ module Google
|
||||||
# - `name`: corresponds to template's name.
|
# - `name`: corresponds to template's name.
|
||||||
# - `display_name`: corresponds to template's display name.
|
# - `display_name`: corresponds to template's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListDeidentifyTemplates`.
|
# to `ListDeidentifyTemplates`.
|
||||||
# @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.
|
||||||
|
@ -1807,12 +1807,12 @@ module Google
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# Required. The parent resource name, for example projects/my-project-id.
|
# Required. The parent resource name, for example projects/my-project-id.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Optional. Allows filtering.
|
# Allows filtering.
|
||||||
# Supported syntax:
|
# Supported syntax:
|
||||||
# * Filter expressions are made up of one or more restrictions.
|
# * Filter expressions are made up of one or more restrictions.
|
||||||
# * Restrictions can be combined by `AND` or `OR` logical operators. A
|
# * Restrictions can be combined by `AND` or `OR` logical operators. A
|
||||||
# sequence of restrictions implicitly uses `AND`.
|
# sequence of restrictions implicitly uses `AND`.
|
||||||
# * A restriction has the form of `<field> <operator> <value>`.
|
# * A restriction has the form of ``field` `operator` `value``.
|
||||||
# * Supported fields/values for inspect jobs:
|
# * Supported fields/values for inspect jobs:
|
||||||
# - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED
|
# - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED
|
||||||
# - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
|
# - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
|
||||||
|
@ -1834,7 +1834,7 @@ module Google
|
||||||
# The geographic location where jobs will be retrieved from.
|
# The geographic location where jobs will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -2035,7 +2035,7 @@ module Google
|
||||||
# The geographic location where inspection templates will be retrieved from.
|
# The geographic location where inspection templates will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -2046,10 +2046,10 @@ module Google
|
||||||
# - `name`: corresponds to template's name.
|
# - `name`: corresponds to template's name.
|
||||||
# - `display_name`: corresponds to template's display name.
|
# - `display_name`: corresponds to template's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListInspectTemplates`.
|
# to `ListInspectTemplates`.
|
||||||
# @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.
|
||||||
|
@ -2257,12 +2257,12 @@ module Google
|
||||||
# @param [String] parent
|
# @param [String] parent
|
||||||
# Required. The parent resource name, for example `projects/my-project-id`.
|
# Required. The parent resource name, for example `projects/my-project-id`.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Optional. Allows filtering.
|
# Allows filtering.
|
||||||
# Supported syntax:
|
# Supported syntax:
|
||||||
# * Filter expressions are made up of one or more restrictions.
|
# * Filter expressions are made up of one or more restrictions.
|
||||||
# * Restrictions can be combined by `AND` or `OR` logical operators. A
|
# * Restrictions can be combined by `AND` or `OR` logical operators. A
|
||||||
# sequence of restrictions implicitly uses `AND`.
|
# sequence of restrictions implicitly uses `AND`.
|
||||||
# * A restriction has the form of `<field> <operator> <value>`.
|
# * A restriction has the form of ``field` `operator` `value``.
|
||||||
# * Supported fields/values for inspect jobs:
|
# * Supported fields/values for inspect jobs:
|
||||||
# - `status` - HEALTHY|PAUSED|CANCELLED
|
# - `status` - HEALTHY|PAUSED|CANCELLED
|
||||||
# - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
|
# - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
|
||||||
|
@ -2280,7 +2280,7 @@ module Google
|
||||||
# The geographic location where job triggers will be retrieved from.
|
# The geographic location where job triggers will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of triggeredJob fields to order by,
|
# Comma separated list of triggeredJob fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -2293,9 +2293,9 @@ module Google
|
||||||
# - `display_name`: corresponds to JobTrigger's display name.
|
# - `display_name`: corresponds to JobTrigger's display name.
|
||||||
# - `status`: corresponds to JobTrigger's status.
|
# - `status`: corresponds to JobTrigger's status.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by a server.
|
# Size of the page, can be limited by a server.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to ListJobTriggers. `order_by` field must not
|
# to ListJobTriggers. `order_by` field must not
|
||||||
# change for subsequent calls.
|
# change for subsequent calls.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
|
@ -2613,7 +2613,7 @@ module Google
|
||||||
# The geographic location where deidentifications templates will be retrieved
|
# The geographic location where deidentifications templates will be retrieved
|
||||||
# from. Use `-` for all locations. Reserved for future extensions.
|
# from. Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -2624,10 +2624,10 @@ module Google
|
||||||
# - `name`: corresponds to template's name.
|
# - `name`: corresponds to template's name.
|
||||||
# - `display_name`: corresponds to template's display name.
|
# - `display_name`: corresponds to template's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListDeidentifyTemplates`.
|
# to `ListDeidentifyTemplates`.
|
||||||
# @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.
|
||||||
|
@ -2852,12 +2852,12 @@ module Google
|
||||||
# The geographic location where jobs will be retrieved from.
|
# The geographic location where jobs will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Optional. Allows filtering.
|
# Allows filtering.
|
||||||
# Supported syntax:
|
# Supported syntax:
|
||||||
# * Filter expressions are made up of one or more restrictions.
|
# * Filter expressions are made up of one or more restrictions.
|
||||||
# * Restrictions can be combined by `AND` or `OR` logical operators. A
|
# * Restrictions can be combined by `AND` or `OR` logical operators. A
|
||||||
# sequence of restrictions implicitly uses `AND`.
|
# sequence of restrictions implicitly uses `AND`.
|
||||||
# * A restriction has the form of `<field> <operator> <value>`.
|
# * A restriction has the form of ``field` `operator` `value``.
|
||||||
# * Supported fields/values for inspect jobs:
|
# * Supported fields/values for inspect jobs:
|
||||||
# - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED
|
# - `state` - PENDING|RUNNING|CANCELED|FINISHED|FAILED
|
||||||
# - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
|
# - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
|
||||||
|
@ -2876,7 +2876,7 @@ module Google
|
||||||
# * end_time > \"2017-12-12T00:00:00+00:00\"
|
# * end_time > \"2017-12-12T00:00:00+00:00\"
|
||||||
# The length of this field should be no more than 500 characters.
|
# The length of this field should be no more than 500 characters.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -3085,7 +3085,7 @@ module Google
|
||||||
# The geographic location where inspection templates will be retrieved from.
|
# The geographic location where inspection templates will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -3096,10 +3096,10 @@ module Google
|
||||||
# - `name`: corresponds to template's name.
|
# - `name`: corresponds to template's name.
|
||||||
# - `display_name`: corresponds to template's display name.
|
# - `display_name`: corresponds to template's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListInspectTemplates`.
|
# to `ListInspectTemplates`.
|
||||||
# @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.
|
||||||
|
@ -3314,12 +3314,12 @@ module Google
|
||||||
# The geographic location where job triggers will be retrieved from.
|
# The geographic location where job triggers will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] filter
|
# @param [String] filter
|
||||||
# Optional. Allows filtering.
|
# Allows filtering.
|
||||||
# Supported syntax:
|
# Supported syntax:
|
||||||
# * Filter expressions are made up of one or more restrictions.
|
# * Filter expressions are made up of one or more restrictions.
|
||||||
# * Restrictions can be combined by `AND` or `OR` logical operators. A
|
# * Restrictions can be combined by `AND` or `OR` logical operators. A
|
||||||
# sequence of restrictions implicitly uses `AND`.
|
# sequence of restrictions implicitly uses `AND`.
|
||||||
# * A restriction has the form of `<field> <operator> <value>`.
|
# * A restriction has the form of ``field` `operator` `value``.
|
||||||
# * Supported fields/values for inspect jobs:
|
# * Supported fields/values for inspect jobs:
|
||||||
# - `status` - HEALTHY|PAUSED|CANCELLED
|
# - `status` - HEALTHY|PAUSED|CANCELLED
|
||||||
# - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
|
# - `inspected_storage` - DATASTORE|CLOUD_STORAGE|BIGQUERY
|
||||||
|
@ -3334,7 +3334,7 @@ module Google
|
||||||
# * last_run_time > \"2017-12-12T00:00:00+00:00\"
|
# * last_run_time > \"2017-12-12T00:00:00+00:00\"
|
||||||
# The length of this field should be no more than 500 characters.
|
# The length of this field should be no more than 500 characters.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of triggeredJob fields to order by,
|
# Comma separated list of triggeredJob fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -3347,9 +3347,9 @@ module Google
|
||||||
# - `display_name`: corresponds to JobTrigger's display name.
|
# - `display_name`: corresponds to JobTrigger's display name.
|
||||||
# - `status`: corresponds to JobTrigger's status.
|
# - `status`: corresponds to JobTrigger's status.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by a server.
|
# Size of the page, can be limited by a server.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to ListJobTriggers. `order_by` field must not
|
# to ListJobTriggers. `order_by` field must not
|
||||||
# change for subsequent calls.
|
# change for subsequent calls.
|
||||||
# @param [String] fields
|
# @param [String] fields
|
||||||
|
@ -3538,7 +3538,7 @@ module Google
|
||||||
# The geographic location where stored infoTypes will be retrieved from.
|
# The geographic location where stored infoTypes will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -3550,10 +3550,10 @@ module Google
|
||||||
# - `name`: corresponds to resource name.
|
# - `name`: corresponds to resource name.
|
||||||
# - `display_name`: corresponds to info type's display name.
|
# - `display_name`: corresponds to info type's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListStoredInfoTypes`.
|
# to `ListStoredInfoTypes`.
|
||||||
# @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.
|
||||||
|
@ -3739,7 +3739,7 @@ module Google
|
||||||
# The geographic location where stored infoTypes will be retrieved from.
|
# The geographic location where stored infoTypes will be retrieved from.
|
||||||
# Use `-` for all locations. Reserved for future extensions.
|
# Use `-` for all locations. Reserved for future extensions.
|
||||||
# @param [String] order_by
|
# @param [String] order_by
|
||||||
# Optional comma separated list of fields to order by,
|
# Comma separated list of fields to order by,
|
||||||
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
# followed by `asc` or `desc` postfix. This list is case-insensitive,
|
||||||
# default sorting order is ascending, redundant space characters are
|
# default sorting order is ascending, redundant space characters are
|
||||||
# insignificant.
|
# insignificant.
|
||||||
|
@ -3751,10 +3751,10 @@ module Google
|
||||||
# - `name`: corresponds to resource name.
|
# - `name`: corresponds to resource name.
|
||||||
# - `display_name`: corresponds to info type's display name.
|
# - `display_name`: corresponds to info type's display name.
|
||||||
# @param [Fixnum] page_size
|
# @param [Fixnum] page_size
|
||||||
# Optional size of the page, can be limited by server. If zero server returns
|
# Size of the page, can be limited by server. If zero server returns
|
||||||
# a page of max size 100.
|
# a page of max size 100.
|
||||||
# @param [String] page_token
|
# @param [String] page_token
|
||||||
# Optional page token to continue retrieval. Comes from previous call
|
# Page token to continue retrieval. Comes from previous call
|
||||||
# to `ListStoredInfoTypes`.
|
# to `ListStoredInfoTypes`.
|
||||||
# @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.
|
||||||
|
|
|
@ -26,7 +26,7 @@ module Google
|
||||||
# @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview
|
# @see https://console.cloud.google.com/apis/api/securitycenter.googleapis.com/overview
|
||||||
module SecuritycenterV1
|
module SecuritycenterV1
|
||||||
VERSION = 'V1'
|
VERSION = 'V1'
|
||||||
REVISION = '20191213'
|
REVISION = '20200102'
|
||||||
|
|
||||||
# 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'
|
||||||
|
|
|
@ -624,9 +624,12 @@ module Google
|
||||||
# * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=`
|
# * resource_properties: `=`, `:`, `>`, `<`, `>=`, `<=`
|
||||||
# * security_marks.marks: `=`, `:`
|
# * security_marks.marks: `=`, `:`
|
||||||
# * security_center_properties.resource_name: `=`, `:`
|
# * security_center_properties.resource_name: `=`, `:`
|
||||||
|
# * security_center_properties.resource_display_name: `=`, `:`
|
||||||
# * security_center_properties.resource_type: `=`, `:`
|
# * security_center_properties.resource_type: `=`, `:`
|
||||||
# * security_center_properties.resource_parent: `=`, `:`
|
# * security_center_properties.resource_parent: `=`, `:`
|
||||||
|
# * security_center_properties.resource_parent_display_name: `=`, `:`
|
||||||
# * security_center_properties.resource_project: `=`, `:`
|
# * security_center_properties.resource_project: `=`, `:`
|
||||||
|
# * security_center_properties.resource_project_display_name: `=`, `:`
|
||||||
# * security_center_properties.resource_owners: `=`, `:`
|
# * security_center_properties.resource_owners: `=`, `:`
|
||||||
# For example, `resource_properties.size = 100` is a valid filter string.
|
# For example, `resource_properties.size = 100` is a valid filter string.
|
||||||
# Corresponds to the JSON property `filter`
|
# Corresponds to the JSON property `filter`
|
||||||
|
@ -641,10 +644,14 @@ module Google
|
||||||
# project".
|
# project".
|
||||||
# The following fields are supported when compare_duration is not set:
|
# The following fields are supported when compare_duration is not set:
|
||||||
# * security_center_properties.resource_project
|
# * security_center_properties.resource_project
|
||||||
|
# * security_center_properties.resource_project_display_name
|
||||||
# * security_center_properties.resource_type
|
# * security_center_properties.resource_type
|
||||||
# * security_center_properties.resource_parent
|
# * security_center_properties.resource_parent
|
||||||
|
# * security_center_properties.resource_parent_display_name
|
||||||
# The following fields are supported when compare_duration is set:
|
# The following fields are supported when compare_duration is set:
|
||||||
# * security_center_properties.resource_type
|
# * security_center_properties.resource_type
|
||||||
|
# * security_center_properties.resource_project_display_name
|
||||||
|
# * security_center_properties.resource_parent_display_name
|
||||||
# Corresponds to the JSON property `groupBy`
|
# Corresponds to the JSON property `groupBy`
|
||||||
# @return [String]
|
# @return [String]
|
||||||
attr_accessor :group_by
|
attr_accessor :group_by
|
||||||
|
|
Loading…
Reference in New Issue