Class ConversationProfileName

  • All Implemented Interfaces:
    com.google.api.resourcenames.ResourceName

    @Generated("by gapic-generator-java")
    public class ConversationProfileName
    extends Object
    implements com.google.api.resourcenames.ResourceName
    • Constructor Detail

      • ConversationProfileName

        @Deprecated
        protected ConversationProfileName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getConversationProfile

        public String getConversationProfile()
      • getLocation

        public String getLocation()
      • newProjectConversationProfileBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static ConversationProfileName.Builder newProjectConversationProfileBuilder()
      • ofProjectConversationProfileName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ConversationProfileName ofProjectConversationProfileName​(String project,
                                                                               String conversationProfile)
      • ofProjectLocationConversationProfileName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ConversationProfileName ofProjectLocationConversationProfileName​(String project,
                                                                                       String location,
                                                                                       String conversationProfile)
      • formatProjectConversationProfileName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectConversationProfileName​(String project,
                                                                  String conversationProfile)
      • formatProjectLocationConversationProfileName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectLocationConversationProfileName​(String project,
                                                                          String location,
                                                                          String conversationProfile)
      • 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