Class BigQueryExportName

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

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

      • BigQueryExportName

        @Deprecated
        protected BigQueryExportName()
        Deprecated.
    • Method Detail

      • getOrganization

        public String getOrganization()
      • getExport

        public String getExport()
      • getFolder

        public String getFolder()
      • getProject

        public String getProject()
      • newOrganizationExportBuilder

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

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static BigQueryExportName.FolderExportBuilder newFolderExportBuilder()
      • newProjectExportBuilder

        @BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.")
        public static BigQueryExportName.ProjectExportBuilder newProjectExportBuilder()
      • ofOrganizationExportName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static BigQueryExportName ofOrganizationExportName​(String organization,
                                                                  String export)
      • ofFolderExportName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static BigQueryExportName ofFolderExportName​(String folder,
                                                            String export)
      • ofProjectExportName

        @BetaApi("The static create methods are not stable yet and may be changed in the future.")
        public static BigQueryExportName ofProjectExportName​(String project,
                                                             String export)
      • formatOrganizationExportName

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

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

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