Class: Google::Privacy::Dlp::V2beta1::ListRootCategoriesRequest
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::ListRootCategoriesRequest
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Request for root categories of Info Types supported by the API. Example values might include "FINANCE", "HEALTH", "FAST", "DEFAULT".
Instance Attribute Summary collapse
-
#language_code ⇒ String
Optional language code for localized friendly category names.
Instance Attribute Details
#language_code ⇒ String
Returns Optional language code for localized friendly category names. If omitted or if localized strings are not available, en-US strings will be returned.
478 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 478 class ListRootCategoriesRequest; end |