Package com.google.cloud.dialogflow.v2
Class ParticipantName
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.ParticipantName
-
- All Implemented Interfaces:
com.google.api.resourcenames.ResourceName
@Generated("by gapic-generator-java") public class ParticipantName extends Object implements com.google.api.resourcenames.ResourceName
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ParticipantName.Builder
Builder for projects/{project}/conversations/{conversation}/participants/{participant}.static class
ParticipantName.ProjectLocationConversationParticipantBuilder
Builder for projects/{project}/locations/{location}/conversations/{conversation}/participants/{participant}.
-
Constructor Summary
Constructors Modifier Constructor Description protected
ParticipantName()
Deprecated.
-
Method Summary
-
-
-
Constructor Detail
-
ParticipantName
@Deprecated protected ParticipantName()
Deprecated.
-
-
Method Detail
-
getProject
public String getProject()
-
getConversation
public String getConversation()
-
getParticipant
public String getParticipant()
-
getLocation
public String getLocation()
-
newBuilder
public static ParticipantName.Builder newBuilder()
-
newProjectConversationParticipantBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ParticipantName.Builder newProjectConversationParticipantBuilder()
-
newProjectLocationConversationParticipantBuilder
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static ParticipantName.ProjectLocationConversationParticipantBuilder newProjectLocationConversationParticipantBuilder()
-
toBuilder
public ParticipantName.Builder toBuilder()
-
of
public static ParticipantName of(String project, String conversation, String participant)
-
ofProjectConversationParticipantName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ParticipantName ofProjectConversationParticipantName(String project, String conversation, String participant)
-
ofProjectLocationConversationParticipantName
@BetaApi("The static create methods are not stable yet and may be changed in the future.") public static ParticipantName ofProjectLocationConversationParticipantName(String project, String location, String conversation, String participant)
-
formatProjectConversationParticipantName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectConversationParticipantName(String project, String conversation, String participant)
-
formatProjectLocationConversationParticipantName
@BetaApi("The static format methods are not stable yet and may be changed in the future.") public static String formatProjectLocationConversationParticipantName(String project, String location, String conversation, String participant)
-
parse
public static ParticipantName parse(String formattedString)
-
parseList
public static List<ParticipantName> parseList(List<String> formattedStrings)
-
toStringList
public static List<String> toStringList(List<ParticipantName> values)
-
isParsableFrom
public static boolean isParsableFrom(String formattedString)
-
getFieldValuesMap
public Map<String,String> getFieldValuesMap()
- Specified by:
getFieldValuesMap
in interfacecom.google.api.resourcenames.ResourceName
-
getFieldValue
public String getFieldValue(String fieldName)
- Specified by:
getFieldValue
in interfacecom.google.api.resourcenames.ResourceName
-
-