Class ServingConfigName

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

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

      • ServingConfigName

        @Deprecated
        protected ServingConfigName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • getDataStore

        public String getDataStore()
      • getServingConfig

        public String getServingConfig()
      • getCollection

        public String getCollection()
      • newProjectLocationDataStoreServingConfigBuilder

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

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ServingConfigName ofProjectLocationDataStoreServingConfigName​(String project,
                                                                                    String location,
                                                                                    String dataStore,
                                                                                    String servingConfig)
      • ofProjectLocationCollectionDataStoreServingConfigName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ServingConfigName ofProjectLocationCollectionDataStoreServingConfigName​(String project,
                                                                                              String location,
                                                                                              String collection,
                                                                                              String dataStore,
                                                                                              String servingConfig)
      • formatProjectLocationDataStoreServingConfigName

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

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