@Generated(value="by gapic-generator-java") public class BigQueryExportName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
BigQueryExportName.Builder
Builder for organizations/{organization}/bigQueryExports/{export}.
|
static class |
BigQueryExportName.FolderExportBuilder
Builder for folders/{folder}/bigQueryExports/{export}.
|
static class |
BigQueryExportName.ProjectExportBuilder
Builder for projects/{project}/bigQueryExports/{export}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BigQueryExportName()
Deprecated.
|
@Deprecated protected BigQueryExportName()
public String getOrganization()
public String getExport()
public String getFolder()
public String getProject()
public static BigQueryExportName.Builder newBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static BigQueryExportName.Builder newOrganizationExportBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static BigQueryExportName.FolderExportBuilder newFolderExportBuilder()
@BetaApi(value="The per-pattern Builders are not stable yet and may be changed in the future.") public static BigQueryExportName.ProjectExportBuilder newProjectExportBuilder()
public BigQueryExportName.Builder toBuilder()
public static BigQueryExportName of(String organization, String export)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static BigQueryExportName ofOrganizationExportName(String organization, String export)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static BigQueryExportName ofFolderExportName(String folder, String export)
@BetaApi(value="The static create methods are not stable yet and may be changed in the future.") public static BigQueryExportName ofProjectExportName(String project, String export)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatOrganizationExportName(String organization, String export)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatFolderExportName(String folder, String export)
@BetaApi(value="The static format methods are not stable yet and may be changed in the future.") public static String formatProjectExportName(String project, String export)
public static BigQueryExportName parse(String formattedString)
public static List<BigQueryExportName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<BigQueryExportName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.