Send feedback
Class NotebookEucConfig (3.53.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.53.0 keyboard_arrow_down
public final class NotebookEucConfig extends GeneratedMessageV3 implements NotebookEucConfigOrBuilder
The euc configuration of NotebookRuntimeTemplate.
Protobuf type google.cloud.aiplatform.v1beta1.NotebookEucConfig
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
public static final int BYPASS_ACTAS_CHECK_FIELD_NUMBER
Field Value
Type
Description
int
public static final int EUC_DISABLED_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static NotebookEucConfig getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static NotebookEucConfig . Builder newBuilder ()
public static NotebookEucConfig . Builder newBuilder ( NotebookEucConfig prototype )
public static NotebookEucConfig parseDelimitedFrom ( InputStream input )
public static NotebookEucConfig parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static NotebookEucConfig parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static NotebookEucConfig parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static NotebookEucConfig parseFrom ( ByteString data )
public static NotebookEucConfig parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static NotebookEucConfig parseFrom ( CodedInputStream input )
public static NotebookEucConfig parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static NotebookEucConfig parseFrom ( InputStream input )
public static NotebookEucConfig parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static NotebookEucConfig parseFrom ( ByteBuffer data )
public static NotebookEucConfig parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<NotebookEucConfig> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public boolean getBypassActasCheck ()
Output only. Whether ActAs check is bypassed for service account attached
to the VM. If false, we need ActAs check for the default Compute Engine
Service account. When a Runtime is created, a VM is allocated using Default
Compute Engine Service Account. Any user requesting to use this Runtime
requires Service Account User (ActAs) permission over this SA. If true,
Runtime owner is using EUC and does not require the above permission as VM
no longer use default Compute Engine SA, but a P4SA.
bool bypass_actas_check = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
boolean
The bypassActasCheck.
public NotebookEucConfig getDefaultInstanceForType ()
public boolean getEucDisabled ()
Input only. Whether EUC is disabled in this NotebookRuntimeTemplate.
In proto3, the default value of a boolean is false. In this way, by default
EUC will be enabled for NotebookRuntimeTemplate.
bool euc_disabled = 1 [(.google.api.field_behavior) = INPUT_ONLY];
Returns
Type
Description
boolean
The eucDisabled.
public Parser<NotebookEucConfig> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public NotebookEucConfig . Builder newBuilderForType ()
protected NotebookEucConfig . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public NotebookEucConfig . Builder toBuilder ()
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]