Class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchReadBlobsRequest

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BuildBazelRemoteExecutionV2BatchReadBlobsRequest

Returns a new instance of BuildBazelRemoteExecutionV2BatchReadBlobsRequest.



408
409
410
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 408

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#digestsArray<Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2Digest>

The individual blob digests. Corresponds to the JSON property digests



406
407
408
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 406

def digests
  @digests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



413
414
415
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 413

def update!(**args)
  @digests = args[:digests] if args.key?(:digests)
end