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