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