Uses of Class
com.google.cloud.notebooks.v2.InstanceName
-
Packages that use InstanceName Package Description com.google.cloud.notebooks.v2 A client to Notebooks API -
-
Uses of InstanceName in com.google.cloud.notebooks.v2
Methods in com.google.cloud.notebooks.v2 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.notebooks.v2 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.notebooks.v2 with parameters of type InstanceName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
NotebookServiceClient. deleteInstanceAsync(InstanceName name)
Deletes a single Instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
NotebookServiceClient. diagnoseInstanceAsync(InstanceName name, DiagnosticConfig diagnosticConfig)
Creates a Diagnostic File and runs Diagnostic Tool given an Instance.Instance
NotebookServiceClient. getInstance(InstanceName name)
Gets details of a single Instance.Method parameters in com.google.cloud.notebooks.v2 with type arguments of type InstanceName Modifier and Type Method Description static List<String>
InstanceName. toStringList(List<InstanceName> values)
-