@Generated(value="by gapic-generator-java") public class ControlName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
ControlName.Builder
Builder for projects/{project}/locations/{location}/dataStores/{data_store}/controls/{control}.
|
static class |
ControlName.ProjectLocationCollectionDataStoreControlBuilder
Builder for
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/controls/{control}.
|
static class |
ControlName.ProjectLocationCollectionEngineControlBuilder
Builder for
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/controls/{control}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
ControlName()
Deprecated.
|
@Deprecated protected ControlName()
public String getProject()
public String getLocation()
public String getDataStore()
public String getControl()
public String getCollection()
public String getEngine()
public static ControlName.Builder newBuilder()
public static ControlName.Builder newProjectLocationDataStoreControlBuilder()
public static ControlName.ProjectLocationCollectionDataStoreControlBuilder newProjectLocationCollectionDataStoreControlBuilder()
public static ControlName.ProjectLocationCollectionEngineControlBuilder newProjectLocationCollectionEngineControlBuilder()
public ControlName.Builder toBuilder()
public static ControlName of(String project, String location, String dataStore, String control)
public static ControlName ofProjectLocationDataStoreControlName(String project, String location, String dataStore, String control)
public static ControlName ofProjectLocationCollectionDataStoreControlName(String project, String location, String collection, String dataStore, String control)
public static ControlName ofProjectLocationCollectionEngineControlName(String project, String location, String collection, String engine, String control)
public static String format(String project, String location, String dataStore, String control)
public static String formatProjectLocationDataStoreControlName(String project, String location, String dataStore, String control)
public static String formatProjectLocationCollectionDataStoreControlName(String project, String location, String collection, String dataStore, String control)
public static String formatProjectLocationCollectionEngineControlName(String project, String location, String collection, String engine, String control)
public static ControlName parse(String formattedString)
public static List<ControlName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<ControlName> 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.