Class: Google::Cloud::Dataform::V1::QueryDirectoryContentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataform::V1::QueryDirectoryContentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataform/v1/dataform.rb
Overview
QueryDirectoryContents
response message.
Instance Attribute Summary collapse
-
#directory_entries ⇒ ::Array<::Google::Cloud::Dataform::V1::DirectoryEntry>
List of entries in the directory.
-
#next_page_token ⇒ ::String
A token, which can be sent as
page_token
to retrieve the next page.
Instance Attribute Details
#directory_entries ⇒ ::Array<::Google::Cloud::Dataform::V1::DirectoryEntry>
Returns List of entries in the directory.
863 864 865 866 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 863 class QueryDirectoryContentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.
863 864 865 866 |
# File 'proto_docs/google/cloud/dataform/v1/dataform.rb', line 863 class QueryDirectoryContentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |