Class UpdateViewRequest.Builder

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

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

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

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

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

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

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

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

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

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

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

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

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

      public UpdateViewRequest.Builder mergeFrom(UpdateViewRequest other)
    • isInitialized

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

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

      public boolean hasInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Specified by:
      hasInstance in interface UpdateViewRequestOrBuilder
      Returns:
      Whether the instance field is set.
    • getInstance

      public String getInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Specified by:
      getInstance in interface UpdateViewRequestOrBuilder
      Returns:
      The instance.
    • getInstanceBytes

      public com.google.protobuf.ByteString getInstanceBytes()
       Yamcs instance name
       
      optional string instance = 1;
      Specified by:
      getInstanceBytes in interface UpdateViewRequestOrBuilder
      Returns:
      The bytes for instance.
    • setInstance

      public UpdateViewRequest.Builder setInstance(String value)
       Yamcs instance name
       
      optional string instance = 1;
      Parameters:
      value - The instance to set.
      Returns:
      This builder for chaining.
    • clearInstance

      public UpdateViewRequest.Builder clearInstance()
       Yamcs instance name
       
      optional string instance = 1;
      Returns:
      This builder for chaining.
    • setInstanceBytes

      public UpdateViewRequest.Builder setInstanceBytes(com.google.protobuf.ByteString value)
       Yamcs instance name
       
      optional string instance = 1;
      Parameters:
      value - The bytes for instance to set.
      Returns:
      This builder for chaining.
    • hasId

      public boolean hasId()
       View identifier
       
      optional string id = 2;
      Specified by:
      hasId in interface UpdateViewRequestOrBuilder
      Returns:
      Whether the id field is set.
    • getId

      public String getId()
       View identifier
       
      optional string id = 2;
      Specified by:
      getId in interface UpdateViewRequestOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       View identifier
       
      optional string id = 2;
      Specified by:
      getIdBytes in interface UpdateViewRequestOrBuilder
      Returns:
      The bytes for id.
    • setId

      public UpdateViewRequest.Builder setId(String value)
       View identifier
       
      optional string id = 2;
      Parameters:
      value - The id to set.
      Returns:
      This builder for chaining.
    • clearId

      public UpdateViewRequest.Builder clearId()
       View identifier
       
      optional string id = 2;
      Returns:
      This builder for chaining.
    • setIdBytes

      public UpdateViewRequest.Builder setIdBytes(com.google.protobuf.ByteString value)
       View identifier
       
      optional string id = 2;
      Parameters:
      value - The bytes for id to set.
      Returns:
      This builder for chaining.
    • hasName

      public boolean hasName()
       View name
       
      optional string name = 3;
      Specified by:
      hasName in interface UpdateViewRequestOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
       View name
       
      optional string name = 3;
      Specified by:
      getName in interface UpdateViewRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       View name
       
      optional string name = 3;
      Specified by:
      getNameBytes in interface UpdateViewRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

      public UpdateViewRequest.Builder setName(String value)
       View name
       
      optional string name = 3;
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public UpdateViewRequest.Builder clearName()
       View name
       
      optional string name = 3;
      Returns:
      This builder for chaining.
    • setNameBytes

      public UpdateViewRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       View name
       
      optional string name = 3;
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasDescription

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

      public String getDescription()
       View description
       
      optional string description = 4;
      Specified by:
      getDescription in interface UpdateViewRequestOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

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

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

      public UpdateViewRequest.Builder clearDescription()
       View description
       
      optional string description = 4;
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public UpdateViewRequest.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       View description
       
      optional string description = 4;
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • getBandsList

      public com.google.protobuf.ProtocolStringList getBandsList()
       The bands from this view
       
      repeated string bands = 5;
      Specified by:
      getBandsList in interface UpdateViewRequestOrBuilder
      Returns:
      A list containing the bands.
    • getBandsCount

      public int getBandsCount()
       The bands from this view
       
      repeated string bands = 5;
      Specified by:
      getBandsCount in interface UpdateViewRequestOrBuilder
      Returns:
      The count of bands.
    • getBands

      public String getBands(int index)
       The bands from this view
       
      repeated string bands = 5;
      Specified by:
      getBands in interface UpdateViewRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The bands at the given index.
    • getBandsBytes

      public com.google.protobuf.ByteString getBandsBytes(int index)
       The bands from this view
       
      repeated string bands = 5;
      Specified by:
      getBandsBytes in interface UpdateViewRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the bands at the given index.
    • setBands

      public UpdateViewRequest.Builder setBands(int index, String value)
       The bands from this view
       
      repeated string bands = 5;
      Parameters:
      index - The index to set the value at.
      value - The bands to set.
      Returns:
      This builder for chaining.
    • addBands

      public UpdateViewRequest.Builder addBands(String value)
       The bands from this view
       
      repeated string bands = 5;
      Parameters:
      value - The bands to add.
      Returns:
      This builder for chaining.
    • addAllBands

      public UpdateViewRequest.Builder addAllBands(Iterable<String> values)
       The bands from this view
       
      repeated string bands = 5;
      Parameters:
      values - The bands to add.
      Returns:
      This builder for chaining.
    • clearBands

      public UpdateViewRequest.Builder clearBands()
       The bands from this view
       
      repeated string bands = 5;
      Returns:
      This builder for chaining.
    • addBandsBytes

      public UpdateViewRequest.Builder addBandsBytes(com.google.protobuf.ByteString value)
       The bands from this view
       
      repeated string bands = 5;
      Parameters:
      value - The bytes of the bands to add.
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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