All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.protobuf.ServiceInfo Maven / Gradle / Ivy

There is a newer version: 5.10.9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: yamcs/protobuf/services/services.proto

package org.yamcs.protobuf;

/**
 * Protobuf type {@code yamcs.protobuf.services.ServiceInfo}
 */
public final class ServiceInfo extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:yamcs.protobuf.services.ServiceInfo)
    ServiceInfoOrBuilder {
private static final long serialVersionUID = 0L;
  // Use ServiceInfo.newBuilder() to construct.
  private ServiceInfo(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private ServiceInfo() {
    instance_ = "";
    name_ = "";
    state_ = 0;
    className_ = "";
    processor_ = "";
    failureMessage_ = "";
    failureCause_ = "";
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new ServiceInfo();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private ServiceInfo(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    int mutable_bitField0_ = 0;
    com.google.protobuf.UnknownFieldSet.Builder unknownFields =
        com.google.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          case 10: {
            com.google.protobuf.ByteString bs = input.readBytes();
            bitField0_ |= 0x00000001;
            instance_ = bs;
            break;
          }
          case 18: {
            com.google.protobuf.ByteString bs = input.readBytes();
            bitField0_ |= 0x00000002;
            name_ = bs;
            break;
          }
          case 24: {
            int rawValue = input.readEnum();
              @SuppressWarnings("deprecation")
            org.yamcs.protobuf.ServiceState value = org.yamcs.protobuf.ServiceState.valueOf(rawValue);
            if (value == null) {
              unknownFields.mergeVarintField(3, rawValue);
            } else {
              bitField0_ |= 0x00000004;
              state_ = rawValue;
            }
            break;
          }
          case 34: {
            com.google.protobuf.ByteString bs = input.readBytes();
            bitField0_ |= 0x00000008;
            className_ = bs;
            break;
          }
          case 42: {
            com.google.protobuf.ByteString bs = input.readBytes();
            bitField0_ |= 0x00000010;
            processor_ = bs;
            break;
          }
          case 50: {
            com.google.protobuf.ByteString bs = input.readBytes();
            bitField0_ |= 0x00000020;
            failureMessage_ = bs;
            break;
          }
          case 58: {
            com.google.protobuf.ByteString bs = input.readBytes();
            bitField0_ |= 0x00000040;
            failureCause_ = bs;
            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return org.yamcs.protobuf.ServicesProto.internal_static_yamcs_protobuf_services_ServiceInfo_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return org.yamcs.protobuf.ServicesProto.internal_static_yamcs_protobuf_services_ServiceInfo_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            org.yamcs.protobuf.ServiceInfo.class, org.yamcs.protobuf.ServiceInfo.Builder.class);
  }

  private int bitField0_;
  public static final int INSTANCE_FIELD_NUMBER = 1;
  private volatile java.lang.Object instance_;
  /**
   * 
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return Whether the instance field is set. */ @java.lang.Override public boolean hasInstance() { return ((bitField0_ & 0x00000001) != 0); } /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The instance. */ @java.lang.Override public java.lang.String getInstance() { java.lang.Object ref = instance_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { instance_ = s; } return s; } } /** *
   * Yamcs instance name
   * 
* * optional string instance = 1; * @return The bytes for instance. */ @java.lang.Override public com.google.protobuf.ByteString getInstanceBytes() { java.lang.Object ref = instance_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); instance_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int NAME_FIELD_NUMBER = 2; private volatile java.lang.Object name_; /** *
   * Service name
   * 
* * optional string name = 2; * @return Whether the name field is set. */ @java.lang.Override public boolean hasName() { return ((bitField0_ & 0x00000002) != 0); } /** *
   * Service name
   * 
* * optional string name = 2; * @return The name. */ @java.lang.Override public java.lang.String getName() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; } return s; } } /** *
   * Service name
   * 
* * optional string name = 2; * @return The bytes for name. */ @java.lang.Override public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int STATE_FIELD_NUMBER = 3; private int state_; /** *
   * Service state
   * 
* * optional .yamcs.protobuf.services.ServiceState state = 3; * @return Whether the state field is set. */ @java.lang.Override public boolean hasState() { return ((bitField0_ & 0x00000004) != 0); } /** *
   * Service state
   * 
* * optional .yamcs.protobuf.services.ServiceState state = 3; * @return The state. */ @java.lang.Override public org.yamcs.protobuf.ServiceState getState() { @SuppressWarnings("deprecation") org.yamcs.protobuf.ServiceState result = org.yamcs.protobuf.ServiceState.valueOf(state_); return result == null ? org.yamcs.protobuf.ServiceState.NEW : result; } public static final int CLASSNAME_FIELD_NUMBER = 4; private volatile java.lang.Object className_; /** *
   * Java class name
   * 
* * optional string className = 4; * @return Whether the className field is set. */ @java.lang.Override public boolean hasClassName() { return ((bitField0_ & 0x00000008) != 0); } /** *
   * Java class name
   * 
* * optional string className = 4; * @return The className. */ @java.lang.Override public java.lang.String getClassName() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { className_ = s; } return s; } } /** *
   * Java class name
   * 
* * optional string className = 4; * @return The bytes for className. */ @java.lang.Override public com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int PROCESSOR_FIELD_NUMBER = 5; private volatile java.lang.Object processor_; /** *
   * Processor name (in case this is a processor service)
   * 
* * optional string processor = 5; * @return Whether the processor field is set. */ @java.lang.Override public boolean hasProcessor() { return ((bitField0_ & 0x00000010) != 0); } /** *
   * Processor name (in case this is a processor service)
   * 
* * optional string processor = 5; * @return The processor. */ @java.lang.Override public java.lang.String getProcessor() { java.lang.Object ref = processor_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { processor_ = s; } return s; } } /** *
   * Processor name (in case this is a processor service)
   * 
* * optional string processor = 5; * @return The bytes for processor. */ @java.lang.Override public com.google.protobuf.ByteString getProcessorBytes() { java.lang.Object ref = processor_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); processor_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FAILUREMESSAGE_FIELD_NUMBER = 6; private volatile java.lang.Object failureMessage_; /** *
   * Short failure message when `state` is FAILED.
   * 
* * optional string failureMessage = 6; * @return Whether the failureMessage field is set. */ @java.lang.Override public boolean hasFailureMessage() { return ((bitField0_ & 0x00000020) != 0); } /** *
   * Short failure message when `state` is FAILED.
   * 
* * optional string failureMessage = 6; * @return The failureMessage. */ @java.lang.Override public java.lang.String getFailureMessage() { java.lang.Object ref = failureMessage_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { failureMessage_ = s; } return s; } } /** *
   * Short failure message when `state` is FAILED.
   * 
* * optional string failureMessage = 6; * @return The bytes for failureMessage. */ @java.lang.Override public com.google.protobuf.ByteString getFailureMessageBytes() { java.lang.Object ref = failureMessage_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); failureMessage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int FAILURECAUSE_FIELD_NUMBER = 7; private volatile java.lang.Object failureCause_; /** *
   * Stacktrace when `state` is FAILED.
   * 
* * optional string failureCause = 7; * @return Whether the failureCause field is set. */ @java.lang.Override public boolean hasFailureCause() { return ((bitField0_ & 0x00000040) != 0); } /** *
   * Stacktrace when `state` is FAILED.
   * 
* * optional string failureCause = 7; * @return The failureCause. */ @java.lang.Override public java.lang.String getFailureCause() { java.lang.Object ref = failureCause_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { failureCause_ = s; } return s; } } /** *
   * Stacktrace when `state` is FAILED.
   * 
* * optional string failureCause = 7; * @return The bytes for failureCause. */ @java.lang.Override public com.google.protobuf.ByteString getFailureCauseBytes() { java.lang.Object ref = failureCause_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); failureCause_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (((bitField0_ & 0x00000001) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, instance_); } if (((bitField0_ & 0x00000002) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 2, name_); } if (((bitField0_ & 0x00000004) != 0)) { output.writeEnum(3, state_); } if (((bitField0_ & 0x00000008) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 4, className_); } if (((bitField0_ & 0x00000010) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 5, processor_); } if (((bitField0_ & 0x00000020) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 6, failureMessage_); } if (((bitField0_ & 0x00000040) != 0)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 7, failureCause_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (((bitField0_ & 0x00000001) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, instance_); } if (((bitField0_ & 0x00000002) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, name_); } if (((bitField0_ & 0x00000004) != 0)) { size += com.google.protobuf.CodedOutputStream .computeEnumSize(3, state_); } if (((bitField0_ & 0x00000008) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, className_); } if (((bitField0_ & 0x00000010) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, processor_); } if (((bitField0_ & 0x00000020) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, failureMessage_); } if (((bitField0_ & 0x00000040) != 0)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, failureCause_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof org.yamcs.protobuf.ServiceInfo)) { return super.equals(obj); } org.yamcs.protobuf.ServiceInfo other = (org.yamcs.protobuf.ServiceInfo) obj; if (hasInstance() != other.hasInstance()) return false; if (hasInstance()) { if (!getInstance() .equals(other.getInstance())) return false; } if (hasName() != other.hasName()) return false; if (hasName()) { if (!getName() .equals(other.getName())) return false; } if (hasState() != other.hasState()) return false; if (hasState()) { if (state_ != other.state_) return false; } if (hasClassName() != other.hasClassName()) return false; if (hasClassName()) { if (!getClassName() .equals(other.getClassName())) return false; } if (hasProcessor() != other.hasProcessor()) return false; if (hasProcessor()) { if (!getProcessor() .equals(other.getProcessor())) return false; } if (hasFailureMessage() != other.hasFailureMessage()) return false; if (hasFailureMessage()) { if (!getFailureMessage() .equals(other.getFailureMessage())) return false; } if (hasFailureCause() != other.hasFailureCause()) return false; if (hasFailureCause()) { if (!getFailureCause() .equals(other.getFailureCause())) return false; } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (hasInstance()) { hash = (37 * hash) + INSTANCE_FIELD_NUMBER; hash = (53 * hash) + getInstance().hashCode(); } if (hasName()) { hash = (37 * hash) + NAME_FIELD_NUMBER; hash = (53 * hash) + getName().hashCode(); } if (hasState()) { hash = (37 * hash) + STATE_FIELD_NUMBER; hash = (53 * hash) + state_; } if (hasClassName()) { hash = (37 * hash) + CLASSNAME_FIELD_NUMBER; hash = (53 * hash) + getClassName().hashCode(); } if (hasProcessor()) { hash = (37 * hash) + PROCESSOR_FIELD_NUMBER; hash = (53 * hash) + getProcessor().hashCode(); } if (hasFailureMessage()) { hash = (37 * hash) + FAILUREMESSAGE_FIELD_NUMBER; hash = (53 * hash) + getFailureMessage().hashCode(); } if (hasFailureCause()) { hash = (37 * hash) + FAILURECAUSE_FIELD_NUMBER; hash = (53 * hash) + getFailureCause().hashCode(); } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static org.yamcs.protobuf.ServiceInfo parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.yamcs.protobuf.ServiceInfo parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.yamcs.protobuf.ServiceInfo parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.yamcs.protobuf.ServiceInfo parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.yamcs.protobuf.ServiceInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static org.yamcs.protobuf.ServiceInfo parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static org.yamcs.protobuf.ServiceInfo parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.yamcs.protobuf.ServiceInfo parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static org.yamcs.protobuf.ServiceInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static org.yamcs.protobuf.ServiceInfo parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static org.yamcs.protobuf.ServiceInfo parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static org.yamcs.protobuf.ServiceInfo parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(org.yamcs.protobuf.ServiceInfo prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code yamcs.protobuf.services.ServiceInfo} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:yamcs.protobuf.services.ServiceInfo) org.yamcs.protobuf.ServiceInfoOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return org.yamcs.protobuf.ServicesProto.internal_static_yamcs_protobuf_services_ServiceInfo_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return org.yamcs.protobuf.ServicesProto.internal_static_yamcs_protobuf_services_ServiceInfo_fieldAccessorTable .ensureFieldAccessorsInitialized( org.yamcs.protobuf.ServiceInfo.class, org.yamcs.protobuf.ServiceInfo.Builder.class); } // Construct using org.yamcs.protobuf.ServiceInfo.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { } } @java.lang.Override public Builder clear() { super.clear(); instance_ = ""; bitField0_ = (bitField0_ & ~0x00000001); name_ = ""; bitField0_ = (bitField0_ & ~0x00000002); state_ = 0; bitField0_ = (bitField0_ & ~0x00000004); className_ = ""; bitField0_ = (bitField0_ & ~0x00000008); processor_ = ""; bitField0_ = (bitField0_ & ~0x00000010); failureMessage_ = ""; bitField0_ = (bitField0_ & ~0x00000020); failureCause_ = ""; bitField0_ = (bitField0_ & ~0x00000040); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return org.yamcs.protobuf.ServicesProto.internal_static_yamcs_protobuf_services_ServiceInfo_descriptor; } @java.lang.Override public org.yamcs.protobuf.ServiceInfo getDefaultInstanceForType() { return org.yamcs.protobuf.ServiceInfo.getDefaultInstance(); } @java.lang.Override public org.yamcs.protobuf.ServiceInfo build() { org.yamcs.protobuf.ServiceInfo result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public org.yamcs.protobuf.ServiceInfo buildPartial() { org.yamcs.protobuf.ServiceInfo result = new org.yamcs.protobuf.ServiceInfo(this); int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { to_bitField0_ |= 0x00000001; } result.instance_ = instance_; if (((from_bitField0_ & 0x00000002) != 0)) { to_bitField0_ |= 0x00000002; } result.name_ = name_; if (((from_bitField0_ & 0x00000004) != 0)) { to_bitField0_ |= 0x00000004; } result.state_ = state_; if (((from_bitField0_ & 0x00000008) != 0)) { to_bitField0_ |= 0x00000008; } result.className_ = className_; if (((from_bitField0_ & 0x00000010) != 0)) { to_bitField0_ |= 0x00000010; } result.processor_ = processor_; if (((from_bitField0_ & 0x00000020) != 0)) { to_bitField0_ |= 0x00000020; } result.failureMessage_ = failureMessage_; if (((from_bitField0_ & 0x00000040) != 0)) { to_bitField0_ |= 0x00000040; } result.failureCause_ = failureCause_; result.bitField0_ = to_bitField0_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof org.yamcs.protobuf.ServiceInfo) { return mergeFrom((org.yamcs.protobuf.ServiceInfo)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(org.yamcs.protobuf.ServiceInfo other) { if (other == org.yamcs.protobuf.ServiceInfo.getDefaultInstance()) return this; if (other.hasInstance()) { bitField0_ |= 0x00000001; instance_ = other.instance_; onChanged(); } if (other.hasName()) { bitField0_ |= 0x00000002; name_ = other.name_; onChanged(); } if (other.hasState()) { setState(other.getState()); } if (other.hasClassName()) { bitField0_ |= 0x00000008; className_ = other.className_; onChanged(); } if (other.hasProcessor()) { bitField0_ |= 0x00000010; processor_ = other.processor_; onChanged(); } if (other.hasFailureMessage()) { bitField0_ |= 0x00000020; failureMessage_ = other.failureMessage_; onChanged(); } if (other.hasFailureCause()) { bitField0_ |= 0x00000040; failureCause_ = other.failureCause_; onChanged(); } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { org.yamcs.protobuf.ServiceInfo parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (org.yamcs.protobuf.ServiceInfo) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object instance_ = ""; /** *
     * Yamcs instance name
     * 
