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