@Generated(value="by gapic-generator-java") public class DocumentProcessingConfigName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
DocumentProcessingConfigName.Builder
Builder for
projects/{project}/locations/{location}/dataStores/{data_store}/documentProcessingConfig.
|
static class |
DocumentProcessingConfigName.ProjectLocationCollectionDataStoreBuilder
Builder for
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/documentProcessingConfig.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DocumentProcessingConfigName()
Deprecated.
|
@Deprecated protected DocumentProcessingConfigName()
public String getProject()
public String getLocation()
public String getDataStore()
public String getCollection()
public static DocumentProcessingConfigName.Builder newBuilder()
public static DocumentProcessingConfigName.Builder newProjectLocationDataStoreBuilder()
public static DocumentProcessingConfigName.ProjectLocationCollectionDataStoreBuilder newProjectLocationCollectionDataStoreBuilder()
public DocumentProcessingConfigName.Builder toBuilder()
public static DocumentProcessingConfigName of(String project, String location, String dataStore)
public static DocumentProcessingConfigName ofProjectLocationDataStoreName(String project, String location, String dataStore)
public static DocumentProcessingConfigName ofProjectLocationCollectionDataStoreName(String project, String location, String collection, String dataStore)
public static String formatProjectLocationDataStoreName(String project, String location, String dataStore)
public static String formatProjectLocationCollectionDataStoreName(String project, String location, String collection, String dataStore)
public static DocumentProcessingConfigName parse(String formattedString)
public static List<DocumentProcessingConfigName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<DocumentProcessingConfigName> 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.