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