Class ReplayName

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

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

      • ReplayName

        @Deprecated
        protected ReplayName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getLocation

        public String getLocation()
      • getReplay

        public String getReplay()
      • getFolder

        public String getFolder()
      • getOrganization

        public String getOrganization()
      • newProjectLocationReplayBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static ReplayName.FolderLocationReplayBuilder newFolderLocationReplayBuilder()
      • newOrganizationLocationReplayBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static ReplayName.OrganizationLocationReplayBuilder newOrganizationLocationReplayBuilder()
      • ofProjectLocationReplayName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ReplayName ofProjectLocationReplayName​(String project,
                                                             String location,
                                                             String replay)
      • ofFolderLocationReplayName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ReplayName ofFolderLocationReplayName​(String folder,
                                                            String location,
                                                            String replay)
      • ofOrganizationLocationReplayName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static ReplayName ofOrganizationLocationReplayName​(String organization,
                                                                  String location,
                                                                  String replay)
      • formatProjectLocationReplayName

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

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatFolderLocationReplayName​(String folder,
                                                            String location,
                                                            String replay)
      • formatOrganizationLocationReplayName

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