diff --git a/generated/google-apis-dlp_v2/CHANGELOG.md b/generated/google-apis-dlp_v2/CHANGELOG.md index 6d8b0f2b234..a3a9c1b502e 100644 --- a/generated/google-apis-dlp_v2/CHANGELOG.md +++ b/generated/google-apis-dlp_v2/CHANGELOG.md @@ -1,8 +1,8 @@ # Release history for google-apis-dlp_v2 -### v0.53.0 (2023-10-22) +### v0.53.0 (2023-10-29) -* Regenerated from discovery document revision 20231015 +* Regenerated from discovery document revision 20231022 ### v0.52.0 (2023-10-15) diff --git a/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/classes.rb b/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/classes.rb index 3cfc354bba7..399b0ba67db 100644 --- a/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/classes.rb +++ b/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/classes.rb @@ -297,7 +297,7 @@ def update!(**args) end end - # Target used to match against for Discovery with BigQuery tables + # Target used to match against for discovery with BigQuery tables class GooglePrivacyDlpV2BigQueryDiscoveryTarget include Google::Apis::Core::Hashable @@ -308,22 +308,23 @@ class GooglePrivacyDlpV2BigQueryDiscoveryTarget # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryGenerationCadence] attr_accessor :cadence - # Requirements that must be true before a table is scanned in Discovery for the + # Requirements that must be true before a table is scanned in discovery for the # first time. There is an AND relationship between the top-level attributes. + # Additionally, minimum conditions with an OR relationship that must be met + # before Cloud DLP scans a table can be set (like a minimum row count or a + # minimum table age). # Corresponds to the JSON property `conditions` # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryBigQueryConditions] attr_accessor :conditions - # Do nothing. + # Do not profile the tables. # Corresponds to the JSON property `disabled` # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Disabled] attr_accessor :disabled # Determines what tables will have profiles generated within an organization or # project. Includes the ability to filter by regular expression patterns on - # project ID, dataset ID, and table ID. Also lets you set minimum conditions - # that must be met before Cloud DLP scans a table (like a minimum row count or a - # minimum table age). + # project ID, dataset ID, and table ID. # Corresponds to the JSON property `filter` # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryBigQueryFilter] attr_accessor :filter @@ -579,11 +580,11 @@ def update!(**args) end end - # The types of bigquery tables supported by Cloud DLP. + # The types of BigQuery tables supported by Cloud DLP. class GooglePrivacyDlpV2BigQueryTableTypes include Google::Apis::Core::Hashable - # A set of bigquery table types. + # A set of BigQuery table types. # Corresponds to the JSON property `types` # @return [Array] attr_accessor :types @@ -1515,7 +1516,7 @@ def update!(**args) class GooglePrivacyDlpV2CreateDiscoveryConfigRequest include Google::Apis::Core::Hashable - # The config id can contain uppercase and lowercase letters, numbers, and + # The config ID can contain uppercase and lowercase letters, numbers, and # hyphens; that is, it must match the regular expression: `[a-zA-Z\d-_]+`. The # maximum length is 100 characters. Can be empty to allow the system to generate # one. @@ -1523,8 +1524,8 @@ class GooglePrivacyDlpV2CreateDiscoveryConfigRequest # @return [String] attr_accessor :config_id - # Configuration for Discovery to scan resources for profile generation. Only one - # Discovery configuration may exist per organization, folder, or project. The + # Configuration for discovery to scan resources for profile generation. Only one + # discovery configuration may exist per organization, folder, or project. The # generated data profiles are retained according to the [data retention policy] ( # https://cloud.google.com/dlp/docs/data-profiles#retention). # Corresponds to the JSON property `discoveryConfig` @@ -2065,7 +2066,7 @@ class GooglePrivacyDlpV2DataProfileJobConfig # be copied to that region and used instead. If no global or region-specific # template is provided for a region with data, that region's data will not be # scanned. For more information, see https://cloud.google.com/dlp/docs/data- - # profiles#data_residency. + # profiles#data-residency. # Corresponds to the JSON property `inspectTemplates` # @return [Array] attr_accessor :inspect_templates @@ -2826,7 +2827,7 @@ def update!(**args) end end - # Do nothing. + # Do not profile the tables. class GooglePrivacyDlpV2Disabled include Google::Apis::Core::Hashable @@ -2839,8 +2840,11 @@ def update!(**args) end end - # Requirements that must be true before a table is scanned in Discovery for the + # Requirements that must be true before a table is scanned in discovery for the # first time. There is an AND relationship between the top-level attributes. + # Additionally, minimum conditions with an OR relationship that must be met + # before Cloud DLP scans a table can be set (like a minimum row count or a + # minimum table age). class GooglePrivacyDlpV2DiscoveryBigQueryConditions include Google::Apis::Core::Hashable @@ -2856,12 +2860,12 @@ class GooglePrivacyDlpV2DiscoveryBigQueryConditions # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2OrConditions] attr_accessor :or_conditions - # Restrict Discovery to categories of table types. + # Restrict discovery to categories of table types. # Corresponds to the JSON property `typeCollection` # @return [String] attr_accessor :type_collection - # The types of bigquery tables supported by Cloud DLP. + # The types of BigQuery tables supported by Cloud DLP. # Corresponds to the JSON property `types` # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryTableTypes] attr_accessor :types @@ -2881,9 +2885,7 @@ def update!(**args) # Determines what tables will have profiles generated within an organization or # project. Includes the ability to filter by regular expression patterns on - # project ID, dataset ID, and table ID. Also lets you set minimum conditions - # that must be met before Cloud DLP scans a table (like a minimum row count or a - # minimum table age). + # project ID, dataset ID, and table ID. class GooglePrivacyDlpV2DiscoveryBigQueryFilter include Google::Apis::Core::Hashable @@ -2910,8 +2912,8 @@ def update!(**args) end end - # Configuration for Discovery to scan resources for profile generation. Only one - # Discovery configuration may exist per organization, folder, or project. The + # Configuration for discovery to scan resources for profile generation. Only one + # discovery configuration may exist per organization, folder, or project. The # generated data profiles are retained according to the [data retention policy] ( # https://cloud.google.com/dlp/docs/data-profiles#retention). class GooglePrivacyDlpV2DiscoveryConfig @@ -2948,8 +2950,8 @@ class GooglePrivacyDlpV2DiscoveryConfig # template is specified, but a "global" template is specified, it will be copied # to that region and used instead. If no global or region-specific template is # provided for a region with data, that region's data will not be scanned. For - # more information, see https://cloud.google.com/dlp/docs/data-profiles# - # data_residency. + # more information, see https://cloud.google.com/dlp/docs/data-profiles#data- + # residency. # Corresponds to the JSON property `inspectTemplates` # @return [Array] attr_accessor :inspect_templates @@ -3060,7 +3062,7 @@ def update!(**args) end end - # The location to begin a Discovery scan. Denotes an organization ID or folder + # The location to begin a discovery scan. Denotes an organization ID or folder # ID within an organization. class GooglePrivacyDlpV2DiscoveryStartingLocation include Google::Apis::Core::Hashable @@ -3117,7 +3119,7 @@ def update!(**args) class GooglePrivacyDlpV2DiscoveryTarget include Google::Apis::Core::Hashable - # Target used to match against for Discovery with BigQuery tables + # Target used to match against for discovery with BigQuery tables # Corresponds to the JSON property `bigQueryTarget` # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2BigQueryDiscoveryTarget] attr_accessor :big_query_target @@ -5458,8 +5460,8 @@ class GooglePrivacyDlpV2ListDeidentifyTemplatesResponse # @return [Array] attr_accessor :deidentify_templates - # If the next page is available then the next page token to be used in following - # ListDeidentifyTemplates request. + # If the next page is available then the next page token to be used in the + # following ListDeidentifyTemplates request. # Corresponds to the JSON property `nextPageToken` # @return [String] attr_accessor :next_page_token @@ -5484,8 +5486,8 @@ class GooglePrivacyDlpV2ListDiscoveryConfigsResponse # @return [Array] attr_accessor :discovery_configs - # If the next page is available then the next page token to be used in following - # ListDiscoveryConfigs request. + # If the next page is available then the next page token to be used in the + # following ListDiscoveryConfigs request. # Corresponds to the JSON property `nextPageToken` # @return [String] attr_accessor :next_page_token @@ -5554,8 +5556,8 @@ class GooglePrivacyDlpV2ListInspectTemplatesResponse # @return [Array] attr_accessor :inspect_templates - # If the next page is available then the next page token to be used in following - # ListInspectTemplates request. + # If the next page is available then the next page token to be used in the + # following ListInspectTemplates request. # Corresponds to the JSON property `nextPageToken` # @return [String] attr_accessor :next_page_token @@ -5580,8 +5582,8 @@ class GooglePrivacyDlpV2ListJobTriggersResponse # @return [Array] attr_accessor :job_triggers - # If the next page is available then the next page token to be used in following - # ListJobTriggers request. + # If the next page is available then the next page token to be used in the + # following ListJobTriggers request. # Corresponds to the JSON property `nextPageToken` # @return [String] attr_accessor :next_page_token @@ -5601,8 +5603,8 @@ def update!(**args) class GooglePrivacyDlpV2ListStoredInfoTypesResponse include Google::Apis::Core::Hashable - # If the next page is available then the next page token to be used in following - # ListStoredInfoTypes request. + # If the next page is available then the next page token to be used in the + # following ListStoredInfoTypes request. # Corresponds to the JSON property `nextPageToken` # @return [String] attr_accessor :next_page_token @@ -5792,7 +5794,7 @@ def update!(**args) class GooglePrivacyDlpV2OrgConfig include Google::Apis::Core::Hashable - # The location to begin a Discovery scan. Denotes an organization ID or folder + # The location to begin a discovery scan. Denotes an organization ID or folder # ID within an organization. # Corresponds to the JSON property `location` # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2DiscoveryStartingLocation] @@ -8380,8 +8382,8 @@ def update!(**args) class GooglePrivacyDlpV2UpdateDiscoveryConfigRequest include Google::Apis::Core::Hashable - # Configuration for Discovery to scan resources for profile generation. Only one - # Discovery configuration may exist per organization, folder, or project. The + # Configuration for discovery to scan resources for profile generation. Only one + # discovery configuration may exist per organization, folder, or project. The # generated data profiles are retained according to the [data retention policy] ( # https://cloud.google.com/dlp/docs/data-profiles#retention). # Corresponds to the JSON property `discoveryConfig` diff --git a/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/gem_version.rb b/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/gem_version.rb index da558178b72..9d91bc48ee2 100644 --- a/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/gem_version.rb +++ b/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/gem_version.rb @@ -22,7 +22,7 @@ module DlpV2 GENERATOR_VERSION = "0.12.0" # Revision of the discovery document this client was generated from - REVISION = "20231015" + REVISION = "20231022" end end end diff --git a/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/service.rb b/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/service.rb index f6d6777bd2f..e2fc0395d1e 100644 --- a/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/service.rb +++ b/generated/google-apis-dlp_v2/lib/google/apis/dlp_v2/service.rb @@ -266,17 +266,17 @@ def get_organization_deidentify_template(name, fields: nil, quota_user: nil, opt # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc,update_time, + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc,update_time, # create_time desc` Supported fields are: - `create_time`: corresponds to the # time the template was created. - `update_time`: corresponds to the time the # template was last updated. - `name`: corresponds to the template's name. - ` # display_name`: corresponds to the template's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListDeidentifyTemplates`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -474,17 +474,17 @@ def get_organization_inspect_template(name, fields: nil, quota_user: nil, option # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc,update_time, + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc,update_time, # create_time desc` Supported fields are: - `create_time`: corresponds to the # time the template was created. - `update_time`: corresponds to the time the # template was last updated. - `name`: corresponds to the template's name. - ` # display_name`: corresponds to the template's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListInspectTemplates`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -682,17 +682,17 @@ def get_organization_location_deidentify_template(name, fields: nil, quota_user: # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc,update_time, + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc,update_time, # create_time desc` Supported fields are: - `create_time`: corresponds to the # time the template was created. - `update_time`: corresponds to the time the # template was last updated. - `name`: corresponds to the template's name. - ` # display_name`: corresponds to the template's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListDeidentifyTemplates`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -761,7 +761,7 @@ def patch_organization_location_deidentify_template(name, google_privacy_dlp_v2_ execute_or_queue_command(command, &block) end - # Creates a config for Discovery to scan and profile storage. + # Creates a config for discovery to scan and profile storage. # @param [String] parent # Required. Parent resource name. The format of this value is as follows: ` # projects/`PROJECT_ID`/locations/`LOCATION_ID The following example `parent` @@ -798,7 +798,7 @@ def create_organization_location_discovery_config(parent, google_privacy_dlp_v2_ execute_or_queue_command(command, &block) end - # Deletes a Discovery configuration. + # Deletes a discovery configuration. # @param [String] name # Required. Resource name of the project and the config, for example `projects/ # dlp-test-project/discoveryConfigs/53234423`. @@ -829,7 +829,7 @@ def delete_organization_location_discovery_config(name, fields: nil, quota_user: execute_or_queue_command(command, &block) end - # Gets a Discovery configuration. + # Gets a discovery configuration. # @param [String] name # Required. Resource name of the project and the configuration, for example ` # projects/dlp-test-project/discoveryConfigs/53234423`. @@ -860,7 +860,7 @@ def get_organization_location_discovery_config(name, fields: nil, quota_user: ni execute_or_queue_command(command, &block) end - # Lists Discovery configurations. + # Lists discovery configurations. # @param [String] parent # Required. Parent resource name. The format of this value is as follows: ` # projects/`PROJECT_ID`/locations/`LOCATION_ID The following example `parent` @@ -869,15 +869,15 @@ def get_organization_location_discovery_config(name, fields: nil, quota_user: ni # example-project/locations/europe-west3 # @param [String] order_by # Comma separated list of config fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc,update_time, + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc,update_time, # create_time desc` Supported fields are: - `last_run_time`: corresponds to the # last time the DiscoveryConfig ran. - `name`: corresponds to the # DiscoveryConfig's name. - `status`: corresponds to DiscoveryConfig's status. # @param [Fixnum] page_size - # Size of the page, can be limited by a server. + # Size of the page. This value can be limited by a server. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to + # Page token to continue retrieval. Comes from the previous call to # ListDiscoveryConfigs. `order_by` field must not change for subsequent calls. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -909,7 +909,7 @@ def list_organization_location_discovery_configs(parent, order_by: nil, page_siz execute_or_queue_command(command, &block) end - # Updates a Discovery configuration. + # Updates a discovery configuration. # @param [String] name # Required. Resource name of the project and the configuration, for example ` # projects/dlp-test-project/discoveryConfigs/53234423`. @@ -976,11 +976,12 @@ def patch_organization_location_discovery_config(name, google_privacy_dlp_v2_upd # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc, end_time asc, - # create_time desc` Supported fields are: - `create_time`: corresponds to the - # time the job was created. - `end_time`: corresponds to the time the job ended. - # - `name`: corresponds to the job's name. - `state`: corresponds to `state` + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc, end_time + # asc, create_time desc` Supported fields are: - `create_time`: corresponds to + # the time the job was created. - `end_time`: corresponds to the time the job + # ended. - `name`: corresponds to the job's name. - `state`: corresponds to ` + # state` # @param [Fixnum] page_size # The standard list page size. # @param [String] page_token @@ -1149,17 +1150,17 @@ def get_organization_location_inspect_template(name, fields: nil, quota_user: ni # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc,update_time, + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc,update_time, # create_time desc` Supported fields are: - `create_time`: corresponds to the # time the template was created. - `update_time`: corresponds to the time the # template was last updated. - `name`: corresponds to the template's name. - ` # display_name`: corresponds to the template's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListInspectTemplates`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -1364,8 +1365,8 @@ def get_organization_location_job_trigger(name, fields: nil, quota_user: nil, op # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of triggeredJob fields to order by, followed by `asc` or ` - # desc` postfix. This list is case-insensitive, default sorting order is - # ascending, redundant space characters are insignificant. Example: `name asc, + # desc` postfix. This list is case insensitive. The default sorting order is + # ascending. Redundant space characters are insignificant. Example: `name asc, # update_time, create_time desc` Supported fields are: - `create_time`: # corresponds to the time the JobTrigger was created. - `update_time`: # corresponds to the time the JobTrigger was last updated. - `last_run_time`: @@ -1373,10 +1374,10 @@ def get_organization_location_job_trigger(name, fields: nil, quota_user: nil, op # JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display # name. - `status`: corresponds to JobTrigger's status. # @param [Fixnum] page_size - # Size of the page, can be limited by a server. + # Size of the page. This value can be limited by a server. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ListJobTriggers. - # `order_by` field must not change for subsequent calls. + # Page token to continue retrieval. Comes from the previous call to + # ListJobTriggers. `order_by` field must not change for subsequent calls. # @param [String] type # The type of jobs. Will use `DlpJobType.INSPECT` if not set. # @param [String] fields @@ -1573,17 +1574,17 @@ def get_organization_location_stored_info_type(name, fields: nil, quota_user: ni # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc, display_name, - # create_time desc` Supported fields are: - `create_time`: corresponds to the - # time the most recent version of the resource was created. - `state`: - # corresponds to the state of the resource. - `name`: corresponds to resource - # name. - `display_name`: corresponds to info type's display name. + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc, + # display_name, create_time desc` Supported fields are: - `create_time`: + # corresponds to the time the most recent version of the resource was created. - + # `state`: corresponds to the state of the resource. - `name`: corresponds to + # resource name. - `display_name`: corresponds to info type's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListStoredInfoTypes`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -1779,17 +1780,17 @@ def get_organization_stored_info_type(name, fields: nil, quota_user: nil, option # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc, display_name, - # create_time desc` Supported fields are: - `create_time`: corresponds to the - # time the most recent version of the resource was created. - `state`: - # corresponds to the state of the resource. - `name`: corresponds to resource - # name. - `display_name`: corresponds to info type's display name. + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc, + # display_name, create_time desc` Supported fields are: - `create_time`: + # corresponds to the time the most recent version of the resource was created. - + # `state`: corresponds to the state of the resource. - `name`: corresponds to + # resource name. - `display_name`: corresponds to info type's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListStoredInfoTypes`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -2120,17 +2121,17 @@ def get_project_deidentify_template(name, fields: nil, quota_user: nil, options: # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc,update_time, + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc,update_time, # create_time desc` Supported fields are: - `create_time`: corresponds to the # time the template was created. - `update_time`: corresponds to the time the # template was last updated. - `name`: corresponds to the template's name. - ` # display_name`: corresponds to the template's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListDeidentifyTemplates`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -2378,11 +2379,12 @@ def get_project_dlp_job(name, fields: nil, quota_user: nil, options: nil, &block # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc, end_time asc, - # create_time desc` Supported fields are: - `create_time`: corresponds to the - # time the job was created. - `end_time`: corresponds to the time the job ended. - # - `name`: corresponds to the job's name. - `state`: corresponds to `state` + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc, end_time + # asc, create_time desc` Supported fields are: - `create_time`: corresponds to + # the time the job was created. - `end_time`: corresponds to the time the job + # ended. - `name`: corresponds to the job's name. - `state`: corresponds to ` + # state` # @param [Fixnum] page_size # The standard list page size. # @param [String] page_token @@ -2596,17 +2598,17 @@ def get_project_inspect_template(name, fields: nil, quota_user: nil, options: ni # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc,update_time, + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc,update_time, # create_time desc` Supported fields are: - `create_time`: corresponds to the # time the template was created. - `update_time`: corresponds to the time the # template was last updated. - `name`: corresponds to the template's name. - ` # display_name`: corresponds to the template's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListInspectTemplates`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -2846,8 +2848,8 @@ def get_project_job_trigger(name, fields: nil, quota_user: nil, options: nil, &b # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of triggeredJob fields to order by, followed by `asc` or ` - # desc` postfix. This list is case-insensitive, default sorting order is - # ascending, redundant space characters are insignificant. Example: `name asc, + # desc` postfix. This list is case insensitive. The default sorting order is + # ascending. Redundant space characters are insignificant. Example: `name asc, # update_time, create_time desc` Supported fields are: - `create_time`: # corresponds to the time the JobTrigger was created. - `update_time`: # corresponds to the time the JobTrigger was last updated. - `last_run_time`: @@ -2855,10 +2857,10 @@ def get_project_job_trigger(name, fields: nil, quota_user: nil, options: nil, &b # JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display # name. - `status`: corresponds to JobTrigger's status. # @param [Fixnum] page_size - # Size of the page, can be limited by a server. + # Size of the page. This value can be limited by a server. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ListJobTriggers. - # `order_by` field must not change for subsequent calls. + # Page token to continue retrieval. Comes from the previous call to + # ListJobTriggers. `order_by` field must not change for subsequent calls. # @param [String] type # The type of jobs. Will use `DlpJobType.INSPECT` if not set. # @param [String] fields @@ -3190,17 +3192,17 @@ def get_project_location_deidentify_template(name, fields: nil, quota_user: nil, # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc,update_time, + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc,update_time, # create_time desc` Supported fields are: - `create_time`: corresponds to the # time the template was created. - `update_time`: corresponds to the time the # template was last updated. - `name`: corresponds to the template's name. - ` # display_name`: corresponds to the template's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListDeidentifyTemplates`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -3269,7 +3271,7 @@ def patch_project_location_deidentify_template(name, google_privacy_dlp_v2_updat execute_or_queue_command(command, &block) end - # Creates a config for Discovery to scan and profile storage. + # Creates a config for discovery to scan and profile storage. # @param [String] parent # Required. Parent resource name. The format of this value is as follows: ` # projects/`PROJECT_ID`/locations/`LOCATION_ID The following example `parent` @@ -3306,7 +3308,7 @@ def create_project_location_discovery_config(parent, google_privacy_dlp_v2_creat execute_or_queue_command(command, &block) end - # Deletes a Discovery configuration. + # Deletes a discovery configuration. # @param [String] name # Required. Resource name of the project and the config, for example `projects/ # dlp-test-project/discoveryConfigs/53234423`. @@ -3337,7 +3339,7 @@ def delete_project_location_discovery_config(name, fields: nil, quota_user: nil, execute_or_queue_command(command, &block) end - # Gets a Discovery configuration. + # Gets a discovery configuration. # @param [String] name # Required. Resource name of the project and the configuration, for example ` # projects/dlp-test-project/discoveryConfigs/53234423`. @@ -3368,7 +3370,7 @@ def get_project_location_discovery_config(name, fields: nil, quota_user: nil, op execute_or_queue_command(command, &block) end - # Lists Discovery configurations. + # Lists discovery configurations. # @param [String] parent # Required. Parent resource name. The format of this value is as follows: ` # projects/`PROJECT_ID`/locations/`LOCATION_ID The following example `parent` @@ -3377,15 +3379,15 @@ def get_project_location_discovery_config(name, fields: nil, quota_user: nil, op # example-project/locations/europe-west3 # @param [String] order_by # Comma separated list of config fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc,update_time, + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc,update_time, # create_time desc` Supported fields are: - `last_run_time`: corresponds to the # last time the DiscoveryConfig ran. - `name`: corresponds to the # DiscoveryConfig's name. - `status`: corresponds to DiscoveryConfig's status. # @param [Fixnum] page_size - # Size of the page, can be limited by a server. + # Size of the page. This value can be limited by a server. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to + # Page token to continue retrieval. Comes from the previous call to # ListDiscoveryConfigs. `order_by` field must not change for subsequent calls. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -3417,7 +3419,7 @@ def list_project_location_discovery_configs(parent, order_by: nil, page_size: ni execute_or_queue_command(command, &block) end - # Updates a Discovery configuration. + # Updates a discovery configuration. # @param [String] name # Required. Resource name of the project and the configuration, for example ` # projects/dlp-test-project/discoveryConfigs/53234423`. @@ -3699,11 +3701,12 @@ def hybrid_project_location_dlp_job_inspect(name, google_privacy_dlp_v2_hybrid_i # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc, end_time asc, - # create_time desc` Supported fields are: - `create_time`: corresponds to the - # time the job was created. - `end_time`: corresponds to the time the job ended. - # - `name`: corresponds to the job's name. - `state`: corresponds to `state` + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc, end_time + # asc, create_time desc` Supported fields are: - `create_time`: corresponds to + # the time the job was created. - `end_time`: corresponds to the time the job + # ended. - `name`: corresponds to the job's name. - `state`: corresponds to ` + # state` # @param [Fixnum] page_size # The standard list page size. # @param [String] page_token @@ -3917,17 +3920,17 @@ def get_project_location_inspect_template(name, fields: nil, quota_user: nil, op # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc,update_time, + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc,update_time, # create_time desc` Supported fields are: - `create_time`: corresponds to the # time the template was created. - `update_time`: corresponds to the time the # template was last updated. - `name`: corresponds to the template's name. - ` # display_name`: corresponds to the template's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListInspectTemplates`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -4203,8 +4206,8 @@ def hybrid_project_location_job_trigger_inspect(name, google_privacy_dlp_v2_hybr # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of triggeredJob fields to order by, followed by `asc` or ` - # desc` postfix. This list is case-insensitive, default sorting order is - # ascending, redundant space characters are insignificant. Example: `name asc, + # desc` postfix. This list is case insensitive. The default sorting order is + # ascending. Redundant space characters are insignificant. Example: `name asc, # update_time, create_time desc` Supported fields are: - `create_time`: # corresponds to the time the JobTrigger was created. - `update_time`: # corresponds to the time the JobTrigger was last updated. - `last_run_time`: @@ -4212,10 +4215,10 @@ def hybrid_project_location_job_trigger_inspect(name, google_privacy_dlp_v2_hybr # JobTrigger's name. - `display_name`: corresponds to the JobTrigger's display # name. - `status`: corresponds to JobTrigger's status. # @param [Fixnum] page_size - # Size of the page, can be limited by a server. + # Size of the page. This value can be limited by a server. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ListJobTriggers. - # `order_by` field must not change for subsequent calls. + # Page token to continue retrieval. Comes from the previous call to + # ListJobTriggers. `order_by` field must not change for subsequent calls. # @param [String] type # The type of jobs. Will use `DlpJobType.INSPECT` if not set. # @param [String] fields @@ -4412,17 +4415,17 @@ def get_project_location_stored_info_type(name, fields: nil, quota_user: nil, op # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc, display_name, - # create_time desc` Supported fields are: - `create_time`: corresponds to the - # time the most recent version of the resource was created. - `state`: - # corresponds to the state of the resource. - `name`: corresponds to resource - # name. - `display_name`: corresponds to info type's display name. + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc, + # display_name, create_time desc` Supported fields are: - `create_time`: + # corresponds to the time the most recent version of the resource was created. - + # `state`: corresponds to the state of the resource. - `name`: corresponds to + # resource name. - `display_name`: corresponds to info type's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListStoredInfoTypes`. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -4618,17 +4621,17 @@ def get_project_stored_info_type(name, fields: nil, quota_user: nil, options: ni # Deprecated. This field has no effect. # @param [String] order_by # Comma separated list of fields to order by, followed by `asc` or `desc` - # postfix. This list is case-insensitive, default sorting order is ascending, - # redundant space characters are insignificant. Example: `name asc, display_name, - # create_time desc` Supported fields are: - `create_time`: corresponds to the - # time the most recent version of the resource was created. - `state`: - # corresponds to the state of the resource. - `name`: corresponds to resource - # name. - `display_name`: corresponds to info type's display name. + # postfix. This list is case insensitive. The default sorting order is ascending. + # Redundant space characters are insignificant. Example: `name asc, + # display_name, create_time desc` Supported fields are: - `create_time`: + # corresponds to the time the most recent version of the resource was created. - + # `state`: corresponds to the state of the resource. - `name`: corresponds to + # resource name. - `display_name`: corresponds to info type's display name. # @param [Fixnum] page_size - # Size of the page, can be limited by the server. If zero server returns a page - # of max size 100. + # Size of the page. This value can be limited by the server. If zero server + # returns a page of max size 100. # @param [String] page_token - # Page token to continue retrieval. Comes from previous call to ` + # Page token to continue retrieval. Comes from the previous call to ` # ListStoredInfoTypes`. # @param [String] fields # Selector specifying which fields to include in a partial response.