com.google.appengine.tools.cloudstorage
Class ListOptions
- java.lang.Object
-
- com.google.appengine.tools.cloudstorage.ListOptions
-
- All Implemented Interfaces:
- Serializable
public class ListOptions extends Object implements Serializable
GcsService listing options.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
ListOptions.Builder
Listing options builder.
-
Field Summary
Fields Modifier and Type Field and Description static ListOptions
DEFAULT
Default settings for including all objects in the result.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(Object obj)
String
getPrefix()
int
hashCode()
boolean
isRecursive()
String
toString()
-
-
-
Field Detail
-
DEFAULT
public static final ListOptions DEFAULT
Default settings for including all objects in the result.
-
-
Method Detail
-
getPrefix
public String getPrefix()
-
isRecursive
public boolean isRecursive()
-
-
Copyright © 2016 Google. All rights reserved.