@Generated(value="by gapic-generator-java") public class EngineName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
EngineName.Builder
Builder for projects/{project}/locations/{location}/collections/{collection}/engines/{engine}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
EngineName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String collection,
String engine) |
String |
getCollection() |
String |
getEngine() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static EngineName.Builder |
newBuilder() |
static EngineName |
of(String project,
String location,
String collection,
String engine) |
static EngineName |
parse(String formattedString) |
static List<EngineName> |
parseList(List<String> formattedStrings) |
EngineName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<EngineName> values) |
@Deprecated protected EngineName()
public String getProject()
public String getLocation()
public String getCollection()
public String getEngine()
public static EngineName.Builder newBuilder()
public EngineName.Builder toBuilder()
public static EngineName of(String project, String location, String collection, String engine)
public static String format(String project, String location, String collection, String engine)
public static EngineName parse(String formattedString)
public static List<EngineName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<EngineName> 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 © 2025 Google LLC. All rights reserved.