Class ParticipantSessionName (0.62.0)

public class ParticipantSessionName implements ResourceName

Inheritance

java.lang.Object > ParticipantSessionName

Implements

com.google.api.resourcenames.ResourceName

Static Methods

format(String conferenceRecord, String participant, String participantSession)

public static String format(String conferenceRecord, String participant, String participantSession)
Parameters
Name Description
conferenceRecord String
participant String
participantSession 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 ParticipantSessionName.Builder newBuilder()
Returns
Type Description
ParticipantSessionName.Builder

of(String conferenceRecord, String participant, String participantSession)

public static ParticipantSessionName of(String conferenceRecord, String participant, String participantSession)
Parameters
Name Description
conferenceRecord String
participant String
participantSession String
Returns
Type Description
ParticipantSessionName

parse(String formattedString)

public static @Nullable ParticipantSessionName parse(String formattedString)
Parameter
Name Description
formattedString String
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.apps.meet.v2beta.ParticipantSessionName

parseList(List<String> formattedStrings)

public static List<ParticipantSessionName> parseList(List<String> formattedStrings)
Parameter
Name Description
formattedStrings List<String>
Returns
Type Description
List<ParticipantSessionName>

toStringList(List<@Nullable ParticipantSessionName> values)

public static List<String> toStringList(List<@Nullable ParticipantSessionName> values)
Parameter
Name Description
values List<@org.jspecify.annotations.Nullable com.google.apps.meet.v2beta.ParticipantSessionName>
Returns
Type Description
List<String>

Constructors

ParticipantSessionName() (deprecated)

protected ParticipantSessionName()

Methods

equals(@Nullable Object o)

public boolean equals(@Nullable Object o)
Parameter
Name Description
o @org.jspecify.annotations.Nullable java.lang.Object
Returns
Type Description
boolean
Overrides

getConferenceRecord()

public String getConferenceRecord()
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>

getParticipant()

public String getParticipant()
Returns
Type Description
String

getParticipantSession()

public String getParticipantSession()
Returns
Type Description
String

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public ParticipantSessionName.Builder toBuilder()
Returns
Type Description
ParticipantSessionName.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides