@Generated(value="by gapic-generator-java") public class ParticipantSessionName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
ParticipantSessionName.Builder
Builder for
conferenceRecords/{conference_record}/participants/{participant}/participantSessions/{participant_session}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ParticipantSessionName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String conferenceRecord,
String participant,
String participantSession) |
String |
getConferenceRecord() |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getParticipant() |
String |
getParticipantSession() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static ParticipantSessionName.Builder |
newBuilder() |
static ParticipantSessionName |
of(String conferenceRecord,
String participant,
String participantSession) |
static ParticipantSessionName |
parse(String formattedString) |
static List<ParticipantSessionName> |
parseList(List<String> formattedStrings) |
ParticipantSessionName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<ParticipantSessionName> values) |
@Deprecated protected ParticipantSessionName()
public String getConferenceRecord()
public String getParticipant()
public String getParticipantSession()
public static ParticipantSessionName.Builder newBuilder()
public ParticipantSessionName.Builder toBuilder()
public static ParticipantSessionName of(String conferenceRecord, String participant, String participantSession)
public static String format(String conferenceRecord, String participant, String participantSession)
public static ParticipantSessionName parse(String formattedString)
public static List<ParticipantSessionName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ParticipantSessionName> 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.