Class CustomTargetTypeName.Builder (1.40.0)

public static class CustomTargetTypeName.Builder

Builder for projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.

Inheritance

java.lang.Object > CustomTargetTypeName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public CustomTargetTypeName build()
Returns
Type Description
CustomTargetTypeName

getCustomTargetType()

public String getCustomTargetType()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setCustomTargetType(String customTargetType)

public CustomTargetTypeName.Builder setCustomTargetType(String customTargetType)
Parameter
Name Description
customTargetType String
Returns
Type Description
CustomTargetTypeName.Builder

setLocation(String location)

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

setProject(String project)

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