Interface ExecutorInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExecutorInfo, ExecutorInfo.Builder

public interface ExecutorInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Executor description
    com.google.protobuf.ByteString
    Executor description
    Display name
    com.google.protobuf.ByteString
    Display name
    Name of an icon in the Material Icons font.
    com.google.protobuf.ByteString
    Name of an icon in the Material Icons font.
    Executor type name
    com.google.protobuf.ByteString
    Executor type name
    boolean
    Executor description
    boolean
    Display name
    boolean
    Name of an icon in the Material Icons font.
    boolean
    Executor type name

    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 Details

    • hasType

      boolean hasType()
       Executor type name
       
      optional string type = 1;
      Returns:
      Whether the type field is set.
    • getType

      String getType()
       Executor type name
       
      optional string type = 1;
      Returns:
      The type.
    • getTypeBytes

      com.google.protobuf.ByteString getTypeBytes()
       Executor type name
       
      optional string type = 1;
      Returns:
      The bytes for type.
    • hasDisplayName

      boolean hasDisplayName()
       Display name
       
      optional string displayName = 2;
      Returns:
      Whether the displayName field is set.
    • getDisplayName

      String getDisplayName()
       Display name
       
      optional string displayName = 2;
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Display name
       
      optional string displayName = 2;
      Returns:
      The bytes for displayName.
    • hasDescription

      boolean hasDescription()
       Executor description
       
      optional string description = 3;
      Returns:
      Whether the description field is set.
    • getDescription

      String getDescription()
       Executor description
       
      optional string description = 3;
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
       Executor description
       
      optional string description = 3;
      Returns:
      The bytes for description.
    • hasIcon

      boolean hasIcon()
       Name of an icon in the Material Icons font.
       
      optional string icon = 4;
      Returns:
      Whether the icon field is set.
    • getIcon

      String getIcon()
       Name of an icon in the Material Icons font.
       
      optional string icon = 4;
      Returns:
      The icon.
    • getIconBytes

      com.google.protobuf.ByteString getIconBytes()
       Name of an icon in the Material Icons font.
       
      optional string icon = 4;
      Returns:
      The bytes for icon.