* * optional string instance = 1; * @return Whether the instance field is set. */ public boolean hasInstance() { return ((bitField0_ & 0x00000001) != 0); } /** *
     * Yamcs instance name
     * 
* * optional string instance = 1; * @return The instance. */ public java.lang.String getInstance() { java.lang.Object ref = instance_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { instance_ = s; } return s; } else { return (java.lang.String) ref; } } /** *
     * Yamcs instance name
     * 
* * optional string instance = 1; * @return The bytes for instance. */ public com.google.protobuf.ByteString getInstanceBytes() { java.lang.Object ref = instance_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); instance_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Yamcs instance name
     * 
* * optional string instance = 1; * @param value The instance to set. * @return This builder for chaining. */ public Builder setInstance( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; instance_ = value; onChanged(); return this; } /** *
     * Yamcs instance name
     * 
* * optional string instance = 1; * @return This builder for chaining. */ public Builder clearInstance() { bitField0_ = (bitField0_ & ~0x00000001); instance_ = getDefaultInstance().getInstance(); onChanged(); return this; } /** *
     * Yamcs instance name
     * 
* * optional string instance = 1; * @param value The bytes for instance to set. * @return This builder for chaining. */ public Builder setInstanceBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; instance_ = value; onChanged(); return this; } private java.lang.Object name_ = ""; /** *
     * Service name
     * 
* * optional string name = 2; * @return Whether the name field is set. */ public boolean hasName() { return ((bitField0_ & 0x00000002) != 0); } /** *
     * Service name
     * 
* * optional string name = 2; * @return The name. */ public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; } return s; } else { return (java.lang.String) ref; } } /** *
     * Service name
     * 
* * optional string name = 2; * @return The bytes for name. */ public com.google.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Service name
     * 
