Reference documentation and code samples for the Google Cloud Apigee Registry V1 Client class ListApiDeploymentsResponse.
Response message for ListApiDeployments.
Generated from protobuf message google.cloud.apigeeregistry.v1.ListApiDeploymentsResponse
Namespace
Google \ Cloud \ ApigeeRegistry \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ api_deployments |
array<Google\Cloud\ApigeeRegistry\V1\ApiDeployment>
The deployments from the specified publisher. |
↳ next_page_token |
string
A token, which can be sent as |
getApiDeployments
The deployments from the specified publisher.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setApiDeployments
The deployments from the specified publisher.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\ApigeeRegistry\V1\ApiDeployment>
|
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 |