Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class ListRepositoriesResponse.
The response from listing repositories.
Generated from protobuf message google.devtools.artifactregistry.v1.ListRepositoriesResponse
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ repositories |
array<Repository>
The repositories returned. |
↳ next_page_token |
string
The token to retrieve the next page of repositories, or empty if there are no more repositories to return. |
getRepositories
The repositories returned.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setRepositories
The repositories returned.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Repository>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The token to retrieve the next page of repositories, or empty if there are no more repositories to return.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The token to retrieve the next page of repositories, or empty if there are no more repositories to return.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|