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