Uses of Class
com.google.cloud.networkconnectivity.v1alpha1.SpokeName
-
Packages that use SpokeName Package Description com.google.cloud.networkconnectivity.v1alpha1 A client to Network Connectivity API -
-
Uses of SpokeName in com.google.cloud.networkconnectivity.v1alpha1
Methods in com.google.cloud.networkconnectivity.v1alpha1 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.v1alpha1 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.v1alpha1 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 single Spoke.Spoke
HubServiceClient. getSpoke(SpokeName name)
Gets details of a single Spoke.Method parameters in com.google.cloud.networkconnectivity.v1alpha1 with type arguments of type SpokeName Modifier and Type Method Description static List<String>
SpokeName. toStringList(List<SpokeName> values)
-