Google Cloud Artifact Registry V1beta2 Client - Class ListFilesResponse (0.6.4)

Reference documentation and code samples for the Google Cloud Artifact Registry V1beta2 Client class ListFilesResponse.

The response from listing files.

Generated from protobuf message google.devtools.artifactregistry.v1beta2.ListFilesResponse

Namespace

Google \ Cloud \ ArtifactRegistry \ V1beta2

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ files array<Google\Cloud\ArtifactRegistry\V1beta2\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<Google\Cloud\ArtifactRegistry\V1beta2\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