Package com.google.cloud.spring.core
Class Credentials
java.lang.Object
com.google.cloud.spring.core.Credentials
Credentials configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.core.io.Resource
boolean
hasKey()
void
setEncodedKey
(String encodedKey) void
setLocation
(org.springframework.core.io.Resource location) void
-
Constructor Details
-
Credentials
-
-
Method Details
-
getScopes
-
setScopes
-
getLocation
public org.springframework.core.io.Resource getLocation() -
setLocation
public void setLocation(org.springframework.core.io.Resource location) -
getEncodedKey
-
setEncodedKey
-
hasKey
public boolean hasKey()
-