google_api_remote_build_execution v0.12.0 GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2RequestMetadata View Source
An optional Metadata to attach to any RPC request to tell the server about an external context of the request. The server may use this for logging or other purposes. To use it, the client attaches the header to the call using the canonical proto serialization:
- name:
build.bazel.remote.execution.v2.requestmetadata-bin
- contents: the base64 encoded binary
RequestMetadata
message. Note: the gRPC library serializes binary headers encoded in base 64 by default (https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md#requests). Therefore, if the gRPC library is used to pass/retrieve this metadata, the user may ignore the base64 encoding and assume it is simply serialized as a binary message.
Attributes
-
actionId
(type:String.t
, default:nil
) - An identifier that ties multiple requests to the same action. For example, multiple requests to the CAS, Action Cache, and Execution API are used in order to compile foo.cc. -
correlatedInvocationsId
(type:String.t
, default:nil
) - An identifier to tie multiple tool invocations together. For example, runs of foo_test, bar_test and baz_test on a post-submit of a given patch. -
toolDetails
(type:GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2ToolDetails.t
, default:nil
) - The details for the tool invoking the requests. -
toolInvocationId
(type:String.t
, default:nil
) - An identifier that ties multiple actions together to a final result. For example, multiple actions are required to build and run foo_test.
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.BuildBazelRemoteExecutionV2RequestMetadata{ actionId: String.t(), correlatedInvocationsId: String.t(), toolDetails: GoogleApi.RemoteBuildExecution.V2.Model.BuildBazelRemoteExecutionV2ToolDetails.t(), toolInvocationId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.