| Modifier and Type | Method and Description |
|---|---|
IntentName |
IntentName.Builder.build() |
IntentName |
IntentName.ProjectLocationIntentBuilder.build() |
static IntentName |
IntentName.of(String project,
String intent) |
static IntentName |
IntentName.ofProjectIntentName(String project,
String intent) |
static IntentName |
IntentName.ofProjectLocationIntentName(String project,
String location,
String intent) |
static IntentName |
IntentName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<IntentName> |
IntentName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
IntentName.toStringList(List<IntentName> values) |
Copyright © 2023 Google LLC. All rights reserved.