* * optional string name = 2; * @param value The name to set. * @return This builder for chaining. */ public Builder setName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; name_ = value; onChanged(); return this; } /** *
     * Service name
     * 
* * optional string name = 2; * @return This builder for chaining. */ public Builder clearName() { bitField0_ = (bitField0_ & ~0x00000002); name_ = getDefaultInstance().getName(); onChanged(); return this; } /** *
     * Service name
     * 
* * optional string name = 2; * @param value The bytes for name to set. * @return This builder for chaining. */ public Builder setNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000002; name_ = value; onChanged(); return this; } private int state_ = 0; /** *
     * Service state
     * 
* * optional .yamcs.protobuf.services.ServiceState state = 3; * @return Whether the state field is set. */ @java.lang.Override public boolean hasState() { return ((bitField0_ & 0x00000004) != 0); } /** *
     * Service state
     * 
* * optional .yamcs.protobuf.services.ServiceState state = 3; * @return The state. */ @java.lang.Override public org.yamcs.protobuf.ServiceState getState() { @SuppressWarnings("deprecation") org.yamcs.protobuf.ServiceState result = org.yamcs.protobuf.ServiceState.valueOf(state_); return result == null ? org.yamcs.protobuf.ServiceState.NEW : result; } /** *
     * Service state
     * 
* * optional .yamcs.protobuf.services.ServiceState state = 3; * @param value The state to set. * @return This builder for chaining. */ public Builder setState(org.yamcs.protobuf.ServiceState value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000004; state_ = value.getNumber(); onChanged(); return this; } /** *
     * Service state
     * 
* * optional .yamcs.protobuf.services.ServiceState state = 3; * @return This builder for chaining. */ public Builder clearState() { bitField0_ = (bitField0_ & ~0x00000004); state_ = 0; onChanged(); return this; } private java.lang.Object className_ = ""; /** *
     * Java class name
     * 
* * optional string className = 4; * @return Whether the className field is set. */ public boolean hasClassName() { return ((bitField0_ & 0x00000008) != 0); } /** *
     * Java class name
     * 
* * optional string className = 4; * @return The className. */ public java.lang.String getClassName() { java.lang.Object ref = className_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { className_ = s; } return s; } else { return (java.lang.String) ref; } } /** *
     * Java class name
     * 
* * optional string className = 4; * @return The bytes for className. */ public com.google.protobuf.ByteString getClassNameBytes() { java.lang.Object ref = className_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); className_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Java class name
     * 
