Home
last modified time | relevance | path

Searched defs:retryable (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/external/sdk-platform-java/gax-java/gax-httpjson/src/test/java/com/google/api/gax/httpjson/
H A DRetryingTest.java114 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 DBaseServiceException.java39 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 DApiException.java42 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 DPermissionDeniedException.java34 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 DUnimplementedException.java36 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 DUnknownException.java39 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 DNotFoundException.java34 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 DInvalidArgumentException.java38 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 DAlreadyExistsException.java37 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 DInternalException.java37 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 DUnauthenticatedException.java37 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 DAbortedException.java37 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 DCancelledException.java34 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 DUnavailableException.java37 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 DResourceExhaustedException.java37 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 DOutOfRangeException.java37 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 DFailedPreconditionException.java38 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 DDataLossException.java34 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 DDeadlineExceededException.java39 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 DApiExceptionFactory.java40 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 DFakeApiException.java40 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 DBaseGrpcServiceException.java34 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 DApiResultRetryAlgorithmTest.java52 ApiException retryable = in testShouldRetryNoContext() local
69 ApiException retryable = in testShouldRetryWithContextWithoutRetryableCodes() local
H A DRetryingTest.java395 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 Dservice-2.json76 "retryable":{"throttling":false} object
140 "retryable":{"throttling":true} object

1234