Class FeedName

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

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

      • FeedName

        @Deprecated
        protected FeedName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getFeed

        public String getFeed()
      • getFolder

        public String getFolder()
      • getOrganization

        public String getOrganization()
      • newProjectFeedBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static FeedName.FolderFeedBuilder newFolderFeedBuilder()
      • newOrganizationFeedBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static FeedName.OrganizationFeedBuilder newOrganizationFeedBuilder()
      • ofProjectFeedName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static FeedName ofProjectFeedName​(String project,
                                                 String feed)
      • ofFolderFeedName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static FeedName ofFolderFeedName​(String folder,
                                                String feed)
      • ofOrganizationFeedName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static FeedName ofOrganizationFeedName​(String organization,
                                                      String feed)
      • formatProjectFeedName

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

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatFolderFeedName​(String folder,
                                                  String feed)
      • formatOrganizationFeedName

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