Uses of Class
com.google.cloud.tools.managedcloudsdk.ManagedSdkVerificationException
-
Packages that use ManagedSdkVerificationException Package Description com.google.cloud.tools.managedcloudsdk -
-
Uses of ManagedSdkVerificationException in com.google.cloud.tools.managedcloudsdk
Methods in com.google.cloud.tools.managedcloudsdk that throw ManagedSdkVerificationException Modifier and Type Method Description boolean
ManagedCloudSdk. hasComponent(SdkComponent component)
Query gcloud to see if component is installed.boolean
ManagedCloudSdk. isInstalled()
Simple check to verify Cloud SDK installed by verifying the existence of gcloud.boolean
ManagedCloudSdk. isUpToDate()
Query gcloud to see if SDK is up to date.
-