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 
      Modifier and Type Method Description
      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.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTypeValue

        int getTypeValue()
         Type of the sandbox to use for the node.
         
        .google.container.v1.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.v1.SandboxConfig.Type type = 2;
        Returns:
        The type.