@Generated(value="by gapic-generator-java") public class NotebookRuntimeName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
NotebookRuntimeName.Builder
Builder for projects/{project}/locations/{location}/notebookRuntimes/{notebook_runtime}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
NotebookRuntimeName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String notebookRuntime) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getNotebookRuntime() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static NotebookRuntimeName.Builder |
newBuilder() |
static NotebookRuntimeName |
of(String project,
String location,
String notebookRuntime) |
static NotebookRuntimeName |
parse(String formattedString) |
static List<NotebookRuntimeName> |
parseList(List<String> formattedStrings) |
NotebookRuntimeName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<NotebookRuntimeName> values) |
@Deprecated protected NotebookRuntimeName()
public String getProject()
public String getLocation()
public String getNotebookRuntime()
public static NotebookRuntimeName.Builder newBuilder()
public NotebookRuntimeName.Builder toBuilder()
public static NotebookRuntimeName of(String project, String location, String notebookRuntime)
public static NotebookRuntimeName parse(String formattedString)
public static List<NotebookRuntimeName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<NotebookRuntimeName> values)
public static boolean isParsableFrom(String formattedString)
public Map<String,String> getFieldValuesMap()
getFieldValuesMap in interface com.google.api.resourcenames.ResourceNamepublic String getFieldValue(String fieldName)
getFieldValue in interface com.google.api.resourcenames.ResourceNameCopyright © 2024 Google LLC. All rights reserved.