Class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2FindMissingBlobsResponse

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 response message for ContentAddressableStorage.FindMissingBlobs.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BuildBazelRemoteExecutionV2FindMissingBlobsResponse

Returns a new instance of BuildBazelRemoteExecutionV2FindMissingBlobsResponse.



1371
1372
1373
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1371

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

Instance Attribute Details

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

A list of the blobs requested not present in the storage. Corresponds to the JSON property missingBlobDigests



1369
1370
1371
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1369

def missing_blob_digests
  @missing_blob_digests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1376
1377
1378
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1376

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