public interface ConfidentialInstanceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConfidentialInstanceType()
Defines the type of technology used by the confidential instance.
|
com.google.protobuf.ByteString |
getConfidentialInstanceTypeBytes()
Defines the type of technology used by the confidential instance.
|
boolean |
getEnableConfidentialCompute()
Defines whether the instance should have confidential compute enabled.
|
boolean |
hasConfidentialInstanceType()
Defines the type of technology used by the confidential instance.
|
boolean |
hasEnableConfidentialCompute()
Defines whether the instance should have confidential compute enabled.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasConfidentialInstanceType()
Defines the type of technology used by the confidential instance. Check the ConfidentialInstanceType enum for the list of possible values.
optional string confidential_instance_type = 43484717;String getConfidentialInstanceType()
Defines the type of technology used by the confidential instance. Check the ConfidentialInstanceType enum for the list of possible values.
optional string confidential_instance_type = 43484717;com.google.protobuf.ByteString getConfidentialInstanceTypeBytes()
Defines the type of technology used by the confidential instance. Check the ConfidentialInstanceType enum for the list of possible values.
optional string confidential_instance_type = 43484717;boolean hasEnableConfidentialCompute()
Defines whether the instance should have confidential compute enabled.
optional bool enable_confidential_compute = 102135228;boolean getEnableConfidentialCompute()
Defines whether the instance should have confidential compute enabled.
optional bool enable_confidential_compute = 102135228;Copyright © 2025 Google LLC. All rights reserved.