public interface ListFilesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFiles(int index)
public abstract File getFiles(int index)The files returned.
repeated .google.devtools.artifactregistry.v1.File files = 1;
| Name | Description |
| index | int |
| Type | Description |
| File |
getFilesCount()
public abstract int getFilesCount()The files returned.
repeated .google.devtools.artifactregistry.v1.File files = 1;
| Type | Description |
| int |
getFilesList()
public abstract List<File> getFilesList()The files returned.
repeated .google.devtools.artifactregistry.v1.File files = 1;
| Type | Description |
| List<File> |
getFilesOrBuilder(int index)
public abstract FileOrBuilder getFilesOrBuilder(int index)The files returned.
repeated .google.devtools.artifactregistry.v1.File files = 1;
| Name | Description |
| index | int |
| Type | Description |
| FileOrBuilder |
getFilesOrBuilderList()
public abstract List<? extends FileOrBuilder> getFilesOrBuilderList()The files returned.
repeated .google.devtools.artifactregistry.v1.File files = 1;
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| ByteString | The bytes for nextPageToken. |