/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/ |
H A D | RetryingTest.java | 114 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(Code.UNAVAILABLE); in retry() local 130 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(Code.UNAVAILABLE); in retryTotalTimeoutExceeded() local 161 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(Code.UNAVAILABLE); in retryMaxAttemptsExceeded() local 176 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(Code.UNAVAILABLE); in retryWithinMaxAttempts() local 192 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(Code.UNKNOWN); in retryOnStatusUnknown() local 213 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(Code.UNKNOWN); in retryOnUnexpectedException() local 227 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(Code.UNAVAILABLE); in retryNoRecover() local 251 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(Code.UNAVAILABLE); in retryKeepFailing() local 273 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(Code.UNAVAILABLE); in testKnownStatusCode() local 309 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(); in testUnknownStatusCode() local
|
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core/src/main/java/com/google/cloud/ |
H A D | BaseServiceException.java | 39 private final boolean retryable; field in BaseServiceException 51 private final boolean retryable; field in BaseServiceException.ExceptionData 60 boolean retryable, in ExceptionData() 105 public static ExceptionData from(int code, String message, String reason, boolean retryable) { in from() 110 int code, String message, String reason, boolean retryable, Throwable cause) { in from() 126 private boolean retryable; field in BaseServiceException.ExceptionData.Builder 148 public Builder setRetryable(boolean retryable) { in setRetryable()
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/main/java/com/google/api/gax/rpc/ |
H A D | ApiException.java | 42 private final boolean retryable; field in ApiException 44 public ApiException(Throwable cause, StatusCode statusCode, boolean retryable) { in ApiException() 48 public ApiException(String message, Throwable cause, StatusCode statusCode, boolean retryable) { in ApiException() 56 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in ApiException()
|
H A D | PermissionDeniedException.java | 34 public PermissionDeniedException(Throwable cause, StatusCode statusCode, boolean retryable) { in PermissionDeniedException() 39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in PermissionDeniedException() 44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in PermissionDeniedException()
|
H A D | UnimplementedException.java | 36 public UnimplementedException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnimplementedException() 41 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnimplementedException() 46 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnimplementedException()
|
H A D | UnknownException.java | 39 public UnknownException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnknownException() 44 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnknownException() 49 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnknownException()
|
H A D | NotFoundException.java | 34 public NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable) { in NotFoundException() 39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in NotFoundException() 44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in NotFoundException()
|
H A D | InvalidArgumentException.java | 38 public InvalidArgumentException(Throwable cause, StatusCode statusCode, boolean retryable) { in InvalidArgumentException() 43 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in InvalidArgumentException() 48 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in InvalidArgumentException()
|
H A D | AlreadyExistsException.java | 37 public AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable) { in AlreadyExistsException() 42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in AlreadyExistsException() 47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in AlreadyExistsException()
|
H A D | InternalException.java | 37 public InternalException(Throwable cause, StatusCode statusCode, boolean retryable) { in InternalException() 42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in InternalException() 47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in InternalException()
|
H A D | UnauthenticatedException.java | 37 public UnauthenticatedException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnauthenticatedException() 42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnauthenticatedException() 47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnauthenticatedException()
|
H A D | AbortedException.java | 37 public AbortedException(Throwable cause, StatusCode statusCode, boolean retryable) { in AbortedException() 42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in AbortedException() 47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in AbortedException()
|
H A D | CancelledException.java | 34 public CancelledException(Throwable cause, StatusCode statusCode, boolean retryable) { in CancelledException() 39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in CancelledException() 44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in CancelledException()
|
H A D | UnavailableException.java | 37 public UnavailableException(Throwable cause, StatusCode statusCode, boolean retryable) { in UnavailableException() 42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in UnavailableException() 47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in UnavailableException()
|
H A D | ResourceExhaustedException.java | 37 public ResourceExhaustedException(Throwable cause, StatusCode statusCode, boolean retryable) { in ResourceExhaustedException() 42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in ResourceExhaustedException() 47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in ResourceExhaustedException()
|
H A D | OutOfRangeException.java | 37 public OutOfRangeException(Throwable cause, StatusCode statusCode, boolean retryable) { in OutOfRangeException() 42 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in OutOfRangeException() 47 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in OutOfRangeException()
|
H A D | FailedPreconditionException.java | 38 public FailedPreconditionException(Throwable cause, StatusCode statusCode, boolean retryable) { in FailedPreconditionException() 43 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in FailedPreconditionException() 48 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in FailedPreconditionException()
|
H A D | DataLossException.java | 34 public DataLossException(Throwable cause, StatusCode statusCode, boolean retryable) { in DataLossException() 39 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in DataLossException() 44 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in DataLossException()
|
H A D | DeadlineExceededException.java | 39 public DeadlineExceededException(Throwable cause, StatusCode statusCode, boolean retryable) { in DeadlineExceededException() 44 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in DeadlineExceededException() 49 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in DeadlineExceededException()
|
H A D | ApiExceptionFactory.java | 40 Throwable cause, StatusCode statusCode, boolean retryable) { in createException() 45 String message, Throwable cause, StatusCode statusCode, boolean retryable) { in createException() 85 Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) { in createException()
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/testing/ |
H A D | FakeApiException.java | 40 public FakeApiException(Throwable cause, FakeStatusCode.Code statusCode, boolean retryable) { in FakeApiException() 46 String message, Throwable cause, FakeStatusCode.Code statusCode, boolean retryable) { in FakeApiException()
|
/aosp_15_r20/external/sdk-platform-java/java-core/google-cloud-core-grpc/src/main/java/com/google/cloud/grpc/ |
H A D | BaseGrpcServiceException.java | 34 protected BaseGrpcServiceException(String message, Throwable cause, int code, boolean retryable) { in BaseGrpcServiceException() 51 Boolean retryable = null; in makeExceptionData() local
|
/aosp_15_r20/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/ |
H A D | ApiResultRetryAlgorithmTest.java | 52 ApiException retryable = in testShouldRetryNoContext() local 69 ApiException retryable = in testShouldRetryWithContextWithoutRetryableCodes() local
|
H A D | RetryingTest.java | 395 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(StatusCode.Code.UNAVAILABLE); in testKnownStatusCode() local 417 ImmutableSet<StatusCode.Code> retryable = ImmutableSet.of(); in testUnknownStatusCode() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/inspectorscan/src/main/resources/codegen-resources/ |
H A D | service-2.json | 76 "retryable":{"throttling":false} object 140 "retryable":{"throttling":true} object
|