Sha256: b7ecfae43e71714340a834ef3b1d710cbb54599797789ab7b36cccc2f4d3ec22

Contents?: true

Size: 1.4 KB

Versions: 7

Compression:

Stored size: 1.4 KB

Contents

{
  "interfaces": {
    "google.devtools.cloudtrace.v1.TraceService": {
      "retry_codes": {
        "idempotent": [
          "DEADLINE_EXCEEDED",
          "UNAVAILABLE"
        ],
        "non_idempotent": []
      },
      "retry_params": {
        "default": {
          "initial_retry_delay_millis": 100,
          "retry_delay_multiplier": 1.2,
          "max_retry_delay_millis": 1000,
          "initial_rpc_timeout_millis": 20000,
          "rpc_timeout_multiplier": 1.5,
          "max_rpc_timeout_millis": 30000,
          "total_timeout_millis": 45000
        },
        "write_sink": {
          "initial_retry_delay_millis": 100,
          "retry_delay_multiplier": 1.2,
          "max_retry_delay_millis": 1000,
          "initial_rpc_timeout_millis": 30000,
          "rpc_timeout_multiplier": 1.5,
          "max_rpc_timeout_millis": 60000,
          "total_timeout_millis": 120000
        }
      },
      "methods": {
        "ListTraces": {
          "timeout_millis": 60000,
          "retry_codes_name": "idempotent",
          "retry_params_name": "default"
        },
        "GetTrace": {
          "timeout_millis": 60000,
          "retry_codes_name": "idempotent",
          "retry_params_name": "default"
        },
        "PatchTraces": {
          "timeout_millis": 30000,
          "retry_codes_name": "non_idempotent",
          "retry_params_name": "write_sink"
        }
      }
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
google-cloud-trace-0.33.1 lib/google/cloud/trace/v1/trace_service_client_config.json
google-cloud-trace-0.33.0 lib/google/cloud/trace/v1/trace_service_client_config.json
google-cloud-trace-0.31.0 lib/google/cloud/trace/v1/trace_service_client_config.json
google-cloud-trace-0.30.0 lib/google/cloud/trace/v1/trace_service_client_config.json
google-cloud-trace-0.29.0 lib/google/cloud/trace/v1/trace_service_client_config.json
google-cloud-trace-0.28.1 lib/google/cloud/trace/v1/trace_service_client_config.json
google-cloud-trace-0.28.0 lib/google/cloud/trace/v1/trace_service_client_config.json