Class: Google::Cloud::Dataform::V1beta1::SearchFilesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1beta1::SearchFilesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1beta1/dataform.rb
Overview
Client-facing representation of a file search response.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
Optional.
-
#search_results ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::SearchResult>
List of matched results.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns 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.
929 930 931 932 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 929 class SearchFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#search_results ⇒ ::Array<::Google::Cloud::Dataform::V1beta1::SearchResult>
Returns List of matched results.
929 930 931 932 |
# File 'proto_docs/google/cloud/dataform/v1beta1/dataform.rb', line 929 class SearchFilesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |