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

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ BuildBazelRemoteExecutionV2FindMissingBlobsResponse

Returns a new instance of BuildBazelRemoteExecutionV2FindMissingBlobsResponse.



1458
1459
1460
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1458

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



1456
1457
1458
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1456

def missing_blob_digests
  @missing_blob_digests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1463
1464
1465
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1463

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