Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class QueryTeamFolderContentsResponse.
QueryTeamFolderContents response message.
Generated from protobuf message google.cloud.dataform.v1beta1.QueryTeamFolderContentsResponse
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entries |
array<QueryTeamFolderContentsResponse\TeamFolderContentsEntry>
List of entries in the TeamFolder. |
↳ next_page_token |
string
A token, which can be sent as |
getEntries
List of entries in the TeamFolder.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setEntries
List of entries in the TeamFolder.
| Parameter | |
|---|---|
| Name | Description |
var |
array<QueryTeamFolderContentsResponse\TeamFolderContentsEntry>
|
| Returns | |
|---|---|
| Type | Description |
$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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|