com.google.appengine.tools.cloudstorage
Class GcsServiceOptions
- java.lang.Object
-
- com.google.appengine.tools.cloudstorage.GcsServiceOptions
-
- All Implemented Interfaces:
- Serializable
public class GcsServiceOptions extends Object implements Serializable
A class to hold options for the GcsService.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static class
GcsServiceOptions.Builder
GcsServiceOtpions builder.
-
Field Summary
Fields Modifier and Type Field and Description static GcsServiceOptions
DEFAULT
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(Object obj)
Integer
getDefaultWriteBufferSize()
Map<String,String>
getHttpHeaders()
String
getPathDelimiter()
RetryParams
getRetryParams()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
DEFAULT
public static final GcsServiceOptions DEFAULT
-
-
Method Detail
-
getRetryParams
public RetryParams getRetryParams()
-
getDefaultWriteBufferSize
public Integer getDefaultWriteBufferSize()
-
getPathDelimiter
public String getPathDelimiter()
-
-
Copyright © 2016 Google. All rights reserved.