Class ExecutorInfo.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
org.yamcs.protobuf.activities.ExecutorInfo.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ExecutorInfoOrBuilder
Enclosing class:
ExecutorInfo

public static final class ExecutorInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder> implements ExecutorInfoOrBuilder
Protobuf type yamcs.protobuf.activities.ExecutorInfo
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
    • clear

      public ExecutorInfo.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
    • getDefaultInstanceForType

      public ExecutorInfo getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public ExecutorInfo build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public ExecutorInfo buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public ExecutorInfo.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
    • setField

      public ExecutorInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
    • clearField

      public ExecutorInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
    • clearOneof

      public ExecutorInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
    • setRepeatedField

      public ExecutorInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
    • addRepeatedField

      public ExecutorInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
    • mergeFrom

      public ExecutorInfo.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExecutorInfo.Builder>
    • mergeFrom

      public ExecutorInfo.Builder mergeFrom(ExecutorInfo other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
    • mergeFrom

      public ExecutorInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ExecutorInfo.Builder>
      Throws:
      IOException
    • hasType

      public boolean hasType()
       Executor type name
       
      optional string type = 1;
      Specified by:
      hasType in interface ExecutorInfoOrBuilder
      Returns:
      Whether the type field is set.
    • getType

      public String getType()
       Executor type name
       
      optional string type = 1;
      Specified by:
      getType in interface ExecutorInfoOrBuilder
      Returns:
      The type.
    • getTypeBytes

      public com.google.protobuf.ByteString getTypeBytes()
       Executor type name
       
      optional string type = 1;
      Specified by:
      getTypeBytes in interface ExecutorInfoOrBuilder
      Returns:
      The bytes for type.
    • setType

      public ExecutorInfo.Builder setType(String value)
       Executor type name
       
      optional string type = 1;
      Parameters:
      value - The type to set.
      Returns:
      This builder for chaining.
    • clearType

      public ExecutorInfo.Builder clearType()
       Executor type name
       
      optional string type = 1;
      Returns:
      This builder for chaining.
    • setTypeBytes

      public ExecutorInfo.Builder setTypeBytes(com.google.protobuf.ByteString value)
       Executor type name
       
      optional string type = 1;
      Parameters:
      value - The bytes for type to set.
      Returns:
      This builder for chaining.
    • hasDisplayName

      public boolean hasDisplayName()
       Display name
       
      optional string displayName = 2;
      Specified by:
      hasDisplayName in interface ExecutorInfoOrBuilder
      Returns:
      Whether the displayName field is set.
    • getDisplayName

      public String getDisplayName()
       Display name
       
      optional string displayName = 2;
      Specified by:
      getDisplayName in interface ExecutorInfoOrBuilder
      Returns:
      The displayName.
    • getDisplayNameBytes

      public com.google.protobuf.ByteString getDisplayNameBytes()
       Display name
       
      optional string displayName = 2;
      Specified by:
      getDisplayNameBytes in interface ExecutorInfoOrBuilder
      Returns:
      The bytes for displayName.
    • setDisplayName

      public ExecutorInfo.Builder setDisplayName(String value)
       Display name
       
      optional string displayName = 2;
      Parameters:
      value - The displayName to set.
      Returns:
      This builder for chaining.
    • clearDisplayName

      public ExecutorInfo.Builder clearDisplayName()
       Display name
       
      optional string displayName = 2;
      Returns:
      This builder for chaining.
    • setDisplayNameBytes

      public ExecutorInfo.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
       Display name
       
      optional string displayName = 2;
      Parameters:
      value - The bytes for displayName to set.
      Returns:
      This builder for chaining.
    • hasDescription

      public boolean hasDescription()
       Executor description
       
      optional string description = 3;
      Specified by:
      hasDescription in interface ExecutorInfoOrBuilder
      Returns:
      Whether the description field is set.
    • getDescription

      public String getDescription()
       Executor description
       
      optional string description = 3;
      Specified by:
      getDescription in interface ExecutorInfoOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Executor description
       
      optional string description = 3;
      Specified by:
      getDescriptionBytes in interface ExecutorInfoOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public ExecutorInfo.Builder setDescription(String value)
       Executor description
       
      optional string description = 3;
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public ExecutorInfo.Builder clearDescription()
       Executor description
       
      optional string description = 3;
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public ExecutorInfo.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       Executor description
       
      optional string description = 3;
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • hasIcon

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

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

      public com.google.protobuf.ByteString getIconBytes()
       Name of an icon in the Material Icons font.
       
      optional string icon = 4;
      Specified by:
      getIconBytes in interface ExecutorInfoOrBuilder
      Returns:
      The bytes for icon.
    • setIcon

      public ExecutorInfo.Builder setIcon(String value)
       Name of an icon in the Material Icons font.
       
      optional string icon = 4;
      Parameters:
      value - The icon to set.
      Returns:
      This builder for chaining.
    • clearIcon

      public ExecutorInfo.Builder clearIcon()
       Name of an icon in the Material Icons font.
       
      optional string icon = 4;
      Returns:
      This builder for chaining.
    • setIconBytes

      public ExecutorInfo.Builder setIconBytes(com.google.protobuf.ByteString value)
       Name of an icon in the Material Icons font.
       
      optional string icon = 4;
      Parameters:
      value - The bytes for icon to set.
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final ExecutorInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>
    • mergeUnknownFields

      public final ExecutorInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ExecutorInfo.Builder>