| Modifier and Type | Method and Description |
|---|---|
AgentName |
AgentName.Builder.build() |
AgentName |
AgentName.ProjectLocationAgentBuilder.build() |
static AgentName |
AgentName.of(String project) |
static AgentName |
AgentName.ofProjectAgentName(String project)
Deprecated.
Please use
#ofProjectName() instead |
static AgentName |
AgentName.ofProjectLocationAgentName(String project,
String location)
Deprecated.
Please use
#ofProjectLocationName() instead |
static AgentName |
AgentName.ofProjectLocationName(String project,
String location) |
static AgentName |
AgentName.ofProjectName(String project) |
static AgentName |
AgentName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<AgentName> |
AgentName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
AgentName.toStringList(List<AgentName> values) |
Copyright © 2023 Google LLC. All rights reserved.