* * optional string className = 4; * @param value The className to set. * @return This builder for chaining. */ public Builder setClassName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; className_ = value; onChanged(); return this; } /** *
     * Java class name
     * 
* * optional string className = 4; * @return This builder for chaining. */ public Builder clearClassName() { bitField0_ = (bitField0_ & ~0x00000008); className_ = getDefaultInstance().getClassName(); onChanged(); return this; } /** *
     * Java class name
     * 
* * optional string className = 4; * @param value The bytes for className to set. * @return This builder for chaining. */ public Builder setClassNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000008; className_ = value; onChanged(); return this; } private java.lang.Object processor_ = ""; /** *
     * Processor name (in case this is a processor service)
     * 
* * optional string processor = 5; * @return Whether the processor field is set. */ public boolean hasProcessor() { return ((bitField0_ & 0x00000010) != 0); } /** *
     * Processor name (in case this is a processor service)
     * 
* * optional string processor = 5; * @return The processor. */ public java.lang.String getProcessor() { java.lang.Object ref = processor_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { processor_ = s; } return s; } else { return (java.lang.String) ref; } } /** *
     * Processor name (in case this is a processor service)
     * 
* * optional string processor = 5; * @return The bytes for processor. */ public com.google.protobuf.ByteString getProcessorBytes() { java.lang.Object ref = processor_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); processor_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Processor name (in case this is a processor service)
     * 
