Interface Generated.LinuxContainerUserOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getGid()
      GID is the primary gid initially attached to the first process in the container
      long getSupplementalGroups​(int index)
      SupplementalGroups are the supplemental groups initially attached to the first process in the container +optional +listType=atomic
      int getSupplementalGroupsCount()
      SupplementalGroups are the supplemental groups initially attached to the first process in the container +optional +listType=atomic
      List<Long> getSupplementalGroupsList()
      SupplementalGroups are the supplemental groups initially attached to the first process in the container +optional +listType=atomic
      long getUid()
      UID is the primary uid initially attached to the first process in the container
      boolean hasGid()
      GID is the primary gid initially attached to the first process in the container
      boolean hasUid()
      UID is the primary uid initially attached to the first process in the container
      • 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

      • hasUid

        boolean hasUid()
         UID is the primary uid initially attached to the first process in the container
         
        optional int64 uid = 1;
        Returns:
        Whether the uid field is set.
      • getUid

        long getUid()
         UID is the primary uid initially attached to the first process in the container
         
        optional int64 uid = 1;
        Returns:
        The uid.
      • hasGid

        boolean hasGid()
         GID is the primary gid initially attached to the first process in the container
         
        optional int64 gid = 2;
        Returns:
        Whether the gid field is set.
      • getGid

        long getGid()
         GID is the primary gid initially attached to the first process in the container
         
        optional int64 gid = 2;
        Returns:
        The gid.
      • getSupplementalGroupsList

        List<Long> getSupplementalGroupsList()
         SupplementalGroups are the supplemental groups initially attached to the first process in the container
         +optional
         +listType=atomic
         
        repeated int64 supplementalGroups = 3;
        Returns:
        A list containing the supplementalGroups.
      • getSupplementalGroupsCount

        int getSupplementalGroupsCount()
         SupplementalGroups are the supplemental groups initially attached to the first process in the container
         +optional
         +listType=atomic
         
        repeated int64 supplementalGroups = 3;
        Returns:
        The count of supplementalGroups.
      • getSupplementalGroups

        long getSupplementalGroups​(int index)
         SupplementalGroups are the supplemental groups initially attached to the first process in the container
         +optional
         +listType=atomic
         
        repeated int64 supplementalGroups = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The supplementalGroups at the given index.