public static class CustomTargetTypeName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CustomTargetTypeName |
build() |
String |
getCustomTargetType() |
String |
getLocation() |
String |
getProject() |
CustomTargetTypeName.Builder |
setCustomTargetType(String customTargetType) |
CustomTargetTypeName.Builder |
setLocation(String location) |
CustomTargetTypeName.Builder |
setProject(String project) |
public String getProject()
public String getLocation()
public String getCustomTargetType()
public CustomTargetTypeName.Builder setProject(String project)
public CustomTargetTypeName.Builder setLocation(String location)
public CustomTargetTypeName.Builder setCustomTargetType(String customTargetType)
public CustomTargetTypeName build()
Copyright © 2024 Google LLC. All rights reserved.