Uses of Class
com.google.cloud.apigeeregistry.v1.InstanceName
-
Packages that use InstanceName Package Description com.google.cloud.apigeeregistry.v1 A client to Apigee Registry API -
-
Uses of InstanceName in com.google.cloud.apigeeregistry.v1
Methods in com.google.cloud.apigeeregistry.v1 that return InstanceName Modifier and Type Method Description InstanceNameInstanceName.Builder. build()static InstanceNameInstanceName. of(String project, String location, String instance)static InstanceNameInstanceName. parse(String formattedString)Methods in com.google.cloud.apigeeregistry.v1 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.apigeeregistry.v1 with parameters of type InstanceName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>ProvisioningClient. deleteInstanceAsync(InstanceName name)Deletes the Registry instance.InstanceProvisioningClient. getInstance(InstanceName name)Gets details of a single Instance.Method parameters in com.google.cloud.apigeeregistry.v1 with type arguments of type InstanceName Modifier and Type Method Description static List<String>InstanceName. toStringList(List<InstanceName> values)
-