Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::SearchEntriesResponse.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#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.
#results
def results() -> ::Array<::Google::Cloud::Dataplex::V1::SearchEntriesResult>
Returns
- (::Array<::Google::Cloud::Dataplex::V1::SearchEntriesResult>) — The results matching the search query.
#results=
def results=(value) -> ::Array<::Google::Cloud::Dataplex::V1::SearchEntriesResult>
Parameter
- value (::Array<::Google::Cloud::Dataplex::V1::SearchEntriesResult>) — The results matching the search query.
Returns
- (::Array<::Google::Cloud::Dataplex::V1::SearchEntriesResult>) — The results matching the search query.
#total_size
def total_size() -> ::Integer
Returns
- (::Integer) — The estimated total number of matching entries. Not guaranteed to be accurate.
#total_size=
def total_size=(value) -> ::Integer
Parameter
- value (::Integer) — The estimated total number of matching entries. Not guaranteed to be accurate.
Returns
- (::Integer) — The estimated total number of matching entries. Not guaranteed to be accurate.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Unreachable locations. Search results don't include data from those locations.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Unreachable locations. Search results don't include data from those locations.
Returns
- (::Array<::String>) — Unreachable locations. Search results don't include data from those locations.