Uses of Class
com.google.cloud.BaseServiceException.ExceptionData.Builder
-
Packages that use BaseServiceException.ExceptionData.Builder Package Description com.google.cloud Core classes for thegoogle-cloud
library. -
-
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.Builder
BaseServiceException.ExceptionData. newBuilder()
BaseServiceException.ExceptionData.Builder
BaseServiceException.ExceptionData.Builder. setCause(Throwable cause)
BaseServiceException.ExceptionData.Builder
BaseServiceException.ExceptionData.Builder. setCode(int code)
BaseServiceException.ExceptionData.Builder
BaseServiceException.ExceptionData.Builder. setDebugInfo(String debugInfo)
BaseServiceException.ExceptionData.Builder
BaseServiceException.ExceptionData.Builder. setLocation(String location)
BaseServiceException.ExceptionData.Builder
BaseServiceException.ExceptionData.Builder. setMessage(String message)
BaseServiceException.ExceptionData.Builder
BaseServiceException.ExceptionData.Builder. setReason(String reason)
BaseServiceException.ExceptionData.Builder
BaseServiceException.ExceptionData.Builder. setRetryable(boolean retryable)
-