Interface Generated.PodOSOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getName()
      Name is the name of the operating system.
      com.google.protobuf.ByteString getNameBytes()
      Name is the name of the operating system.
      boolean hasName()
      Name is the name of the operating system.
      • 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

      • hasName

        boolean hasName()
         Name is the name of the operating system. The currently supported values are linux and windows.
         Additional value may be defined in future and can be one of:
         https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration
         Clients should expect to handle additional values and treat unrecognized values in this field as os: null
         
        optional string name = 1;
        Returns:
        Whether the name field is set.
      • getName

        String getName()
         Name is the name of the operating system. The currently supported values are linux and windows.
         Additional value may be defined in future and can be one of:
         https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration
         Clients should expect to handle additional values and treat unrecognized values in this field as os: null
         
        optional string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name is the name of the operating system. The currently supported values are linux and windows.
         Additional value may be defined in future and can be one of:
         https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration
         Clients should expect to handle additional values and treat unrecognized values in this field as os: null
         
        optional string name = 1;
        Returns:
        The bytes for name.