Uses of Class
com.google.cloud.networkconnectivity.v1alpha1.HubName
-
Packages that use HubName Package Description com.google.cloud.networkconnectivity.v1alpha1 A client to Network Connectivity API -
-
Uses of HubName in com.google.cloud.networkconnectivity.v1alpha1
Methods in com.google.cloud.networkconnectivity.v1alpha1 that return HubName Modifier and Type Method Description HubName
HubName.Builder. build()
static HubName
HubName. of(String project, String hub)
static HubName
HubName. parse(String formattedString)
Methods in com.google.cloud.networkconnectivity.v1alpha1 that return types with arguments of type HubName Modifier and Type Method Description static List<HubName>
HubName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.networkconnectivity.v1alpha1 with parameters of type HubName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
HubServiceClient. deleteHubAsync(HubName name)
Deletes a single Hub.Hub
HubServiceClient. getHub(HubName name)
Gets details of a single Hub.Method parameters in com.google.cloud.networkconnectivity.v1alpha1 with type arguments of type HubName Modifier and Type Method Description static List<String>
HubName. toStringList(List<HubName> values)
-