google_api_remote_build_execution v0.12.0 GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2CacheCapabilities View Source
Capabilities of the remote cache system.
Attributes
-
actionCacheUpdateCapabilities
(type:GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities.t
, default:nil
) - Capabilities for updating the action cache. -
cachePriorityCapabilities
(type:GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2PriorityCapabilities.t
, default:nil
) - Supported cache priority range for both CAS and ActionCache. -
digestFunction
(type:list(String.t)
, default:nil
) - All the digest functions supported by the remote cache. Remote cache may support multiple digest functions simultaneously. -
maxBatchTotalSizeBytes
(type:String.t
, default:nil
) - Maximum total size of blobs to be uploaded/downloaded using batch methods. A value of 0 means no limit is set, although in practice there will always be a message size limitation of the protocol in use, e.g. GRPC. -
symlinkAbsolutePathStrategy
(type:String.t
, default:nil
) - Whether absolute symlink targets are supported.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2CacheCapabilities{ actionCacheUpdateCapabilities: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities.t(), cachePriorityCapabilities: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2PriorityCapabilities.t(), digestFunction: [String.t()], maxBatchTotalSizeBytes: String.t(), symlinkAbsolutePathStrategy: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.