Class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2FindMissingBlobsRequest

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.FindMissingBlobs.

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) ⇒ BuildBazelRemoteExecutionV2FindMissingBlobsRequest

Returns a new instance of BuildBazelRemoteExecutionV2FindMissingBlobsRequest.



1438
1439
1440
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1438

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

Instance Attribute Details

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

A list of the blobs to check. Corresponds to the JSON property blobDigests



1436
1437
1438
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1436

def blob_digests
  @blob_digests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1443
1444
1445
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1443

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