Interface Generated.NodeFeaturesOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Generated.NodeFeatures, Generated.NodeFeatures.Builder
    Enclosing class:
    Generated

    public static interface Generated.NodeFeaturesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getSupplementalGroupsPolicy()
      SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.
      boolean hasSupplementalGroupsPolicy()
      SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.
      • 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

      • hasSupplementalGroupsPolicy

        boolean hasSupplementalGroupsPolicy()
         SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.
         +optional
         
        optional bool supplementalGroupsPolicy = 1;
        Returns:
        Whether the supplementalGroupsPolicy field is set.
      • getSupplementalGroupsPolicy

        boolean getSupplementalGroupsPolicy()
         SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.
         +optional
         
        optional bool supplementalGroupsPolicy = 1;
        Returns:
        The supplementalGroupsPolicy.