public interface CreateNotebookRuntimeTemplateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NotebookRuntimeTemplate |
getNotebookRuntimeTemplate()
Required.
|
String |
getNotebookRuntimeTemplateId()
Optional.
|
com.google.protobuf.ByteString |
getNotebookRuntimeTemplateIdBytes()
Optional.
|
NotebookRuntimeTemplateOrBuilder |
getNotebookRuntimeTemplateOrBuilder()
Required.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasNotebookRuntimeTemplate()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The resource name of the Location to create the
NotebookRuntimeTemplate. Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The resource name of the Location to create the
NotebookRuntimeTemplate. Format: `projects/{project}/locations/{location}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasNotebookRuntimeTemplate()
Required. The NotebookRuntimeTemplate to create.
.google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_template = 2 [(.google.api.field_behavior) = REQUIRED];
NotebookRuntimeTemplate getNotebookRuntimeTemplate()
Required. The NotebookRuntimeTemplate to create.
.google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_template = 2 [(.google.api.field_behavior) = REQUIRED];
NotebookRuntimeTemplateOrBuilder getNotebookRuntimeTemplateOrBuilder()
Required. The NotebookRuntimeTemplate to create.
.google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplate notebook_runtime_template = 2 [(.google.api.field_behavior) = REQUIRED];
String getNotebookRuntimeTemplateId()
Optional. User specified ID for the notebook runtime template.
string notebook_runtime_template_id = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getNotebookRuntimeTemplateIdBytes()
Optional. User specified ID for the notebook runtime template.
string notebook_runtime_template_id = 3 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.