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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/remotebuildexecution_v2/classes.rb,
lib/google/apis/remotebuildexecution_v2/representations.rb,
lib/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.



1417
1418
1419
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 1417

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



1415
1416
1417
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 1415

def missing_blob_digests
  @missing_blob_digests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1422
1423
1424
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 1422

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