Class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2FindMissingBlobsResponse
- Inherits:
-
Object
- Object
- Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2FindMissingBlobsResponse
- 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
-
#missing_blob_digests ⇒ Array<Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2Digest>
A list of the blobs requested not present in the storage.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BuildBazelRemoteExecutionV2FindMissingBlobsResponse
constructor
A new instance of BuildBazelRemoteExecutionV2FindMissingBlobsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BuildBazelRemoteExecutionV2FindMissingBlobsResponse
Returns a new instance of BuildBazelRemoteExecutionV2FindMissingBlobsResponse
1535 1536 1537 |
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1535 def initialize(**args) update!(**args) end |
Instance Attribute Details
#missing_blob_digests ⇒ Array<Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2Digest>
A list of the blobs requested not present in the storage.
Corresponds to the JSON property missingBlobDigests
1533 1534 1535 |
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1533 def missing_blob_digests @missing_blob_digests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1540 1541 1542 |
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 1540 def update!(**args) @missing_blob_digests = args[:missing_blob_digests] if args.key?(:missing_blob_digests) end |