Class FeatureName.Builder (1.44.0)

public static class FeatureName.Builder

Builder for projects/{project}/locations/{location}/features/{feature}.

Inheritance

java.lang.Object > FeatureName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public FeatureName build()
Returns
Type Description
FeatureName

getFeature()

public String getFeature()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setFeature(String feature)

public FeatureName.Builder setFeature(String feature)
Parameter
Name Description
feature String
Returns
Type Description
FeatureName.Builder

setLocation(String location)

public FeatureName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
FeatureName.Builder

setProject(String project)

public FeatureName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
FeatureName.Builder