Class IntentName

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

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

      • IntentName

        @Deprecated
        protected IntentName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getIntent

        public String getIntent()
      • getLocation

        public String getLocation()
      • newProjectIntentBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static IntentName.ProjectLocationIntentBuilder newProjectLocationIntentBuilder()
      • ofProjectIntentName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static IntentName ofProjectIntentName​(String project,
                                                     String intent)
      • ofProjectLocationIntentName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static IntentName ofProjectLocationIntentName​(String project,
                                                             String location,
                                                             String intent)
      • formatProjectIntentName

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

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