Uses of Class
com.google.cloud.tools.managedcloudsdk.OsInfo.Architecture
-
Packages that use OsInfo.Architecture Package Description com.google.cloud.tools.managedcloudsdk -
-
Uses of OsInfo.Architecture in com.google.cloud.tools.managedcloudsdk
Methods in com.google.cloud.tools.managedcloudsdk that return OsInfo.Architecture Modifier and Type Method Description OsInfo.Architecture
OsInfo. arch()
static OsInfo.Architecture
OsInfo. getSystemArchitecture()
static OsInfo.Architecture
OsInfo.Architecture. valueOf(String name)
Returns the enum constant of this type with the specified name.static OsInfo.Architecture[]
OsInfo.Architecture. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.cloud.tools.managedcloudsdk with parameters of type OsInfo.Architecture Constructor Description OsInfo(OsInfo.Name name, OsInfo.Architecture arch)
-