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