Class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchReadBlobsRequest
- Inherits:
-
Object
- Object
- Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchReadBlobsRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/remotebuildexecution_v2/classes.rb,
generated/google/apis/remotebuildexecution_v2/representations.rb,
generated/google/apis/remotebuildexecution_v2/representations.rb
Overview
A request message for ContentAddressableStorage.BatchReadBlobs.
Instance Attribute Summary collapse
-
#digests ⇒ Array<Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2Digest>
The individual blob digests.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BuildBazelRemoteExecutionV2BatchReadBlobsRequest
constructor
A new instance of BuildBazelRemoteExecutionV2BatchReadBlobsRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BuildBazelRemoteExecutionV2BatchReadBlobsRequest
Returns a new instance of BuildBazelRemoteExecutionV2BatchReadBlobsRequest
402 403 404 |
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 402 def initialize(**args) update!(**args) end |
Instance Attribute Details
#digests ⇒ Array<Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2Digest>
The individual blob digests.
Corresponds to the JSON property digests
400 401 402 |
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 400 def digests @digests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
407 408 409 |
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 407 def update!(**args) @digests = args[:digests] if args.key?(:digests) end |