public final class NotebookRuntimeTemplate extends com.google.protobuf.GeneratedMessageV3 implements NotebookRuntimeTemplateOrBuilder
A template that specifies runtime configurations such as machine type, runtime version, network configurations, etc. Multiple runtimes can be created from a runtime template.Protobuf type
google.cloud.aiplatform.v1.NotebookRuntimeTemplate| Modifier and Type | Class and Description |
|---|---|
static class |
NotebookRuntimeTemplate.Builder
A template that specifies runtime configurations such as machine type,
runtime version, network configurations, etc.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
DATA_PERSISTENT_DISK_SPEC_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
ENCRYPTION_SPEC_FIELD_NUMBER |
static int |
ETAG_FIELD_NUMBER |
static int |
EUC_CONFIG_FIELD_NUMBER |
static int |
IDLE_SHUTDOWN_CONFIG_FIELD_NUMBER |
static int |
IS_DEFAULT_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
MACHINE_SPEC_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NETWORK_SPEC_FIELD_NUMBER |
static int |
NETWORK_TAGS_FIELD_NUMBER |
static int |
NOTEBOOK_RUNTIME_TYPE_FIELD_NUMBER |
static int |
SERVICE_ACCOUNT_FIELD_NUMBER |
static int |
SHIELDED_VM_CONFIG_FIELD_NUMBER |
static int |
SOFTWARE_CONFIG_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
The labels with user-defined metadata to organize the
NotebookRuntimeTemplates.
|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
PersistentDiskSpec |
getDataPersistentDiskSpec()
Optional.
|
PersistentDiskSpecOrBuilder |
getDataPersistentDiskSpecOrBuilder()
Optional.
|
static NotebookRuntimeTemplate |
getDefaultInstance() |
NotebookRuntimeTemplate |
getDefaultInstanceForType() |
String |
getDescription()
The description of the NotebookRuntimeTemplate.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
The description of the NotebookRuntimeTemplate.
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
EncryptionSpec |
getEncryptionSpec()
Customer-managed encryption key spec for the notebook runtime.
|
EncryptionSpecOrBuilder |
getEncryptionSpecOrBuilder()
Customer-managed encryption key spec for the notebook runtime.
|
String |
getEtag()
Used to perform consistent read-modify-write updates.
|
com.google.protobuf.ByteString |
getEtagBytes()
Used to perform consistent read-modify-write updates.
|
NotebookEucConfig |
getEucConfig()
EUC configuration of the NotebookRuntimeTemplate.
|
NotebookEucConfigOrBuilder |
getEucConfigOrBuilder()
EUC configuration of the NotebookRuntimeTemplate.
|
NotebookIdleShutdownConfig |
getIdleShutdownConfig()
The idle shutdown configuration of NotebookRuntimeTemplate.
|
NotebookIdleShutdownConfigOrBuilder |
getIdleShutdownConfigOrBuilder()
The idle shutdown configuration of NotebookRuntimeTemplate.
|
boolean |
getIsDefault()
Deprecated.
google.cloud.aiplatform.v1.NotebookRuntimeTemplate.is_default is deprecated. See
google/cloud/aiplatform/v1/notebook_runtime.proto;l=74
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
The labels with user-defined metadata to organize the
NotebookRuntimeTemplates.
|
Map<String,String> |
getLabelsMap()
The labels with user-defined metadata to organize the
NotebookRuntimeTemplates.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
The labels with user-defined metadata to organize the
NotebookRuntimeTemplates.
|
String |
getLabelsOrThrow(String key)
The labels with user-defined metadata to organize the
NotebookRuntimeTemplates.
|
MachineSpec |
getMachineSpec()
Optional.
|
MachineSpecOrBuilder |
getMachineSpecOrBuilder()
Optional.
|
String |
getName()
The resource name of the NotebookRuntimeTemplate.
|
com.google.protobuf.ByteString |
getNameBytes()
The resource name of the NotebookRuntimeTemplate.
|
NetworkSpec |
getNetworkSpec()
Optional.
|
NetworkSpecOrBuilder |
getNetworkSpecOrBuilder()
Optional.
|
String |
getNetworkTags(int index)
Optional.
|
com.google.protobuf.ByteString |
getNetworkTagsBytes(int index)
Optional.
|
int |
getNetworkTagsCount()
Optional.
|
com.google.protobuf.ProtocolStringList |
getNetworkTagsList()
Optional.
|
NotebookRuntimeType |
getNotebookRuntimeType()
Optional.
|
int |
getNotebookRuntimeTypeValue()
Optional.
|
com.google.protobuf.Parser<NotebookRuntimeTemplate> |
getParserForType() |
int |
getSerializedSize() |
String |
getServiceAccount()
Deprecated.
google.cloud.aiplatform.v1.NotebookRuntimeTemplate.service_account is deprecated.
See google/cloud/aiplatform/v1/notebook_runtime.proto;l=109
|
com.google.protobuf.ByteString |
getServiceAccountBytes()
Deprecated.
google.cloud.aiplatform.v1.NotebookRuntimeTemplate.service_account is deprecated.
See google/cloud/aiplatform/v1/notebook_runtime.proto;l=109
|
ShieldedVmConfig |
getShieldedVmConfig()
Optional.
|
ShieldedVmConfigOrBuilder |
getShieldedVmConfigOrBuilder()
Optional.
|
NotebookSoftwareConfig |
getSoftwareConfig()
Optional.
|
NotebookSoftwareConfigOrBuilder |
getSoftwareConfigOrBuilder()
Optional.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasDataPersistentDiskSpec()
Optional.
|
boolean |
hasEncryptionSpec()
Customer-managed encryption key spec for the notebook runtime.
|
boolean |
hasEucConfig()
EUC configuration of the NotebookRuntimeTemplate.
|
int |
hashCode() |
boolean |
hasIdleShutdownConfig()
The idle shutdown configuration of NotebookRuntimeTemplate.
|
boolean |
hasMachineSpec()
Optional.
|
boolean |
hasNetworkSpec()
Optional.
|
boolean |
hasShieldedVmConfig()
Optional.
|
boolean |
hasSoftwareConfig()
Optional.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static NotebookRuntimeTemplate.Builder |
newBuilder() |
static NotebookRuntimeTemplate.Builder |
newBuilder(NotebookRuntimeTemplate prototype) |
NotebookRuntimeTemplate.Builder |
newBuilderForType() |
protected NotebookRuntimeTemplate.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static NotebookRuntimeTemplate |
parseDelimitedFrom(InputStream input) |
static NotebookRuntimeTemplate |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotebookRuntimeTemplate |
parseFrom(byte[] data) |
static NotebookRuntimeTemplate |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotebookRuntimeTemplate |
parseFrom(ByteBuffer data) |
static NotebookRuntimeTemplate |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotebookRuntimeTemplate |
parseFrom(com.google.protobuf.ByteString data) |
static NotebookRuntimeTemplate |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotebookRuntimeTemplate |
parseFrom(com.google.protobuf.CodedInputStream input) |
static NotebookRuntimeTemplate |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static NotebookRuntimeTemplate |
parseFrom(InputStream input) |
static NotebookRuntimeTemplate |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<NotebookRuntimeTemplate> |
parser() |
NotebookRuntimeTemplate.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int IS_DEFAULT_FIELD_NUMBER
public static final int MACHINE_SPEC_FIELD_NUMBER
public static final int DATA_PERSISTENT_DISK_SPEC_FIELD_NUMBER
public static final int NETWORK_SPEC_FIELD_NUMBER
public static final int SERVICE_ACCOUNT_FIELD_NUMBER
public static final int ETAG_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int IDLE_SHUTDOWN_CONFIG_FIELD_NUMBER
public static final int EUC_CONFIG_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int NOTEBOOK_RUNTIME_TYPE_FIELD_NUMBER
public static final int SHIELDED_VM_CONFIG_FIELD_NUMBER
public static final int NETWORK_TAGS_FIELD_NUMBER
public static final int ENCRYPTION_SPEC_FIELD_NUMBER
public static final int SOFTWARE_CONFIG_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
The resource name of the NotebookRuntimeTemplate.
string name = 1;getName in interface NotebookRuntimeTemplateOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The resource name of the NotebookRuntimeTemplate.
string name = 1;getNameBytes in interface NotebookRuntimeTemplateOrBuilderpublic String getDisplayName()
Required. The display name of the NotebookRuntimeTemplate. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayName in interface NotebookRuntimeTemplateOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. The display name of the NotebookRuntimeTemplate. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayNameBytes in interface NotebookRuntimeTemplateOrBuilderpublic String getDescription()
The description of the NotebookRuntimeTemplate.
string description = 3;getDescription in interface NotebookRuntimeTemplateOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
The description of the NotebookRuntimeTemplate.
string description = 3;getDescriptionBytes in interface NotebookRuntimeTemplateOrBuilder@Deprecated public boolean getIsDefault()
Output only. Deprecated: This field has no behavior. Use notebook_runtime_type = 'ONE_CLICK' instead. The default template to use if not specified.
bool is_default = 4 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
getIsDefault in interface NotebookRuntimeTemplateOrBuilderpublic boolean hasMachineSpec()
Optional. Immutable. The specification of a single machine for the template.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
hasMachineSpec in interface NotebookRuntimeTemplateOrBuilderpublic MachineSpec getMachineSpec()
Optional. Immutable. The specification of a single machine for the template.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
getMachineSpec in interface NotebookRuntimeTemplateOrBuilderpublic MachineSpecOrBuilder getMachineSpecOrBuilder()
Optional. Immutable. The specification of a single machine for the template.
.google.cloud.aiplatform.v1.MachineSpec machine_spec = 5 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
getMachineSpecOrBuilder in interface NotebookRuntimeTemplateOrBuilderpublic boolean hasDataPersistentDiskSpec()
Optional. The specification of [persistent disk][https://cloud.google.com/compute/docs/disks/persistent-disks] attached to the runtime as data disk storage.
.google.cloud.aiplatform.v1.PersistentDiskSpec data_persistent_disk_spec = 8 [(.google.api.field_behavior) = OPTIONAL];
hasDataPersistentDiskSpec in interface NotebookRuntimeTemplateOrBuilderpublic PersistentDiskSpec getDataPersistentDiskSpec()
Optional. The specification of [persistent disk][https://cloud.google.com/compute/docs/disks/persistent-disks] attached to the runtime as data disk storage.
.google.cloud.aiplatform.v1.PersistentDiskSpec data_persistent_disk_spec = 8 [(.google.api.field_behavior) = OPTIONAL];
getDataPersistentDiskSpec in interface NotebookRuntimeTemplateOrBuilderpublic PersistentDiskSpecOrBuilder getDataPersistentDiskSpecOrBuilder()
Optional. The specification of [persistent disk][https://cloud.google.com/compute/docs/disks/persistent-disks] attached to the runtime as data disk storage.
.google.cloud.aiplatform.v1.PersistentDiskSpec data_persistent_disk_spec = 8 [(.google.api.field_behavior) = OPTIONAL];
getDataPersistentDiskSpecOrBuilder in interface NotebookRuntimeTemplateOrBuilderpublic boolean hasNetworkSpec()
Optional. Network spec.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 12 [(.google.api.field_behavior) = OPTIONAL];
hasNetworkSpec in interface NotebookRuntimeTemplateOrBuilderpublic NetworkSpec getNetworkSpec()
Optional. Network spec.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 12 [(.google.api.field_behavior) = OPTIONAL];
getNetworkSpec in interface NotebookRuntimeTemplateOrBuilderpublic NetworkSpecOrBuilder getNetworkSpecOrBuilder()
Optional. Network spec.
.google.cloud.aiplatform.v1.NetworkSpec network_spec = 12 [(.google.api.field_behavior) = OPTIONAL];
getNetworkSpecOrBuilder in interface NotebookRuntimeTemplateOrBuilder@Deprecated public String getServiceAccount()
Deprecated: This field is ignored and the "Vertex AI Notebook Service Account" (service-PROJECT_NUMBER@gcp-sa-aiplatform-vm.iam.gserviceaccount.com) is used for the runtime workload identity. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-notebook-service-account for more details. For NotebookExecutionJob, use NotebookExecutionJob.service_account instead. The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the [Compute Engine default service account](https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
string service_account = 13 [deprecated = true];getServiceAccount in interface NotebookRuntimeTemplateOrBuilder@Deprecated public com.google.protobuf.ByteString getServiceAccountBytes()
Deprecated: This field is ignored and the "Vertex AI Notebook Service Account" (service-PROJECT_NUMBER@gcp-sa-aiplatform-vm.iam.gserviceaccount.com) is used for the runtime workload identity. See https://cloud.google.com/iam/docs/service-agents#vertex-ai-notebook-service-account for more details. For NotebookExecutionJob, use NotebookExecutionJob.service_account instead. The service account that the runtime workload runs as. You can use any service account within the same project, but you must have the service account user permission to use the instance. If not specified, the [Compute Engine default service account](https://cloud.google.com/compute/docs/access/service-accounts#default_service_account) is used.
string service_account = 13 [deprecated = true];getServiceAccountBytes in interface NotebookRuntimeTemplateOrBuilderpublic String getEtag()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 14;getEtag in interface NotebookRuntimeTemplateOrBuilderpublic com.google.protobuf.ByteString getEtagBytes()
Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
string etag = 14;getEtagBytes in interface NotebookRuntimeTemplateOrBuilderpublic int getLabelsCount()
NotebookRuntimeTemplateOrBuilderThe labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 15;getLabelsCount in interface NotebookRuntimeTemplateOrBuilderpublic boolean containsLabels(String key)
The labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 15;containsLabels in interface NotebookRuntimeTemplateOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface NotebookRuntimeTemplateOrBuilderpublic Map<String,String> getLabelsMap()
The labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 15;getLabelsMap in interface NotebookRuntimeTemplateOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
The labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 15;getLabelsOrDefault in interface NotebookRuntimeTemplateOrBuilderpublic String getLabelsOrThrow(String key)
The labels with user-defined metadata to organize the NotebookRuntimeTemplates. Label keys and values can be no longer than 64 characters (Unicode codepoints), can only contain lowercase letters, numeric characters, underscores and dashes. International characters are allowed. See https://goo.gl/xmQnxf for more information and examples of labels.
map<string, string> labels = 15;getLabelsOrThrow in interface NotebookRuntimeTemplateOrBuilderpublic boolean hasIdleShutdownConfig()
The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled.
.google.cloud.aiplatform.v1.NotebookIdleShutdownConfig idle_shutdown_config = 17;hasIdleShutdownConfig in interface NotebookRuntimeTemplateOrBuilderpublic NotebookIdleShutdownConfig getIdleShutdownConfig()
The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled.
.google.cloud.aiplatform.v1.NotebookIdleShutdownConfig idle_shutdown_config = 17;getIdleShutdownConfig in interface NotebookRuntimeTemplateOrBuilderpublic NotebookIdleShutdownConfigOrBuilder getIdleShutdownConfigOrBuilder()
The idle shutdown configuration of NotebookRuntimeTemplate. This config will only be set when idle shutdown is enabled.
.google.cloud.aiplatform.v1.NotebookIdleShutdownConfig idle_shutdown_config = 17;getIdleShutdownConfigOrBuilder in interface NotebookRuntimeTemplateOrBuilderpublic boolean hasEucConfig()
EUC configuration of the NotebookRuntimeTemplate.
.google.cloud.aiplatform.v1.NotebookEucConfig euc_config = 18;hasEucConfig in interface NotebookRuntimeTemplateOrBuilderpublic NotebookEucConfig getEucConfig()
EUC configuration of the NotebookRuntimeTemplate.
.google.cloud.aiplatform.v1.NotebookEucConfig euc_config = 18;getEucConfig in interface NotebookRuntimeTemplateOrBuilderpublic NotebookEucConfigOrBuilder getEucConfigOrBuilder()
EUC configuration of the NotebookRuntimeTemplate.
.google.cloud.aiplatform.v1.NotebookEucConfig euc_config = 18;getEucConfigOrBuilder in interface NotebookRuntimeTemplateOrBuilderpublic boolean hasCreateTime()
Output only. Timestamp when this NotebookRuntimeTemplate was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface NotebookRuntimeTemplateOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this NotebookRuntimeTemplate was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface NotebookRuntimeTemplateOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this NotebookRuntimeTemplate was created.
.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface NotebookRuntimeTemplateOrBuilderpublic boolean hasUpdateTime()
Output only. Timestamp when this NotebookRuntimeTemplate was most recently updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface NotebookRuntimeTemplateOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. Timestamp when this NotebookRuntimeTemplate was most recently updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface NotebookRuntimeTemplateOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this NotebookRuntimeTemplate was most recently updated.
.google.protobuf.Timestamp update_time = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface NotebookRuntimeTemplateOrBuilderpublic int getNotebookRuntimeTypeValue()
Optional. Immutable. The type of the notebook runtime template.
.google.cloud.aiplatform.v1.NotebookRuntimeType notebook_runtime_type = 19 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
getNotebookRuntimeTypeValue in interface NotebookRuntimeTemplateOrBuilderpublic NotebookRuntimeType getNotebookRuntimeType()
Optional. Immutable. The type of the notebook runtime template.
.google.cloud.aiplatform.v1.NotebookRuntimeType notebook_runtime_type = 19 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
getNotebookRuntimeType in interface NotebookRuntimeTemplateOrBuilderpublic boolean hasShieldedVmConfig()
Optional. Immutable. Runtime Shielded VM spec.
.google.cloud.aiplatform.v1.ShieldedVmConfig shielded_vm_config = 20 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
hasShieldedVmConfig in interface NotebookRuntimeTemplateOrBuilderpublic ShieldedVmConfig getShieldedVmConfig()
Optional. Immutable. Runtime Shielded VM spec.
.google.cloud.aiplatform.v1.ShieldedVmConfig shielded_vm_config = 20 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
getShieldedVmConfig in interface NotebookRuntimeTemplateOrBuilderpublic ShieldedVmConfigOrBuilder getShieldedVmConfigOrBuilder()
Optional. Immutable. Runtime Shielded VM spec.
.google.cloud.aiplatform.v1.ShieldedVmConfig shielded_vm_config = 20 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];
getShieldedVmConfigOrBuilder in interface NotebookRuntimeTemplateOrBuilderpublic com.google.protobuf.ProtocolStringList getNetworkTagsList()
Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
repeated string network_tags = 21 [(.google.api.field_behavior) = OPTIONAL];getNetworkTagsList in interface NotebookRuntimeTemplateOrBuilderpublic int getNetworkTagsCount()
Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
repeated string network_tags = 21 [(.google.api.field_behavior) = OPTIONAL];getNetworkTagsCount in interface NotebookRuntimeTemplateOrBuilderpublic String getNetworkTags(int index)
Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
repeated string network_tags = 21 [(.google.api.field_behavior) = OPTIONAL];getNetworkTags in interface NotebookRuntimeTemplateOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getNetworkTagsBytes(int index)
Optional. The Compute Engine tags to add to runtime (see [Tagging instances](https://cloud.google.com/vpc/docs/add-remove-network-tags)).
repeated string network_tags = 21 [(.google.api.field_behavior) = OPTIONAL];getNetworkTagsBytes in interface NotebookRuntimeTemplateOrBuilderindex - The index of the value to return.public boolean hasEncryptionSpec()
Customer-managed encryption key spec for the notebook runtime.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 23;hasEncryptionSpec in interface NotebookRuntimeTemplateOrBuilderpublic EncryptionSpec getEncryptionSpec()
Customer-managed encryption key spec for the notebook runtime.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 23;getEncryptionSpec in interface NotebookRuntimeTemplateOrBuilderpublic EncryptionSpecOrBuilder getEncryptionSpecOrBuilder()
Customer-managed encryption key spec for the notebook runtime.
.google.cloud.aiplatform.v1.EncryptionSpec encryption_spec = 23;getEncryptionSpecOrBuilder in interface NotebookRuntimeTemplateOrBuilderpublic boolean hasSoftwareConfig()
Optional. The notebook software configuration of the notebook runtime.
.google.cloud.aiplatform.v1.NotebookSoftwareConfig software_config = 24 [(.google.api.field_behavior) = OPTIONAL];
hasSoftwareConfig in interface NotebookRuntimeTemplateOrBuilderpublic NotebookSoftwareConfig getSoftwareConfig()
Optional. The notebook software configuration of the notebook runtime.
.google.cloud.aiplatform.v1.NotebookSoftwareConfig software_config = 24 [(.google.api.field_behavior) = OPTIONAL];
getSoftwareConfig in interface NotebookRuntimeTemplateOrBuilderpublic NotebookSoftwareConfigOrBuilder getSoftwareConfigOrBuilder()
Optional. The notebook software configuration of the notebook runtime.
.google.cloud.aiplatform.v1.NotebookSoftwareConfig software_config = 24 [(.google.api.field_behavior) = OPTIONAL];
getSoftwareConfigOrBuilder in interface NotebookRuntimeTemplateOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static NotebookRuntimeTemplate parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookRuntimeTemplate parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookRuntimeTemplate parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookRuntimeTemplate parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookRuntimeTemplate parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookRuntimeTemplate parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static NotebookRuntimeTemplate parseFrom(InputStream input) throws IOException
IOExceptionpublic static NotebookRuntimeTemplate parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NotebookRuntimeTemplate parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static NotebookRuntimeTemplate parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static NotebookRuntimeTemplate parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static NotebookRuntimeTemplate parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic NotebookRuntimeTemplate.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static NotebookRuntimeTemplate.Builder newBuilder()
public static NotebookRuntimeTemplate.Builder newBuilder(NotebookRuntimeTemplate prototype)
public NotebookRuntimeTemplate.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected NotebookRuntimeTemplate.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static NotebookRuntimeTemplate getDefaultInstance()
public static com.google.protobuf.Parser<NotebookRuntimeTemplate> parser()
public com.google.protobuf.Parser<NotebookRuntimeTemplate> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public NotebookRuntimeTemplate getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.