Reference documentation and code samples for the Dataform V1beta1 API class Google::Cloud::Dataform::V1beta1::SearchFilesResponse.
Client-facing representation of a file search response.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#next_page_token
def next_page_token() -> ::String
Returns
-
(::String) — Optional. A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
-
value (::String) — Optional. A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
Returns
-
(::String) — Optional. A token, which can be sent as
page_token
to retrieve the next page. If this field is omitted, there are no subsequent pages.
#search_results
def search_results() -> ::Array<::Google::Cloud::Dataform::V1beta1::SearchResult>
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::SearchResult>) — List of matched results.
#search_results=
def search_results=(value) -> ::Array<::Google::Cloud::Dataform::V1beta1::SearchResult>
Parameter
- value (::Array<::Google::Cloud::Dataform::V1beta1::SearchResult>) — List of matched results.
Returns
- (::Array<::Google::Cloud::Dataform::V1beta1::SearchResult>) — List of matched results.