Class DeletePartitionsRequest.Builder

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

public static final class DeletePartitionsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DeletePartitionsRequest.Builder> implements DeletePartitionsRequestOrBuilder
Protobuf type yamcs.protobuf.archive.DeletePartitionsRequest
  • 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<DeletePartitionsRequest.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<DeletePartitionsRequest.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<DeletePartitionsRequest.Builder>
    • getDefaultInstanceForType

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

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

      public DeletePartitionsRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.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<DeletePartitionsRequest.Builder>
    • setField

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

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

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

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

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

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

    • isInitialized

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

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

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

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

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

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

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

      public DeletePartitionsRequest.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.
    • hasStart

      public boolean hasStart()
       Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 2;
      Specified by:
      hasStart in interface DeletePartitionsRequestOrBuilder
      Returns:
      Whether the start field is set.
    • getStart

      public com.google.protobuf.Timestamp getStart()
       Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 2;
      Specified by:
      getStart in interface DeletePartitionsRequestOrBuilder
      Returns:
      The start.
    • setStart

      public DeletePartitionsRequest.Builder setStart(com.google.protobuf.Timestamp value)
       Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 2;
    • setStart

      public DeletePartitionsRequest.Builder setStart(com.google.protobuf.Timestamp.Builder builderForValue)
       Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 2;
    • mergeStart

      public DeletePartitionsRequest.Builder mergeStart(com.google.protobuf.Timestamp value)
       Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 2;
    • clearStart

      public DeletePartitionsRequest.Builder clearStart()
       Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 2;
    • getStartBuilder

      public com.google.protobuf.Timestamp.Builder getStartBuilder()
       Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 2;
    • getStartOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStartOrBuilder()
       Start with the partition that contains this timestamp. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp start = 2;
      Specified by:
      getStartOrBuilder in interface DeletePartitionsRequestOrBuilder
    • hasStop

      public boolean hasStop()
       Stop with the partition that contains this timestamp. The stop partition will be removed as
       well. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 3;
      Specified by:
      hasStop in interface DeletePartitionsRequestOrBuilder
      Returns:
      Whether the stop field is set.
    • getStop

      public com.google.protobuf.Timestamp getStop()
       Stop with the partition that contains this timestamp. The stop partition will be removed as
       well. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 3;
      Specified by:
      getStop in interface DeletePartitionsRequestOrBuilder
      Returns:
      The stop.
    • setStop

      public DeletePartitionsRequest.Builder setStop(com.google.protobuf.Timestamp value)
       Stop with the partition that contains this timestamp. The stop partition will be removed as
       well. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 3;
    • setStop

      public DeletePartitionsRequest.Builder setStop(com.google.protobuf.Timestamp.Builder builderForValue)
       Stop with the partition that contains this timestamp. The stop partition will be removed as
       well. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 3;
    • mergeStop

      public DeletePartitionsRequest.Builder mergeStop(com.google.protobuf.Timestamp value)
       Stop with the partition that contains this timestamp. The stop partition will be removed as
       well. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 3;
    • clearStop

      public DeletePartitionsRequest.Builder clearStop()
       Stop with the partition that contains this timestamp. The stop partition will be removed as
       well. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 3;
    • getStopBuilder

      public com.google.protobuf.Timestamp.Builder getStopBuilder()
       Stop with the partition that contains this timestamp. The stop partition will be removed as
       well. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 3;
    • getStopOrBuilder

      public com.google.protobuf.TimestampOrBuilder getStopOrBuilder()
       Stop with the partition that contains this timestamp. The stop partition will be removed as
       well. Specify a date string in ISO 8601 format.
       
      optional .google.protobuf.Timestamp stop = 3;
      Specified by:
      getStopOrBuilder in interface DeletePartitionsRequestOrBuilder
    • setUnknownFields

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

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