Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::ListEntriesResponse.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entries
def entries() -> ::Array<::Google::Cloud::Dataplex::V1::Entry>
Returns
- (::Array<::Google::Cloud::Dataplex::V1::Entry>) — The list of entries.
#entries=
def entries=(value) -> ::Array<::Google::Cloud::Dataplex::V1::Entry>
Parameter
- value (::Array<::Google::Cloud::Dataplex::V1::Entry>) — The list of entries.
Returns
- (::Array<::Google::Cloud::Dataplex::V1::Entry>) — The list of entries.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — Pagination token.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — Pagination token.
Returns
- (::String) — Pagination token.