Uses of Class
com.google.cloud.BaseServiceException.ExceptionData.Builder
-
Packages that use BaseServiceException.ExceptionData.Builder Package Description com.google.cloud Core classes for thegoogle-cloudlibrary. -
-
Uses of BaseServiceException.ExceptionData.Builder in com.google.cloud
Methods in com.google.cloud that return BaseServiceException.ExceptionData.Builder Modifier and Type Method Description static BaseServiceException.ExceptionData.BuilderBaseServiceException.ExceptionData. newBuilder()BaseServiceException.ExceptionData.BuilderBaseServiceException.ExceptionData.Builder. setCause(Throwable cause)BaseServiceException.ExceptionData.BuilderBaseServiceException.ExceptionData.Builder. setCode(int code)BaseServiceException.ExceptionData.BuilderBaseServiceException.ExceptionData.Builder. setDebugInfo(String debugInfo)BaseServiceException.ExceptionData.BuilderBaseServiceException.ExceptionData.Builder. setLocation(String location)BaseServiceException.ExceptionData.BuilderBaseServiceException.ExceptionData.Builder. setMessage(String message)BaseServiceException.ExceptionData.BuilderBaseServiceException.ExceptionData.Builder. setReason(String reason)BaseServiceException.ExceptionData.BuilderBaseServiceException.ExceptionData.Builder. setRetryable(boolean retryable)
-