Class: Google::Cloud::DataCatalog::V1::ListTaxonomiesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::ListTaxonomiesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb
Overview
Request message for ListTaxonomies.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Supported field for filter is 'service' and value is 'dataplex'.
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
The pagination token of the next results page.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
Returns Supported field for filter is 'service' and value is 'dataplex'. Eg: service=dataplex.
220 221 222 223 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 220 class ListTaxonomiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
Returns The maximum number of items to return. Must be a value between 1 and 1000 inclusively. If not set, defaults to 50.
220 221 222 223 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 220 class ListTaxonomiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The pagination token of the next results page. If not set, the first page is returned.
The token is returned in the response to a previous list request.
220 221 222 223 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 220 class ListTaxonomiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Resource name of the project to list the taxonomies of.
220 221 222 223 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb', line 220 class ListTaxonomiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |