Class FeatureMonitorName.Builder (3.56.0)

public static class FeatureMonitorName.Builder

Builder for projects/{project}/locations/{location}/featureGroups/{feature_group}/featureMonitors/{feature_monitor}.

Inheritance

java.lang.Object > FeatureMonitorName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public FeatureMonitorName build()
Returns
Type Description
FeatureMonitorName

getFeatureGroup()

public String getFeatureGroup()
Returns
Type Description
String

getFeatureMonitor()

public String getFeatureMonitor()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setFeatureGroup(String featureGroup)

public FeatureMonitorName.Builder setFeatureGroup(String featureGroup)
Parameter
Name Description
featureGroup String
Returns
Type Description
FeatureMonitorName.Builder

setFeatureMonitor(String featureMonitor)

public FeatureMonitorName.Builder setFeatureMonitor(String featureMonitor)
Parameter
Name Description
featureMonitor String
Returns
Type Description
FeatureMonitorName.Builder

setLocation(String location)

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

setProject(String project)

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