public interface ListObjectsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
The continuation token, used to page through large result sets.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
The continuation token, used to page through large result sets.
|
Object |
getObjects(int index)
The list of items.
|
int |
getObjectsCount()
The list of items.
|
List<Object> |
getObjectsList()
The list of items.
|
ObjectOrBuilder |
getObjectsOrBuilder(int index)
The list of items.
|
List<? extends ObjectOrBuilder> |
getObjectsOrBuilderList()
The list of items.
|
String |
getPrefixes(int index)
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
|
com.google.protobuf.ByteString |
getPrefixesBytes(int index)
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
|
int |
getPrefixesCount()
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
|
List<String> |
getPrefixesList()
The list of prefixes of objects matching-but-not-listed up to and including
the requested delimiter.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Object> getObjectsList()
The list of items.
repeated .google.storage.v2.Object objects = 1;Object getObjects(int index)
The list of items.
repeated .google.storage.v2.Object objects = 1;int getObjectsCount()
The list of items.
repeated .google.storage.v2.Object objects = 1;List<? extends ObjectOrBuilder> getObjectsOrBuilderList()
The list of items.
repeated .google.storage.v2.Object objects = 1;ObjectOrBuilder getObjectsOrBuilder(int index)
The list of items.
repeated .google.storage.v2.Object objects = 1;List<String> getPrefixesList()
The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
repeated string prefixes = 2;int getPrefixesCount()
The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
repeated string prefixes = 2;String getPrefixes(int index)
The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
repeated string prefixes = 2;index - The index of the element to return.com.google.protobuf.ByteString getPrefixesBytes(int index)
The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
repeated string prefixes = 2;index - The index of the value to return.String getNextPageToken()
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 3;com.google.protobuf.ByteString getNextPageTokenBytes()
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
string next_page_token = 3;Copyright © 2023 Google LLC. All rights reserved.