Uses of Class
com.google.cloud.gsuiteaddons.v1.AuthorizationName
-
Packages that use AuthorizationName Package Description com.google.cloud.gsuiteaddons.v1 A client to Google Workspace Add-ons API -
-
Uses of AuthorizationName in com.google.cloud.gsuiteaddons.v1
Methods in com.google.cloud.gsuiteaddons.v1 that return AuthorizationName Modifier and Type Method Description AuthorizationName
AuthorizationName.Builder. build()
static AuthorizationName
AuthorizationName. of(String project)
static AuthorizationName
AuthorizationName. parse(String formattedString)
Methods in com.google.cloud.gsuiteaddons.v1 that return types with arguments of type AuthorizationName Modifier and Type Method Description static List<AuthorizationName>
AuthorizationName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.gsuiteaddons.v1 with parameters of type AuthorizationName Modifier and Type Method Description Authorization
GSuiteAddOnsClient. getAuthorization(AuthorizationName name)
Gets the authorization information for deployments in a given project.Method parameters in com.google.cloud.gsuiteaddons.v1 with type arguments of type AuthorizationName Modifier and Type Method Description static List<String>
AuthorizationName. toStringList(List<AuthorizationName> values)
-