lib/google/apis/dlp_v2/service.rb in google-apis-dlp_v2-0.78.0 vs lib/google/apis/dlp_v2/service.rb in google-apis-dlp_v2-0.79.0

- old
+ new

@@ -50,13 +50,13 @@ client_name: 'google-apis-dlp_v2', client_version: Google::Apis::DlpV2::GEM_VERSION) @batch_path = 'batch' end - # Returns a list of the sensitive information types that DLP API supports. See - # https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to - # learn more. + # Returns a list of the sensitive information types that the DLP API supports. + # See https://cloud.google.com/sensitive-data-protection/docs/infotypes- + # reference to learn more. # @param [String] filter # filter to only return infoTypes supported by certain parts of the API. # Defaults to supported_by=INSPECT. # @param [String] language_code # BCP-47 language code for localized infoType friendly names. If omitted, or if @@ -94,12 +94,12 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Returns a list of the sensitive information types that DLP API supports. See - # https://cloud.google.com/sensitive-data-protection/docs/infotypes-reference to - # learn more. + # Returns a list of the sensitive information types that the DLP API supports. + # See https://cloud.google.com/sensitive-data-protection/docs/infotypes- + # reference to learn more. # @param [String] parent # The parent resource name. The format of this value is as follows: `locations/` # location_id`` # @param [String] filter # filter to only return infoTypes supported by certain parts of the API.