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