Class TimeSeriesName

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

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

      • TimeSeriesName

        @Deprecated
        protected TimeSeriesName()
        Deprecated.
    • Method Detail

      • getProject

        public String getProject()
      • getTimeSeries

        public String getTimeSeries()
      • getOrganization

        public String getOrganization()
      • getFolder

        public String getFolder()
      • newProjectTimeSeriesBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static TimeSeriesName.OrganizationTimeSeriesBuilder newOrganizationTimeSeriesBuilder()
      • newFolderTimeSeriesBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static TimeSeriesName.FolderTimeSeriesBuilder newFolderTimeSeriesBuilder()
      • ofProjectTimeSeriesName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static TimeSeriesName ofProjectTimeSeriesName​(String project,
                                                             String timeSeries)
      • ofOrganizationTimeSeriesName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static TimeSeriesName ofOrganizationTimeSeriesName​(String organization,
                                                                  String timeSeries)
      • ofFolderTimeSeriesName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static TimeSeriesName ofFolderTimeSeriesName​(String folder,
                                                            String timeSeries)
      • formatProjectTimeSeriesName

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

        @BetaApi("The static format methods are not stable yet and may be changed in the future.")
        public static String formatOrganizationTimeSeriesName​(String organization,
                                                              String timeSeries)
      • formatFolderTimeSeriesName

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