Class ConversationModelName

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

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

      • ConversationModelName

        @Deprecated
        protected ConversationModelName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • getConversationModel

        public String getConversationModel()
      • newProjectLocationConversationModelBuilder

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

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ConversationModelName ofProjectLocationConversationModelName​(String project,
                                                                                   String location,
                                                                                   String conversationModel)
      • ofProjectConversationModelName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ConversationModelName ofProjectConversationModelName​(String project,
                                                                           String conversationModel)
      • formatProjectLocationConversationModelName

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatProjectLocationConversationModelName​(String project,
                                                                        String location,
                                                                        String conversationModel)
      • formatProjectConversationModelName

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