Class FunctionName.Builder (2.17.0)

publicstaticclass FunctionName.Builder

Builder for projects/{project}/locations/{location}/functions/{function}.

Inheritance

java.lang.Object > FunctionName.Builder

Constructors

Builder()

protectedBuilder()

Methods

build()

publicFunctionNamebuild()
Returns
Type Description
FunctionName

getFunction()

publicStringgetFunction()
Returns
Type Description
String

getLocation()

publicStringgetLocation()
Returns
Type Description
String

getProject()

publicStringgetProject()
Returns
Type Description
String

setFunction(String function)

publicFunctionName.BuildersetFunction(Stringfunction)
Parameter
Name Description
function String
Returns
Type Description
FunctionName.Builder

setLocation(String location)

publicFunctionName.BuildersetLocation(Stringlocation)
Parameter
Name Description
location String
Returns
Type Description
FunctionName.Builder

setProject(String project)

publicFunctionName.BuildersetProject(Stringproject)
Parameter
Name Description
project String
Returns
Type Description
FunctionName.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.