Class CustomTargetTypeName.Builder (1.39.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
TypeDescription
CustomTargetTypeName

getCustomTargetType()

public String getCustomTargetType()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setCustomTargetType(String customTargetType)

public CustomTargetTypeName.Builder setCustomTargetType(String customTargetType)
Parameter
NameDescription
customTargetTypeString
Returns
TypeDescription
CustomTargetTypeName.Builder

setLocation(String location)

public CustomTargetTypeName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
CustomTargetTypeName.Builder

setProject(String project)

public CustomTargetTypeName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
CustomTargetTypeName.Builder