Uses of Class
com.google.cloud.datafusion.v1beta1.InstanceName
-
Packages that use InstanceName Package Description com.google.cloud.datafusion.v1beta1 A client to Cloud Data Fusion API -
-
Uses of InstanceName in com.google.cloud.datafusion.v1beta1
Methods in com.google.cloud.datafusion.v1beta1 that return InstanceName Modifier and Type Method Description InstanceName
InstanceName.Builder. build()
static InstanceName
InstanceName. of(String project, String location, String instance)
static InstanceName
InstanceName. parse(String formattedString)
Methods in com.google.cloud.datafusion.v1beta1 that return types with arguments of type InstanceName Modifier and Type Method Description static List<InstanceName>
InstanceName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.datafusion.v1beta1 with parameters of type InstanceName Modifier and Type Method Description AddDnsPeeringResponse
DataFusionClient. addDnsPeering(InstanceName parent)
Add DNS peering on the given resource.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
DataFusionClient. deleteInstanceAsync(InstanceName name)
Deletes a single Data Fusion instance.DataFusionClient.ListDnsPeeringsPagedResponse
DataFusionClient. listDnsPeerings(InstanceName parent)
List DNS peering for a given resource.DataFusionClient.ListNamespacesPagedResponse
DataFusionClient. listNamespaces(InstanceName parent)
List namespaces in a given instanceRemoveDnsPeeringResponse
DataFusionClient. removeDnsPeering(InstanceName parent)
Remove DNS peering on the given resource.Method parameters in com.google.cloud.datafusion.v1beta1 with type arguments of type InstanceName Modifier and Type Method Description static List<String>
InstanceName. toStringList(List<InstanceName> values)
-