Package com.google.container.v1beta1
Interface SandboxConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SandboxConfig
,SandboxConfig.Builder
public interface SandboxConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getSandboxType()
Deprecated.google.container.v1beta1.SandboxConfig.sandbox_type is deprecated.com.google.protobuf.ByteString
getSandboxTypeBytes()
Deprecated.google.container.v1beta1.SandboxConfig.sandbox_type is deprecated.SandboxConfig.Type
getType()
Type of the sandbox to use for the node.int
getTypeValue()
Type of the sandbox to use for the node.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSandboxType
@Deprecated String getSandboxType()
Deprecated.google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See google/container/v1beta1/cluster_service.proto;l=997Type of the sandbox to use for the node (e.g. 'gvisor')
string sandbox_type = 1 [deprecated = true];
- Returns:
- The sandboxType.
-
getSandboxTypeBytes
@Deprecated com.google.protobuf.ByteString getSandboxTypeBytes()
Deprecated.google.container.v1beta1.SandboxConfig.sandbox_type is deprecated. See google/container/v1beta1/cluster_service.proto;l=997Type of the sandbox to use for the node (e.g. 'gvisor')
string sandbox_type = 1 [deprecated = true];
- Returns:
- The bytes for sandboxType.
-
getTypeValue
int getTypeValue()
Type of the sandbox to use for the node.
.google.container.v1beta1.SandboxConfig.Type type = 2;
- Returns:
- The enum numeric value on the wire for type.
-
getType
SandboxConfig.Type getType()
Type of the sandbox to use for the node.
.google.container.v1beta1.SandboxConfig.Type type = 2;
- Returns:
- The type.
-
-