Class: Google::Cloud::Dataplex::V1::ListEntitiesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/metadata.rb

Overview

List metadata entities response.

Instance Attribute Summary collapse

Instance Attribute Details

#entities::Array<::Google::Cloud::Dataplex::V1::Entity>

Returns Entities in the specified parent zone.

Returns:



127
128
129
130
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 127

class ListEntitiesResponse
  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 remaining results in the list.

Returns:

  • (::String)

    Token to retrieve the next page of results, or empty if there are no remaining results in the list.



127
128
129
130
# File 'proto_docs/google/cloud/dataplex/v1/metadata.rb', line 127

class ListEntitiesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end