Class: Google::Cloud::Dataform::V1beta1::SearchFilesResponse

Inherits:
Object
  • Object
show all
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

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.

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.



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.

Returns:



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