Class: Google::Cloud::Dataplex::V1::ListActionsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::ListActionsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/service.rb
Overview
List actions response.
Instance Attribute Summary collapse
-
#actions ⇒ ::Array<::Google::Cloud::Dataplex::V1::Action>
Actions under the given parent lake/zone/asset.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#actions ⇒ ::Array<::Google::Cloud::Dataplex::V1::Action>
Returns Actions under the given parent lake/zone/asset.
151 152 153 154 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 151 class ListActionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
151 152 153 154 |
# File 'proto_docs/google/cloud/dataplex/v1/service.rb', line 151 class ListActionsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |