Class: Google::Cloud::Dataplex::V1::ListEntryGroupsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListEntryGroupsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
List entryGroups request.
Instance Attribute Summary collapse
-
#filter ⇒ ::String
Optional.
-
#order_by ⇒ ::String
Optional.
-
#page_size ⇒ ::Integer
Optional.
-
#page_token ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#filter ⇒ ::String
597 598 599 600 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 597 class ListEntryGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#order_by ⇒ ::String
597 598 599 600 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 597 class ListEntryGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_size ⇒ ::Integer
597 598 599 600 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 597 class ListEntryGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
597 598 599 600 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 597 class ListEntryGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
597 598 599 600 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 597 class ListEntryGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |