@Generated(value="by gapic-generator-java") public class NotebookRuntimeTemplateName extends Object implements com.google.api.resourcenames.ResourceName
| Modifier and Type | Class and Description |
|---|---|
static class |
NotebookRuntimeTemplateName.Builder
Builder for
projects/{project}/locations/{location}/notebookRuntimeTemplates/{notebook_runtime_template}.
|
| Modifier | Constructor and Description |
|---|---|
protected |
NotebookRuntimeTemplateName()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static String |
format(String project,
String location,
String notebookRuntimeTemplate) |
String |
getFieldValue(String fieldName) |
Map<String,String> |
getFieldValuesMap() |
String |
getLocation() |
String |
getNotebookRuntimeTemplate() |
String |
getProject() |
int |
hashCode() |
static boolean |
isParsableFrom(String formattedString) |
static NotebookRuntimeTemplateName.Builder |
newBuilder() |
static NotebookRuntimeTemplateName |
of(String project,
String location,
String notebookRuntimeTemplate) |
static NotebookRuntimeTemplateName |
parse(String formattedString) |
static List<NotebookRuntimeTemplateName> |
parseList(List<String> formattedStrings) |
NotebookRuntimeTemplateName.Builder |
toBuilder() |
String |
toString() |
static List<String> |
toStringList(List<NotebookRuntimeTemplateName> values) |
@Deprecated protected NotebookRuntimeTemplateName()
public String getProject()
public String getLocation()
public String getNotebookRuntimeTemplate()
public static NotebookRuntimeTemplateName.Builder newBuilder()
public NotebookRuntimeTemplateName.Builder toBuilder()
public static NotebookRuntimeTemplateName of(String project, String location, String notebookRuntimeTemplate)
public static NotebookRuntimeTemplateName parse(String formattedString)
public static List<NotebookRuntimeTemplateName> parseList(List<String> formattedStrings)
public static List<String> toStringList(List<NotebookRuntimeTemplateName> 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 © 2025 Google LLC. All rights reserved.