Class OperatorName.Builder (0.2.0)

public static class OperatorName.Builder

Builder for projects/{project}/locations/{location}/operators/{operator}.

Inheritance

java.lang.Object > OperatorName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public OperatorName build()
Returns
Type Description
OperatorName

getLocation()

public String getLocation()
Returns
Type Description
String

getOperator()

public String getOperator()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setLocation(String location)

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

setOperator(String operator)

public OperatorName.Builder setOperator(String operator)
Parameter
Name Description
operator String
Returns
Type Description
OperatorName.Builder

setProject(String project)

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