Package com.google.cloud.aiplatform.v1
Interface NotebookRuntimeTemplateRefOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NotebookRuntimeTemplateRef,NotebookRuntimeTemplateRef.Builder
@Generated
public interface NotebookRuntimeTemplateRefOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionImmutable.com.google.protobuf.ByteStringImmutable.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getNotebookRuntimeTemplate
String getNotebookRuntimeTemplate()Immutable. A resource name of the NotebookRuntimeTemplate.
string notebook_runtime_template = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The notebookRuntimeTemplate.
-
getNotebookRuntimeTemplateBytes
com.google.protobuf.ByteString getNotebookRuntimeTemplateBytes()Immutable. A resource name of the NotebookRuntimeTemplate.
string notebook_runtime_template = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for notebookRuntimeTemplate.
-