Class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchReadBlobsResponse
- Inherits:
-
Object
- Object
- Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchReadBlobsResponse
- 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
-
#responses ⇒ Array<Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse>
The responses to the requests.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BuildBazelRemoteExecutionV2BatchReadBlobsResponse
constructor
A new instance of BuildBazelRemoteExecutionV2BatchReadBlobsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ BuildBazelRemoteExecutionV2BatchReadBlobsResponse
Returns a new instance of BuildBazelRemoteExecutionV2BatchReadBlobsResponse
422 423 424 |
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 422 def initialize(**args) update!(**args) end |
Instance Attribute Details
#responses ⇒ Array<Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchReadBlobsResponseResponse>
The responses to the requests.
Corresponds to the JSON property responses
420 421 422 |
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 420 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
427 428 429 |
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 427 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |