Package com.google.storage.v2
Interface ListObjectsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListObjectsResponse,ListObjectsResponse.Builder
public interface ListObjectsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe continuation token, used to page through large result sets.com.google.protobuf.ByteStringThe continuation token, used to page through large result sets.getObjects(int index) The list of items.intThe list of items.The list of items.getObjectsOrBuilder(int index) The list of items.List<? extends ObjectOrBuilder>The list of items.getPrefixes(int index) The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.com.google.protobuf.ByteStringgetPrefixesBytes(int index) The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.intThe list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getObjectsList
The list of items.
repeated .google.storage.v2.Object objects = 1; -
getObjects
The list of items.
repeated .google.storage.v2.Object objects = 1; -
getObjectsCount
int getObjectsCount()The list of items.
repeated .google.storage.v2.Object objects = 1; -
getObjectsOrBuilderList
List<? extends ObjectOrBuilder> getObjectsOrBuilderList()The list of items.
repeated .google.storage.v2.Object objects = 1; -
getObjectsOrBuilder
The list of items.
repeated .google.storage.v2.Object objects = 1; -
getPrefixesList
The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
repeated string prefixes = 2;- Returns:
- A list containing the prefixes.
-
getPrefixesCount
int getPrefixesCount()The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
repeated string prefixes = 2;- Returns:
- The count of prefixes.
-
getPrefixes
The list of prefixes of objects matching-but-not-listed up to and including the requested delimiter.
repeated string prefixes = 2;- Parameters:
index- The index of the element to return.- Returns:
- The prefixes at the given index.
-
getPrefixesBytes
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;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the prefixes at the given index.
-
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-