Package com.google.apphosting.runtime
Class ApiProxyImpl.Builder
java.lang.Object
com.google.apphosting.runtime.ApiProxyImpl.Builder
- Enclosing class:
- ApiProxyImpl
Builder for ApiProxyImpl.Config.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract ApiProxyImplbuild()abstract longabstract booleanabstract BackgroundRequestCoordinatorabstract ApiDeadlineOracleabstract booleanabstract Stringabstract Durationabstract ApiProxyImpl.Builderabstract ApiProxyImpl.BuildersetByteCountBeforeFlushing(long x) abstract ApiProxyImpl.BuildersetCloudSqlJdbcConnectivityEnabled(boolean x) abstract ApiProxyImpl.Builderabstract ApiProxyImpl.Builderabstract ApiProxyImpl.BuildersetDisableApiCallLogging(boolean x) abstract ApiProxyImpl.Builderabstract ApiProxyImpl.BuildersetLogToLogservice(boolean x) abstract ApiProxyImpl.Builderabstract ApiProxyImpl.BuildersetMaxLogLineSize(int x)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
setApiHost
-
setDeadlineOracle
-
deadlineOracle
-
setExternalDatacenterName
-
externalDatacenterName
-
setByteCountBeforeFlushing
-
byteCountBeforeFlushing
public abstract long byteCountBeforeFlushing() -
setMaxLogLineSize
-
setMaxLogFlushTime
-
maxLogFlushTime
-
setCoordinator
-
coordinator
-
setCloudSqlJdbcConnectivityEnabled
-
cloudSqlJdbcConnectivityEnabled
public abstract boolean cloudSqlJdbcConnectivityEnabled() -
setDisableApiCallLogging
-
disableApiCallLogging
public abstract boolean disableApiCallLogging() -
setLogToLogservice
-
build
-