Class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchReadBlobsResponse

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.BatchReadBlobs.

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) ⇒ BuildBazelRemoteExecutionV2BatchReadBlobsResponse

Returns a new instance of BuildBazelRemoteExecutionV2BatchReadBlobsResponse.



428
429
430
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 428

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

Instance Attribute Details

#responsesArray<Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse>

The responses to the requests. Corresponds to the JSON property responses



426
427
428
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 426

def responses
  @responses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



433
434
435
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 433

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