Interface ListFilesResponseOrBuilder (1.2.9)

public interface ListFilesResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFiles(int index)

public abstract File getFiles(int index)

The files returned.

repeated .google.devtools.artifactregistry.v1.File files = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
File

getFilesCount()

public abstract int getFilesCount()

The files returned.

repeated .google.devtools.artifactregistry.v1.File files = 1;

Returns
TypeDescription
int

getFilesList()

public abstract List<File> getFilesList()

The files returned.

repeated .google.devtools.artifactregistry.v1.File files = 1;

Returns
TypeDescription
List<File>

getFilesOrBuilder(int index)

public abstract FileOrBuilder getFilesOrBuilder(int index)

The files returned.

repeated .google.devtools.artifactregistry.v1.File files = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
FileOrBuilder

getFilesOrBuilderList()

public abstract List<? extends FileOrBuilder> getFilesOrBuilderList()

The files returned.

repeated .google.devtools.artifactregistry.v1.File files = 1;

Returns
TypeDescription
List<? extends com.google.devtools.artifactregistry.v1.FileOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

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

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

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

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.