Class: Google::Cloud::Dataplex::V1::ListActionsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#actions::Array<::Google::Cloud::Dataplex::V1::Action>

Returns Actions under the given parent lake/zone/asset.

Returns:



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.

Returns:

  • (::String)

    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