Send feedback
Class ListFilesResponse.Builder (1.40.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.40.0 keyboard_arrow_down
public static final class ListFilesResponse . Builder extends GeneratedMessageV3 . Builder<ListFilesResponse . Builder > implements ListFilesResponseOrBuilder
The response from listing files.
Protobuf type google.devtools.artifactregistry.v1beta2.ListFilesResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Methods
public ListFilesResponse . Builder addAllFiles ( Iterable <? extends File > values )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
Parameter
Name
Description
values
Iterable <? extends com.google.devtools.artifactregistry.v1beta2.File >
public ListFilesResponse . Builder addFiles ( File value )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
Parameter
Name
Description
value
File
public ListFilesResponse . Builder addFiles ( File . Builder builderForValue )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
public ListFilesResponse . Builder addFiles ( int index , File value )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
Parameters
Name
Description
index
int
value
File
public ListFilesResponse . Builder addFiles ( int index , File . Builder builderForValue )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
public File . Builder addFilesBuilder ()
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
public File . Builder addFilesBuilder ( int index )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
Parameter
Name
Description
index
int
public ListFilesResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public ListFilesResponse build ()
public ListFilesResponse buildPartial ()
public ListFilesResponse . Builder clear ()
Overrides
public ListFilesResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
public ListFilesResponse . Builder clearFiles ()
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
clearNextPageToken()
public ListFilesResponse . Builder clearNextPageToken ()
The token to retrieve the next page of files, or empty if there are no
more files to return.
string next_page_token = 2;
public ListFilesResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
public ListFilesResponse . Builder clone ()
Overrides
public ListFilesResponse getDefaultInstanceForType ()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
public File getFiles ( int index )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
Parameter
Name
Description
index
int
Returns
Type
Description
File
public File . Builder getFilesBuilder ( int index )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
Parameter
Name
Description
index
int
public List<File . Builder > getFilesBuilderList ()
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
public int getFilesCount ()
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
Returns
Type
Description
int
public List<File> getFilesList ()
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
public FileOrBuilder getFilesOrBuilder ( int index )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
Parameter
Name
Description
index
int
public List <? extends FileOrBuilder > getFilesOrBuilderList ()
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
Returns
Type
Description
List <? extends com.google.devtools.artifactregistry.v1beta2.FileOrBuilder >
getNextPageToken()
public 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
Type
Description
String
The nextPageToken.
getNextPageTokenBytes()
public 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
Type
Description
ByteString
The bytes for nextPageToken.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public ListFilesResponse . Builder mergeFrom ( ListFilesResponse other )
public ListFilesResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
public ListFilesResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
public final ListFilesResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
public ListFilesResponse . Builder removeFiles ( int index )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
Parameter
Name
Description
index
int
public ListFilesResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
public ListFilesResponse . Builder setFiles ( int index , File value )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
Parameters
Name
Description
index
int
value
File
public ListFilesResponse . Builder setFiles ( int index , File . Builder builderForValue )
The files returned.
repeated .google.devtools.artifactregistry.v1beta2.File files = 1;
setNextPageToken(String value)
public ListFilesResponse . Builder setNextPageToken ( String value )
The token to retrieve the next page of files, or empty if there are no
more files to return.
string next_page_token = 2;
Parameter
Name
Description
value
String
The nextPageToken to set.
setNextPageTokenBytes(ByteString value)
public ListFilesResponse . Builder setNextPageTokenBytes ( ByteString value )
The token to retrieve the next page of files, or empty if there are no
more files to return.
string next_page_token = 2;
Parameter
Name
Description
value
ByteString
The bytes for nextPageToken to set.
public ListFilesResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
public final ListFilesResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]