Class FunctionName.Builder (2.8.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

getFunction()

publicStringgetFunction()
Returns
Type Description

getLocation()

publicStringgetLocation()
Returns
Type Description

getProject()

publicStringgetProject()
Returns
Type Description

setFunction(String function)

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

setLocation(String location)

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

setProject(String project)

publicFunctionName.BuildersetProject(Stringproject)
Parameter
Name Description
project String
Returns
Type Description

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.