File tree Expand file tree Collapse file tree
google-cloud-storage/src/main/java/com/google/cloud/storage/testing Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040/**
4141 * Utility to create a remote storage configuration for testing. Storage options can be obtained via
42- * the {@link #options ()} method. Returned options have custom {@link StorageOptions#retryParams()}:
43- * {@link RetryParams#retryMaxAttempts ()} is {@code 10}, {@ link RetryParams#retryMinAttempts ()} is
44- * {@code 6}, {@link RetryParams#maxRetryDelayMillis()} is {@code 30000},
45- * {@link RetryParams#totalRetryPeriodMillis()} is {@code 120000} and
42+ * the {@link #getOptions ()} ()} method. Returned options have custom
43+ * {@link StorageOptions#retryParams ()}: {@ link RetryParams#retryMaxAttempts ()} is {@code 10},
44+ * {@link RetryParams#retryMinAttempts()} is {@ code 6}, {@link RetryParams#maxRetryDelayMillis()} is
45+ * {@code 30000}, {@ link RetryParams#totalRetryPeriodMillis()} is {@code 120000} and
4646 * {@link RetryParams#initialRetryDelayMillis()} is {@code 250}.
4747 * {@link StorageOptions#connectTimeout()} and {@link StorageOptions#readTimeout()} are both set
4848 * to {@code 60000}.
You can’t perform that action at this time.
0 commit comments