class Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2ActionCacheUpdateCapabilities

Describes the server/instance capabilities for updating the action cache.

Attributes

update_enabled[RW]

Corresponds to the JSON property `updateEnabled` @return [Boolean]

update_enabled?[RW]

Corresponds to the JSON property `updateEnabled` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/remotebuildexecution_v2/classes.rb, line 164
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/remotebuildexecution_v2/classes.rb, line 169
def update!(**args)
  @update_enabled = args[:update_enabled] if args.key?(:update_enabled)
end