Uses of Class
com.google.cloud.networkconnectivity.v1.SpokeName
-
Packages that use SpokeName Package Description com.google.cloud.networkconnectivity.v1 A client to Network Connectivity API -
-
Uses of SpokeName in com.google.cloud.networkconnectivity.v1
Methods in com.google.cloud.networkconnectivity.v1 that return SpokeName Modifier and Type Method Description SpokeName
SpokeName.Builder. build()
static SpokeName
SpokeName. of(String project, String location, String spoke)
static SpokeName
SpokeName. parse(String formattedString)
Methods in com.google.cloud.networkconnectivity.v1 that return types with arguments of type SpokeName Modifier and Type Method Description static List<SpokeName>
SpokeName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.networkconnectivity.v1 with parameters of type SpokeName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
HubServiceClient. deleteSpokeAsync(SpokeName name)
Deletes a Network Connectivity Center spoke.Spoke
HubServiceClient. getSpoke(SpokeName name)
Gets details about a Network Connectivity Center spoke.Method parameters in com.google.cloud.networkconnectivity.v1 with type arguments of type SpokeName Modifier and Type Method Description static List<String>
SpokeName. toStringList(List<SpokeName> values)
-