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