Class GoogleFunctionsAccount
- java.lang.Object
-
- software.tnb.google.cloud.common.account.GoogleCloudAccount
-
- software.tnb.google.cloud.functions.account.GoogleFunctionsAccount
-
public class GoogleFunctionsAccount extends GoogleCloudAccount
-
-
Field Summary
-
Fields inherited from interface software.tnb.common.account.WithId
SYSTEM_PROPERTY_FORMAT
-
-
Constructor Summary
Constructors Constructor Description GoogleFunctionsAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringregion()voidsetRegion(String region)-
Methods inherited from class software.tnb.google.cloud.common.account.GoogleCloudAccount
clientEmail, clientId, credentialsId, privateKey, projectId, serviceAccountKey, setService_account_key
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.tnb.common.account.Account
toProperties
-
-