Class: Google::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2ServerCapabilities

Inherits:
Object
  • Object
show all
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 Capabilities.GetCapabilities.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BuildBazelRemoteExecutionV2ServerCapabilities

Returns a new instance of BuildBazelRemoteExecutionV2ServerCapabilities.



1973
1974
1975
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 1973

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

Instance Attribute Details

#cache_capabilitiesGoogle::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2CacheCapabilities

Capabilities of the remote cache system. Corresponds to the JSON property cacheCapabilities



1951
1952
1953
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 1951

def cache_capabilities
  @cache_capabilities
end

#deprecated_api_versionGoogle::Apis::RemotebuildexecutionV2::BuildBazelSemverSemVer

The full version of a given tool. Corresponds to the JSON property deprecatedApiVersion



1956
1957
1958
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 1956

def deprecated_api_version
  @deprecated_api_version
end

#execution_capabilitiesGoogle::Apis::RemotebuildexecutionV2::BuildBazelRemoteExecutionV2ExecutionCapabilities

Capabilities of the remote execution system. Corresponds to the JSON property executionCapabilities



1961
1962
1963
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 1961

def execution_capabilities
  @execution_capabilities
end

#high_api_versionGoogle::Apis::RemotebuildexecutionV2::BuildBazelSemverSemVer

The full version of a given tool. Corresponds to the JSON property highApiVersion



1966
1967
1968
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 1966

def high_api_version
  @high_api_version
end

#low_api_versionGoogle::Apis::RemotebuildexecutionV2::BuildBazelSemverSemVer

The full version of a given tool. Corresponds to the JSON property lowApiVersion



1971
1972
1973
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 1971

def low_api_version
  @low_api_version
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1978
1979
1980
1981
1982
1983
1984
# File 'lib/google/apis/remotebuildexecution_v2/classes.rb', line 1978

def update!(**args)
  @cache_capabilities = args[:cache_capabilities] if args.key?(:cache_capabilities)
  @deprecated_api_version = args[:deprecated_api_version] if args.key?(:deprecated_api_version)
  @execution_capabilities = args[:execution_capabilities] if args.key?(:execution_capabilities)
  @high_api_version = args[:high_api_version] if args.key?(:high_api_version)
  @low_api_version = args[:low_api_version] if args.key?(:low_api_version)
end