public final class ListFilesResponse extends GeneratedMessage implements ListFilesResponseOrBuilderResponse message for SessionService.ListFiles method.
Protobuf type google.cloud.discoveryengine.v1alpha.ListFilesResponse
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ListFilesResponseImplements
ListFilesResponseOrBuilderStatic Fields
FILES_FIELD_NUMBER
public static final int FILES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
NEXT_PAGE_TOKEN_FIELD_NUMBER
public static final int NEXT_PAGE_TOKEN_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ListFilesResponse getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ListFilesResponse.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ListFilesResponse.Builder |
|
newBuilder(ListFilesResponse prototype)
public static ListFilesResponse.Builder newBuilder(ListFilesResponse prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ListFilesResponse |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse.Builder |
|
parseDelimitedFrom(InputStream input)
public static ListFilesResponse parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListFilesResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ListFilesResponse parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ListFilesResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ListFilesResponse parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ListFilesResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ListFilesResponse parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ListFilesResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ListFilesResponse parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ListFilesResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ListFilesResponse parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ListFilesResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ListFilesResponse> parser()| Returns | |
|---|---|
| Type | Description |
Parser<ListFilesResponse> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ListFilesResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListFilesResponse |
|
getFiles(int index)
public FileMetadata getFiles(int index)The FileMetadatas.
repeated .google.cloud.discoveryengine.v1alpha.FileMetadata files = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileMetadata |
|
getFilesCount()
public int getFilesCount()The FileMetadatas.
repeated .google.cloud.discoveryengine.v1alpha.FileMetadata files = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getFilesList()
public List<FileMetadata> getFilesList()The FileMetadatas.
repeated .google.cloud.discoveryengine.v1alpha.FileMetadata files = 1;
| Returns | |
|---|---|
| Type | Description |
List<FileMetadata> |
|
getFilesOrBuilder(int index)
public FileMetadataOrBuilder getFilesOrBuilder(int index)The FileMetadatas.
repeated .google.cloud.discoveryengine.v1alpha.FileMetadata files = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
FileMetadataOrBuilder |
|
getFilesOrBuilderList()
public List<? extends FileMetadataOrBuilder> getFilesOrBuilderList()The FileMetadatas.
repeated .google.cloud.discoveryengine.v1alpha.FileMetadata files = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1alpha.FileMetadataOrBuilder> |
|
getNextPageToken()
public String getNextPageToken() A token to retrieve next page of results.
Pass this value in the
ListFilesRequest.page_token
field in the subsequent call to ListFiles method to
retrieve the next page of results.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public ByteString getNextPageTokenBytes() A token to retrieve next page of results.
Pass this value in the
ListFilesRequest.page_token
field in the subsequent call to ListFiles method to
retrieve the next page of results.
string next_page_token = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getParserForType()
public Parser<ListFilesResponse> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<ListFilesResponse> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ListFilesResponse.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ListFilesResponse.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ListFilesResponse.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ListFilesResponse.Builder |
|
toBuilder()
public ListFilesResponse.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ListFilesResponse.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|