Class EnvironmentName.Builder (2.62.0)

publicstaticclass EnvironmentName.Builder

Builder for users/{user}/environments/{environment}.

Inheritance

java.lang.Object > EnvironmentName.Builder

Constructors

Builder()

protectedBuilder()

Methods

build()

publicEnvironmentNamebuild()
Returns
Type Description
EnvironmentName

getEnvironment()

publicStringgetEnvironment()
Returns
Type Description
String

getUser()

publicStringgetUser()
Returns
Type Description
String

setEnvironment(String environment)

publicEnvironmentName.BuildersetEnvironment(Stringenvironment)
Parameter
Name Description
environment String
Returns
Type Description
EnvironmentName.Builder

setUser(String user)

publicEnvironmentName.BuildersetUser(Stringuser)
Parameter
Name Description
user String
Returns
Type Description
EnvironmentName.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年11月19日 UTC.