Google Cloud Dataform V1 Client - Class ListReleaseConfigsRequest (0.9.2) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataform V1 Client class ListReleaseConfigsRequest.
ListReleaseConfigs request message.
Generated from protobuf messagegoogle.cloud.dataform.v1.ListReleaseConfigsRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ parent | stringRequired. The repository in which to list release configs. Must be in the format |
↳ page_size | intOptional. Maximum number of release configs to return. The server may return fewer items than requested. If unspecified, the server will pick an appropriate default. |
↳ page_token | stringOptional. Page token received from a previous |
getParent
Required. The repository in which to list release configs. Must be in theformatprojects/*/locations/*/repositories/*.
| Returns | |
|---|---|
| Type | Description |
string | |
setParent
Required. The repository in which to list release configs. Must be in theformatprojects/*/locations/*/repositories/*.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getPageSize
Optional. Maximum number of release configs to return. The server mayreturn fewer items than requested. If unspecified, the server will pick anappropriate default.
| Returns | |
|---|---|
| Type | Description |
int | |
setPageSize
Optional. Maximum number of release configs to return. The server mayreturn fewer items than requested. If unspecified, the server will pick anappropriate default.
| Parameter | |
|---|---|
| Name | Description |
var | int |
| Returns | |
|---|---|
| Type | Description |
$this | |
getPageToken
Optional. Page token received from a previousListReleaseConfigs call.
Provide this to retrieve the subsequent page.When paginating, all other parameters provided toListReleaseConfigs,with the exception ofpage_size, must match the call that provided thepage token.
| Returns | |
|---|---|
| Type | Description |
string | |
setPageToken
Optional. Page token received from a previousListReleaseConfigs call.
Provide this to retrieve the subsequent page.When paginating, all other parameters provided toListReleaseConfigs,with the exception ofpage_size, must match the call that provided thepage token.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
static::build
| Parameter | |
|---|---|
| Name | Description |
parent | stringRequired. The repository in which to list release configs. Must be in theformat |
| Returns | |
|---|---|
| Type | Description |
ListReleaseConfigsRequest | |
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.