Package org.jclouds.googlecloud.config
Class GoogleCloudProperties
- java.lang.Object
-
- org.jclouds.googlecloud.config.GoogleCloudProperties
-
public final class GoogleCloudProperties extends Object
Configuration properties keys used inContextBuilder.overrides(java.util.Properties)
.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CREDENTIAL_TYPE
How requests are authorized using OAuth.static String
PROJECT_NAME
Set this property to specify the project name this context applies to.
-
-
-
Field Detail
-
CREDENTIAL_TYPE
public static final String CREDENTIAL_TYPE
How requests are authorized using OAuth. Defaults toCredentialType.P12_PRIVATE_KEY_CREDENTIALS
.- See Also:
CredentialType
, Constant Field Values
-
PROJECT_NAME
public static final String PROJECT_NAME
Set this property to specify the project name this context applies to. This is an alternative to looking up the project name at runtime.- See Also:
- Constant Field Values
-
-