* * optional string processor = 5; * @param value The processor to set. * @return This builder for chaining. */ public Builder setProcessor( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; processor_ = value; onChanged(); return this; } /** *
     * Processor name (in case this is a processor service)
     * 
* * optional string processor = 5; * @return This builder for chaining. */ public Builder clearProcessor() { bitField0_ = (bitField0_ & ~0x00000010); processor_ = getDefaultInstance().getProcessor(); onChanged(); return this; } /** *
     * Processor name (in case this is a processor service)
     * 
* * optional string processor = 5; * @param value The bytes for processor to set. * @return This builder for chaining. */ public Builder setProcessorBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000010; processor_ = value; onChanged(); return this; } private java.lang.Object failureMessage_ = ""; /** *
     * Short failure message when `state` is FAILED.
     * 
* * optional string failureMessage = 6; * @return Whether the failureMessage field is set. */ public boolean hasFailureMessage() { return ((bitField0_ & 0x00000020) != 0); } /** *
     * Short failure message when `state` is FAILED.
     * 
* * optional string failureMessage = 6; * @return The failureMessage. */ public java.lang.String getFailureMessage() { java.lang.Object ref = failureMessage_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { failureMessage_ = s; } return s; } else { return (java.lang.String) ref; } } /** *
     * Short failure message when `state` is FAILED.
     * 
* * optional string failureMessage = 6; * @return The bytes for failureMessage. */ public com.google.protobuf.ByteString getFailureMessageBytes() { java.lang.Object ref = failureMessage_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); failureMessage_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Short failure message when `state` is FAILED.
     * 
