public class SessionName implements ResourceName
Implements
com.google.api.resourcenames.ResourceNameStatic Methods
format(String project, String instance, String database, String session)
public static String format(String project, String instance, String database, String session)
Parameters | |
---|---|
Name | Description |
project | String |
instance | String |
database | String |
session | String |
Returns | |
---|---|
Type | Description |
String |
isParsableFrom(String formattedString)
public static boolean isParsableFrom(String formattedString)
Parameter | |
---|---|
Name | Description |
formattedString | String |
Returns | |
---|---|
Type | Description |
boolean |
newBuilder()
public static SessionName.Builder newBuilder()
Returns | |
---|---|
Type | Description |
SessionName.Builder |
of(String project, String instance, String database, String session)
public static SessionName of(String project, String instance, String database, String session)
Parameters | |
---|---|
Name | Description |
project | String |
instance | String |
database | String |
session | String |
Returns | |
---|---|
Type | Description |
SessionName |
parse(String formattedString)
public static SessionName parse(String formattedString)
Parameter | |
---|---|
Name | Description |
formattedString | String |
Returns | |
---|---|
Type | Description |
SessionName |
parseList(List<String> formattedStrings)
public static List<SessionName> parseList(List<String> formattedStrings)
Parameter | |
---|---|
Name | Description |
formattedStrings | List<String> |
Returns | |
---|---|
Type | Description |
List<SessionName> |
toStringList(List<SessionName> values)
public static List<String> toStringList(List<SessionName> values)
Parameter | |
---|---|
Name | Description |
values | List<SessionName> |
Returns | |
---|---|
Type | Description |
List<String> |
Constructors
SessionName() (deprecated)
protected SessionName()
Methods
equals(Object o)
public boolean equals(Object o)
Parameter | |
---|---|
Name | Description |
o | Object |
Returns | |
---|---|
Type | Description |
boolean |
getDatabase()
public String getDatabase()
Returns | |
---|---|
Type | Description |
String |
getFieldValue(String fieldName)
public String getFieldValue(String fieldName)
Parameter | |
---|---|
Name | Description |
fieldName | String |
Returns | |
---|---|
Type | Description |
String |
getFieldValuesMap()
public Map<String,String> getFieldValuesMap()
Returns | |
---|---|
Type | Description |
Map<String,String> |
getInstance()
public String getInstance()
Returns | |
---|---|
Type | Description |
String |
getProject()
public String getProject()
Returns | |
---|---|
Type | Description |
String |
getSession()
public String getSession()
Returns | |
---|---|
Type | Description |
String |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
toBuilder()
public SessionName.Builder toBuilder()
Returns | |
---|---|
Type | Description |
SessionName.Builder |
toString()
public String toString()
Returns | |
---|---|
Type | Description |
String |