Package org.jclouds.googlecloud.config
Class GoogleCloudProperties
java.lang.Object
org.jclouds.googlecloud.config.GoogleCloudProperties
Configuration properties keys used in
ContextBuilder.overrides(java.util.Properties)
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
How requests are authorized using OAuth.static final String
Set this property to specify the project name this context applies to. -
Method Summary
-
Field Details
-
CREDENTIAL_TYPE
How requests are authorized using OAuth. Defaults toCredentialType.P12_PRIVATE_KEY_CREDENTIALS
.- See Also:
-
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:
-