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) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — 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.
#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. This number isn't guaranteed to be accurate.
#total_size=
def total_size=(value) -> ::Integer
Parameter
- value (::Integer) — The estimated total number of matching entries. This number isn't guaranteed to be accurate.
Returns
- (::Integer) — The estimated total number of matching entries. This number isn't guaranteed to be accurate.
#unreachable
def unreachable() -> ::Array<::String>
Returns
- (::Array<::String>) — Locations that the service couldn't reach. Search results don't include data from these locations.
#unreachable=
def unreachable=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Locations that the service couldn't reach. Search results don't include data from these locations.
Returns
- (::Array<::String>) — Locations that the service couldn't reach. Search results don't include data from these locations.