* * optional string failureMessage = 6; * @param value The failureMessage to set. * @return This builder for chaining. */ public Builder setFailureMessage( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; failureMessage_ = value; onChanged(); return this; } /** *
     * Short failure message when `state` is FAILED.
     * 
* * optional string failureMessage = 6; * @return This builder for chaining. */ public Builder clearFailureMessage() { bitField0_ = (bitField0_ & ~0x00000020); failureMessage_ = getDefaultInstance().getFailureMessage(); onChanged(); return this; } /** *
     * Short failure message when `state` is FAILED.
     * 
* * optional string failureMessage = 6; * @param value The bytes for failureMessage to set. * @return This builder for chaining. */ public Builder setFailureMessageBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000020; failureMessage_ = value; onChanged(); return this; } private java.lang.Object failureCause_ = ""; /** *
     * Stacktrace when `state` is FAILED.
     * 
* * optional string failureCause = 7; * @return Whether the failureCause field is set. */ public boolean hasFailureCause() { return ((bitField0_ & 0x00000040) != 0); } /** *
     * Stacktrace when `state` is FAILED.
     * 
* * optional string failureCause = 7; * @return The failureCause. */ public java.lang.String getFailureCause() { java.lang.Object ref = failureCause_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { failureCause_ = s; } return s; } else { return (java.lang.String) ref; } } /** *
     * Stacktrace when `state` is FAILED.
     * 
* * optional string failureCause = 7; * @return The bytes for failureCause. */ public com.google.protobuf.ByteString getFailureCauseBytes() { java.lang.Object ref = failureCause_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); failureCause_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * Stacktrace when `state` is FAILED.
     * 
* * optional string failureCause = 7; * @param value The failureCause to set. * @return This builder for chaining. */ public Builder setFailureCause( java.lang.String value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000040; failureCause_ = value; onChanged(); return this; } /** *
     * Stacktrace when `state` is FAILED.
     * 
* * optional string failureCause = 7; * @return This builder for chaining. */ public Builder clearFailureCause() { bitField0_ = (bitField0_ & ~0x00000040); failureCause_ = getDefaultInstance().getFailureCause(); onChanged(); return this; } /** *
     * Stacktrace when `state` is FAILED.
     * 
* * optional string failureCause = 7; * @param value The bytes for failureCause to set. * @return This builder for chaining. */ public Builder setFailureCauseBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000040; failureCause_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:yamcs.protobuf.services.ServiceInfo) } // @@protoc_insertion_point(class_scope:yamcs.protobuf.services.ServiceInfo) private static final org.yamcs.protobuf.ServiceInfo DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new org.yamcs.protobuf.ServiceInfo(); } public static org.yamcs.protobuf.ServiceInfo getDefaultInstance() { return DEFAULT_INSTANCE; } @java.lang.Deprecated public static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public ServiceInfo parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new ServiceInfo(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public org.yamcs.protobuf.ServiceInfo getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy