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

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFiles

The files returned.

Parameter
NameDescription
var array<Google\Cloud\ArtifactRegistry\V1beta2\File>
Returns
TypeDescription
$this

getNextPageToken

The token to retrieve the next page of files, or empty if there are no more files to return.

Returns
TypeDescription
string

setNextPageToken

The token to retrieve the next page of files, or empty if there are no more files to return.

Parameter
NameDescription
var string
Returns
TypeDescription
$this