Class EditLinkRequest.Builder

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

public static final class EditLinkRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<EditLinkRequest.Builder> implements EditLinkRequestOrBuilder
Protobuf type yamcs.protobuf.yamcsManagement.EditLinkRequest
  • 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<EditLinkRequest.Builder>
    • clear

      public EditLinkRequest.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<EditLinkRequest.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<EditLinkRequest.Builder>
    • getDefaultInstanceForType

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

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

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

      public EditLinkRequest.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<EditLinkRequest.Builder>
    • setField

      public EditLinkRequest.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<EditLinkRequest.Builder>
    • clearField

      public EditLinkRequest.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<EditLinkRequest.Builder>
    • clearOneof

      public EditLinkRequest.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<EditLinkRequest.Builder>
    • setRepeatedField

      public EditLinkRequest.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<EditLinkRequest.Builder>
    • addRepeatedField

      public EditLinkRequest.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<EditLinkRequest.Builder>
    • mergeFrom

      public EditLinkRequest.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<EditLinkRequest.Builder>
    • mergeFrom

      public EditLinkRequest.Builder mergeFrom(EditLinkRequest other)
    • isInitialized

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

      public EditLinkRequest.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<EditLinkRequest.Builder>
      Throws:
      IOException
    • hasInstance

      public boolean hasInstance()
       Yamcs instance name.
       
      optional string instance = 3;
      Specified by:
      hasInstance in interface EditLinkRequestOrBuilder
    • getInstance

      public String getInstance()
       Yamcs instance name.
       
      optional string instance = 3;
      Specified by:
      getInstance in interface EditLinkRequestOrBuilder
    • getInstanceBytes

      public com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name.
       
      optional string instance = 3;
      Specified by:
      getInstanceBytes in interface EditLinkRequestOrBuilder
    • setInstance

      public EditLinkRequest.Builder setInstance(String value)
       Yamcs instance name.
       
      optional string instance = 3;
    • clearInstance

      public EditLinkRequest.Builder clearInstance()
       Yamcs instance name.
       
      optional string instance = 3;
    • setInstanceBytes

      public EditLinkRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
       Yamcs instance name.
       
      optional string instance = 3;
    • hasName

      public boolean hasName()
       Link name.
       
      optional string name = 4;
      Specified by:
      hasName in interface EditLinkRequestOrBuilder
    • getName

      public String getName()
       Link name.
       
      optional string name = 4;
      Specified by:
      getName in interface EditLinkRequestOrBuilder
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Link name.
       
      optional string name = 4;
      Specified by:
      getNameBytes in interface EditLinkRequestOrBuilder
    • setName

      public EditLinkRequest.Builder setName(String value)
       Link name.
       
      optional string name = 4;
    • clearName

      public EditLinkRequest.Builder clearName()
       Link name.
       
      optional string name = 4;
    • setNameBytes

      public EditLinkRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       Link name.
       
      optional string name = 4;
    • hasState

      public boolean hasState()
       The state of the link. Either ``enabled`` or ``disabled``.
       
      optional string state = 1;
      Specified by:
      hasState in interface EditLinkRequestOrBuilder
    • getState

      public String getState()
       The state of the link. Either ``enabled`` or ``disabled``.
       
      optional string state = 1;
      Specified by:
      getState in interface EditLinkRequestOrBuilder
    • getStateBytes

      public com.google.protobuf.ByteString getStateBytes()
       The state of the link. Either ``enabled`` or ``disabled``.
       
      optional string state = 1;
      Specified by:
      getStateBytes in interface EditLinkRequestOrBuilder
    • setState

      public EditLinkRequest.Builder setState(String value)
       The state of the link. Either ``enabled`` or ``disabled``.
       
      optional string state = 1;
    • clearState

      public EditLinkRequest.Builder clearState()
       The state of the link. Either ``enabled`` or ``disabled``.
       
      optional string state = 1;
    • setStateBytes

      public EditLinkRequest.Builder setStateBytes(com.google.protobuf.ByteString value)
       The state of the link. Either ``enabled`` or ``disabled``.
       
      optional string state = 1;
    • hasResetCounters

      public boolean hasResetCounters()
      optional bool resetCounters = 2;
      Specified by:
      hasResetCounters in interface EditLinkRequestOrBuilder
    • getResetCounters

      public boolean getResetCounters()
      optional bool resetCounters = 2;
      Specified by:
      getResetCounters in interface EditLinkRequestOrBuilder
    • setResetCounters

      public EditLinkRequest.Builder setResetCounters(boolean value)
      optional bool resetCounters = 2;
    • clearResetCounters

      public EditLinkRequest.Builder clearResetCounters()
      optional bool resetCounters = 2;
    • setUnknownFields

      public final EditLinkRequest.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<EditLinkRequest.Builder>
    • mergeUnknownFields

      public final EditLinkRequest.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<EditLinkRequest.Builder>