| Modifier and Type | Method and Description |
|---|---|
EndpointName |
EndpointName.Builder.build() |
EndpointName |
EndpointName.ProjectLocationPublisherModelBuilder.build() |
static EndpointName |
EndpointName.of(String project,
String location,
String endpoint) |
static EndpointName |
EndpointName.ofProjectLocationEndpointName(String project,
String location,
String endpoint) |
static EndpointName |
EndpointName.ofProjectLocationPublisherModelName(String project,
String location,
String publisher,
String model) |
static EndpointName |
EndpointName.parse(String formattedString) |
| Modifier and Type | Method and Description |
|---|---|
static List<EndpointName> |
EndpointName.parseList(List<String> formattedStrings) |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
EndpointName.toStringList(List<EndpointName> values) |
Copyright © 2024 Google LLC. All rights reserved.