| Modifier and Type | Method and Description |
|---|---|
ControlName |
ControlName.Builder.build() |
ControlName |
ControlName.ProjectLocationCollectionDataStoreControlBuilder.build() |
ControlName |
ControlName.ProjectLocationCollectionEngineControlBuilder.build() |
static ControlName |
ControlName.of(String project,
String location,
String dataStore,
String control) |
static ControlName |
ControlName.ofProjectLocationCollectionDataStoreControlName(String project,
String location,
String collection,
String dataStore,
String control) |
static ControlName |
ControlName.ofProjectLocationCollectionEngineControlName(String project,
String location,
String collection,
String engine,
String control) |
static ControlName |
ControlName.ofProjectLocationDataStoreControlName(String project,
String location,
String dataStore,
String control) |
static ControlName |
ControlName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<ControlName> |
ControlName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
ControlName.toStringList(List<ControlName> values) |
Copyright © 2025 Google LLC. All rights reserved.