Class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse

Returns a new instance of BuildBazelRemoteExecutionV2BatchUpdateBlobsResponse.



536
537
538
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 536

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

Instance Attribute Details

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

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



534
535
536
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 534

def responses
  @responses
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



541
542
543
# File 'generated/google/apis/remotebuildexecution_v2/classes.rb', line 541

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