class Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2FindMissingBlobsResponse

A response message for ContentAddressableStorage.FindMissingBlobs.

Attributes

missing_blob_digests[RW]

A list of the blobs requested not present in the storage. Corresponds to the JSON property `missingBlobDigests` @return [Array<Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2Digest>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/remotebuildexecution_v2/classes.rb, line 1417
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# 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