Class ServiceAccountName.Builder (0.20.0)

publicstaticclass ServiceAccountName.Builder

Builder for projects/{project}/serviceAccounts/{service_account}.

Inheritance

java.lang.Object > ServiceAccountName.Builder

Constructors

Builder()

protectedBuilder()

Methods

build()

publicServiceAccountNamebuild()
Returns
Type Description
ServiceAccountName

getProject()

publicStringgetProject()
Returns
Type Description
String

getServiceAccount()

publicStringgetServiceAccount()
Returns
Type Description
String

setProject(String project)

publicServiceAccountName.BuildersetProject(Stringproject)
Parameter
Name Description
project String
Returns
Type Description
ServiceAccountName.Builder

setServiceAccount(String serviceAccount)

publicServiceAccountName.BuildersetServiceAccount(StringserviceAccount)
Parameter
Name Description
serviceAccount String
Returns
Type Description
ServiceAccountName.Builder

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.