Google Cloud Dataform V1 Client - Class QueryDirectoryContentsResponse (0.8.1)

Reference documentation and code samples for the Google Cloud Dataform V1 Client class QueryDirectoryContentsResponse.

QueryDirectoryContents response message.

Generated from protobuf messagegoogle.cloud.dataform.v1.QueryDirectoryContentsResponse

Namespace

Google \ Cloud \ Dataform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ directory_entriesarray<DirectoryEntry>

List of entries in the directory.

↳ next_page_tokenstring

A token, which can be sent aspage_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

getDirectoryEntries

List of entries in the directory.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setDirectoryEntries

List of entries in the directory.

Parameter
NameDescription
vararray<DirectoryEntry>
Returns
TypeDescription
$this

getNextPageToken

A token, which can be sent aspage_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Returns
TypeDescription
string

setNextPageToken

A token, which can be sent aspage_token to retrieve the next page.

If this field is omitted, there are no subsequent pages.

Parameter
NameDescription
varstring
Returns
TypeDescription
$this

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-09 UTC.