Google Cloud Dataform V1beta1 Client - Class QueryRepositoryDirectoryContentsResponse (0.4.0)

Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class QueryRepositoryDirectoryContentsResponse.

QueryRepositoryDirectoryContents response message.

Generated from protobuf message google.cloud.dataform.v1beta1.QueryRepositoryDirectoryContentsResponse

Namespace

Google \ Cloud \ Dataform \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ directory_entries array<Google\Cloud\Dataform\V1beta1\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. 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
var array<Google\Cloud\Dataform\V1beta1\DirectoryEntry>
Returns
TypeDescription
$this

getNextPageToken

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
TypeDescription
string

setNextPageToken

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

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this