Class 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
    • 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()
      • newProjectConversationParticipantBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static ParticipantName.Builder newProjectConversationParticipantBuilder()
      • 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)
      • isParsableFrom

        public static boolean isParsableFrom​(String formattedString)
      • getFieldValuesMap

        public Map<String,​String> getFieldValuesMap()
        Specified by:
        getFieldValuesMap in interface com.google.api.resourcenames.ResourceName
      • getFieldValue

        public String getFieldValue​(String fieldName)
        Specified by:
        getFieldValue in interface com.google.api.resourcenames.ResourceName
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object