@Generated(value="by gapic-generator-java") public class CustomTargetTypeName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomTargetTypeName.Builder
Builder for projects/{project}/locations/{location}/customTargetTypes/{custom_target_type}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
CustomTargetTypeName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String customTargetType) |
String |
getCustomTargetType() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static CustomTargetTypeName.Builder |
newBuilder() |
static CustomTargetTypeName |
of(String project,
String location,
String customTargetType) |
static CustomTargetTypeName |
parse(String formattedString) |
static List<CustomTargetTypeName> |
parseList(List<String> formattedStrings) |
CustomTargetTypeName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<CustomTargetTypeName> values) |
@Deprecated protected CustomTargetTypeName()
public String getProject()
public String getLocation()
public String getCustomTargetType()
public static CustomTargetTypeName.Builder newBuilder()
public CustomTargetTypeName.Builder toBuilder()
public static CustomTargetTypeName of(String project, String location, String customTargetType)
public static CustomTargetTypeName parse(String formattedString)
public static List<CustomTargetTypeName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<CustomTargetTypeName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.