Class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse
- Inherits:
-
Object
- Object
- Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/remotebuildexecution_v2/classes.rb,
lib/google/apis/remotebuildexecution_v2/representations.rb,
lib/google/apis/remotebuildexecution_v2/representations.rb
Overview
A response message for ContentAddressableStorage.BatchUpdateBlobs.
Instance Attribute Summary collapse
-
#responses ⇒ Array<Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse>
The responses to the requests.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse
constructor
A new instance of BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse
Returns a new instance of BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse.
548 549 550 |
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 548 def initialize(**args) update!(**args) end |
Instance Attribute Details
#responses ⇒ Array<Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchUpdateBlobsResponseResponse>
The responses to the requests.
Corresponds to the JSON property responses
546 547 548 |
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 546 def responses @responses end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
553 554 555 |
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 553 def update!(**args) @responses = args[:responses] if args.key?(:responses) end |