@Generated(value="by gapic-generator-java") public class GroundingConfigName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
GroundingConfigName.Builder
Builder for projects/{project}/locations/{location}/groundingConfigs/{grounding_config}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
GroundingConfigName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String groundingConfig) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getGroundingConfig() |
String |
getLocation() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static GroundingConfigName.Builder |
newBuilder() |
static GroundingConfigName |
of(String project,
String location,
String groundingConfig) |
static GroundingConfigName |
parse(String formattedString) |
static List<GroundingConfigName> |
parseList(List<String> formattedStrings) |
GroundingConfigName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<GroundingConfigName> values) |
@Deprecated protected GroundingConfigName()
public String getProject()
public String getLocation()
public String getGroundingConfig()
public static GroundingConfigName.Builder newBuilder()
public GroundingConfigName.Builder toBuilder()
public static GroundingConfigName of(String project, String location, String groundingConfig)
public static GroundingConfigName parse(String formattedString)
public static List<GroundingConfigName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<GroundingConfigName> 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.