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

com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v10/model/capture_external_report_request_external_report.proto

package com.redhat.mercury.issueddevicetracking.v10;

public final class CaptureExternalReportRequestExternalReportOuterClass {
  private CaptureExternalReportRequestExternalReportOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  public interface CaptureExternalReportRequestExternalReportOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReport)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string InformationFeedServiceContentRecord = 179874;
     * @return The informationFeedServiceContentRecord.
     */
    java.lang.String getInformationFeedServiceContentRecord();
    /**
     * string InformationFeedServiceContentRecord = 179874;
     * @return The bytes for informationFeedServiceContentRecord.
     */
    com.google.protobuf.ByteString
        getInformationFeedServiceContentRecordBytes();

    /**
     * .google.protobuf.Any IssuedDeviceReference = 407472970;
     * @return Whether the issuedDeviceReference field is set.
     */
    boolean hasIssuedDeviceReference();
    /**
     * .google.protobuf.Any IssuedDeviceReference = 407472970;
     * @return The issuedDeviceReference.
     */
    com.google.protobuf.Any getIssuedDeviceReference();
    /**
     * .google.protobuf.Any IssuedDeviceReference = 407472970;
     */
    com.google.protobuf.AnyOrBuilder getIssuedDeviceReferenceOrBuilder();

    /**
     * string IssuedDeviceType = 8028123;
     * @return The issuedDeviceType.
     */
    java.lang.String getIssuedDeviceType();
    /**
     * string IssuedDeviceType = 8028123;
     * @return The bytes for issuedDeviceType.
     */
    com.google.protobuf.ByteString
        getIssuedDeviceTypeBytes();

    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     * @return Whether the customerReference field is set.
     */
    boolean hasCustomerReference();
    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     * @return The customerReference.
     */
    com.google.protobuf.Any getCustomerReference();
    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     */
    com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder();

    /**
     * .google.protobuf.Any ProductInstanceReference = 153376039;
     * @return Whether the productInstanceReference field is set.
     */
    boolean hasProductInstanceReference();
    /**
     * .google.protobuf.Any ProductInstanceReference = 153376039;
     * @return The productInstanceReference.
     */
    com.google.protobuf.Any getProductInstanceReference();
    /**
     * .google.protobuf.Any ProductInstanceReference = 153376039;
     */
    com.google.protobuf.AnyOrBuilder getProductInstanceReferenceOrBuilder();

    /**
     * string StatusUpdateDetails = 33861193;
     * @return The statusUpdateDetails.
     */
    java.lang.String getStatusUpdateDetails();
    /**
     * string StatusUpdateDetails = 33861193;
     * @return The bytes for statusUpdateDetails.
     */
    com.google.protobuf.ByteString
        getStatusUpdateDetailsBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReport}
   */
  public static final class CaptureExternalReportRequestExternalReport extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReport)
      CaptureExternalReportRequestExternalReportOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use CaptureExternalReportRequestExternalReport.newBuilder() to construct.
    private CaptureExternalReportRequestExternalReport(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private CaptureExternalReportRequestExternalReport() {
      informationFeedServiceContentRecord_ = "";
      issuedDeviceType_ = "";
      statusUpdateDetails_ = "";
    }

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

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private CaptureExternalReportRequestExternalReport(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      this();
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      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 1438994: {
              java.lang.String s = input.readStringRequireUtf8();

              informationFeedServiceContentRecord_ = s;
              break;
            }
            case 64224986: {
              java.lang.String s = input.readStringRequireUtf8();

              issuedDeviceType_ = s;
              break;
            }
            case 270889546: {
              java.lang.String s = input.readStringRequireUtf8();

              statusUpdateDetails_ = s;
              break;
            }
            case 385402754: {
              com.google.protobuf.Any.Builder subBuilder = null;
              if (customerReference_ != null) {
                subBuilder = customerReference_.toBuilder();
              }
              customerReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(customerReference_);
                customerReference_ = subBuilder.buildPartial();
              }

              break;
            }
            case 1227008314: {
              com.google.protobuf.Any.Builder subBuilder = null;
              if (productInstanceReference_ != null) {
                subBuilder = productInstanceReference_.toBuilder();
              }
              productInstanceReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(productInstanceReference_);
                productInstanceReference_ = subBuilder.buildPartial();
              }

              break;
            }
            case -1035183534: {
              com.google.protobuf.Any.Builder subBuilder = null;
              if (issuedDeviceReference_ != null) {
                subBuilder = issuedDeviceReference_.toBuilder();
              }
              issuedDeviceReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(issuedDeviceReference_);
                issuedDeviceReference_ = subBuilder.buildPartial();
              }

              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 com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.internal_static_com_redhat_mercury_issueddevicetracking_v10_CaptureExternalReportRequestExternalReport_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.internal_static_com_redhat_mercury_issueddevicetracking_v10_CaptureExternalReportRequestExternalReport_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport.class, com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport.Builder.class);
    }

    public static final int INFORMATIONFEEDSERVICECONTENTRECORD_FIELD_NUMBER = 179874;
    private volatile java.lang.Object informationFeedServiceContentRecord_;
    /**
     * string InformationFeedServiceContentRecord = 179874;
     * @return The informationFeedServiceContentRecord.
     */
    @java.lang.Override
    public java.lang.String getInformationFeedServiceContentRecord() {
      java.lang.Object ref = informationFeedServiceContentRecord_;
      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();
        informationFeedServiceContentRecord_ = s;
        return s;
      }
    }
    /**
     * string InformationFeedServiceContentRecord = 179874;
     * @return The bytes for informationFeedServiceContentRecord.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getInformationFeedServiceContentRecordBytes() {
      java.lang.Object ref = informationFeedServiceContentRecord_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        informationFeedServiceContentRecord_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int ISSUEDDEVICEREFERENCE_FIELD_NUMBER = 407472970;
    private com.google.protobuf.Any issuedDeviceReference_;
    /**
     * .google.protobuf.Any IssuedDeviceReference = 407472970;
     * @return Whether the issuedDeviceReference field is set.
     */
    @java.lang.Override
    public boolean hasIssuedDeviceReference() {
      return issuedDeviceReference_ != null;
    }
    /**
     * .google.protobuf.Any IssuedDeviceReference = 407472970;
     * @return The issuedDeviceReference.
     */
    @java.lang.Override
    public com.google.protobuf.Any getIssuedDeviceReference() {
      return issuedDeviceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : issuedDeviceReference_;
    }
    /**
     * .google.protobuf.Any IssuedDeviceReference = 407472970;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getIssuedDeviceReferenceOrBuilder() {
      return getIssuedDeviceReference();
    }

    public static final int ISSUEDDEVICETYPE_FIELD_NUMBER = 8028123;
    private volatile java.lang.Object issuedDeviceType_;
    /**
     * string IssuedDeviceType = 8028123;
     * @return The issuedDeviceType.
     */
    @java.lang.Override
    public java.lang.String getIssuedDeviceType() {
      java.lang.Object ref = issuedDeviceType_;
      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();
        issuedDeviceType_ = s;
        return s;
      }
    }
    /**
     * string IssuedDeviceType = 8028123;
     * @return The bytes for issuedDeviceType.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getIssuedDeviceTypeBytes() {
      java.lang.Object ref = issuedDeviceType_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        issuedDeviceType_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int CUSTOMERREFERENCE_FIELD_NUMBER = 48175344;
    private com.google.protobuf.Any customerReference_;
    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     * @return Whether the customerReference field is set.
     */
    @java.lang.Override
    public boolean hasCustomerReference() {
      return customerReference_ != null;
    }
    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     * @return The customerReference.
     */
    @java.lang.Override
    public com.google.protobuf.Any getCustomerReference() {
      return customerReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : customerReference_;
    }
    /**
     * .google.protobuf.Any CustomerReference = 48175344;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder() {
      return getCustomerReference();
    }

    public static final int PRODUCTINSTANCEREFERENCE_FIELD_NUMBER = 153376039;
    private com.google.protobuf.Any productInstanceReference_;
    /**
     * .google.protobuf.Any ProductInstanceReference = 153376039;
     * @return Whether the productInstanceReference field is set.
     */
    @java.lang.Override
    public boolean hasProductInstanceReference() {
      return productInstanceReference_ != null;
    }
    /**
     * .google.protobuf.Any ProductInstanceReference = 153376039;
     * @return The productInstanceReference.
     */
    @java.lang.Override
    public com.google.protobuf.Any getProductInstanceReference() {
      return productInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : productInstanceReference_;
    }
    /**
     * .google.protobuf.Any ProductInstanceReference = 153376039;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getProductInstanceReferenceOrBuilder() {
      return getProductInstanceReference();
    }

    public static final int STATUSUPDATEDETAILS_FIELD_NUMBER = 33861193;
    private volatile java.lang.Object statusUpdateDetails_;
    /**
     * string StatusUpdateDetails = 33861193;
     * @return The statusUpdateDetails.
     */
    @java.lang.Override
    public java.lang.String getStatusUpdateDetails() {
      java.lang.Object ref = statusUpdateDetails_;
      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();
        statusUpdateDetails_ = s;
        return s;
      }
    }
    /**
     * string StatusUpdateDetails = 33861193;
     * @return The bytes for statusUpdateDetails.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getStatusUpdateDetailsBytes() {
      java.lang.Object ref = statusUpdateDetails_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        statusUpdateDetails_ = 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 (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(informationFeedServiceContentRecord_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 179874, informationFeedServiceContentRecord_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(issuedDeviceType_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 8028123, issuedDeviceType_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusUpdateDetails_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 33861193, statusUpdateDetails_);
      }
      if (customerReference_ != null) {
        output.writeMessage(48175344, getCustomerReference());
      }
      if (productInstanceReference_ != null) {
        output.writeMessage(153376039, getProductInstanceReference());
      }
      if (issuedDeviceReference_ != null) {
        output.writeMessage(407472970, getIssuedDeviceReference());
      }
      unknownFields.writeTo(output);
    }

    @java.lang.Override
    public int getSerializedSize() {
      int size = memoizedSize;
      if (size != -1) return size;

      size = 0;
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(informationFeedServiceContentRecord_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(179874, informationFeedServiceContentRecord_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(issuedDeviceType_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8028123, issuedDeviceType_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(statusUpdateDetails_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(33861193, statusUpdateDetails_);
      }
      if (customerReference_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(48175344, getCustomerReference());
      }
      if (productInstanceReference_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(153376039, getProductInstanceReference());
      }
      if (issuedDeviceReference_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(407472970, getIssuedDeviceReference());
      }
      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 com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport)) {
        return super.equals(obj);
      }
      com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport other = (com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport) obj;

      if (!getInformationFeedServiceContentRecord()
          .equals(other.getInformationFeedServiceContentRecord())) return false;
      if (hasIssuedDeviceReference() != other.hasIssuedDeviceReference()) return false;
      if (hasIssuedDeviceReference()) {
        if (!getIssuedDeviceReference()
            .equals(other.getIssuedDeviceReference())) return false;
      }
      if (!getIssuedDeviceType()
          .equals(other.getIssuedDeviceType())) return false;
      if (hasCustomerReference() != other.hasCustomerReference()) return false;
      if (hasCustomerReference()) {
        if (!getCustomerReference()
            .equals(other.getCustomerReference())) return false;
      }
      if (hasProductInstanceReference() != other.hasProductInstanceReference()) return false;
      if (hasProductInstanceReference()) {
        if (!getProductInstanceReference()
            .equals(other.getProductInstanceReference())) return false;
      }
      if (!getStatusUpdateDetails()
          .equals(other.getStatusUpdateDetails())) 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();
      hash = (37 * hash) + INFORMATIONFEEDSERVICECONTENTRECORD_FIELD_NUMBER;
      hash = (53 * hash) + getInformationFeedServiceContentRecord().hashCode();
      if (hasIssuedDeviceReference()) {
        hash = (37 * hash) + ISSUEDDEVICEREFERENCE_FIELD_NUMBER;
        hash = (53 * hash) + getIssuedDeviceReference().hashCode();
      }
      hash = (37 * hash) + ISSUEDDEVICETYPE_FIELD_NUMBER;
      hash = (53 * hash) + getIssuedDeviceType().hashCode();
      if (hasCustomerReference()) {
        hash = (37 * hash) + CUSTOMERREFERENCE_FIELD_NUMBER;
        hash = (53 * hash) + getCustomerReference().hashCode();
      }
      if (hasProductInstanceReference()) {
        hash = (37 * hash) + PRODUCTINSTANCEREFERENCE_FIELD_NUMBER;
        hash = (53 * hash) + getProductInstanceReference().hashCode();
      }
      hash = (37 * hash) + STATUSUPDATEDETAILS_FIELD_NUMBER;
      hash = (53 * hash) + getStatusUpdateDetails().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

    public static com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport parseFrom(
        java.nio.ByteBuffer data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport parseFrom(
        java.nio.ByteBuffer data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport parseFrom(
        com.google.protobuf.ByteString data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport parseFrom(
        com.google.protobuf.ByteString data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport parseFrom(byte[] data)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data);
    }
    public static com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport parseFrom(
        byte[] data,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return PARSER.parseFrom(data, extensionRegistry);
    }
    public static com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport parseFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport 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 com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport parseDelimitedFrom(java.io.InputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseDelimitedWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport 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 com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport parseFrom(
        com.google.protobuf.CodedInputStream input)
        throws java.io.IOException {
      return com.google.protobuf.GeneratedMessageV3
          .parseWithIOException(PARSER, input);
    }
    public static com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport 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(com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport 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 com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReport}
     */
    public static final class Builder extends
        com.google.protobuf.GeneratedMessageV3.Builder implements
        // @@protoc_insertion_point(builder_implements:com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReport)
        com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReportOrBuilder {
      public static final com.google.protobuf.Descriptors.Descriptor
          getDescriptor() {
        return com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.internal_static_com_redhat_mercury_issueddevicetracking_v10_CaptureExternalReportRequestExternalReport_descriptor;
      }

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.internal_static_com_redhat_mercury_issueddevicetracking_v10_CaptureExternalReportRequestExternalReport_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport.class, com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport.Builder.class);
      }

      // Construct using com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport.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();
        informationFeedServiceContentRecord_ = "";

        if (issuedDeviceReferenceBuilder_ == null) {
          issuedDeviceReference_ = null;
        } else {
          issuedDeviceReference_ = null;
          issuedDeviceReferenceBuilder_ = null;
        }
        issuedDeviceType_ = "";

        if (customerReferenceBuilder_ == null) {
          customerReference_ = null;
        } else {
          customerReference_ = null;
          customerReferenceBuilder_ = null;
        }
        if (productInstanceReferenceBuilder_ == null) {
          productInstanceReference_ = null;
        } else {
          productInstanceReference_ = null;
          productInstanceReferenceBuilder_ = null;
        }
        statusUpdateDetails_ = "";

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.internal_static_com_redhat_mercury_issueddevicetracking_v10_CaptureExternalReportRequestExternalReport_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport getDefaultInstanceForType() {
        return com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport.getDefaultInstance();
      }

      @java.lang.Override
      public com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport build() {
        com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport result = buildPartial();
        if (!result.isInitialized()) {
          throw newUninitializedMessageException(result);
        }
        return result;
      }

      @java.lang.Override
      public com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport buildPartial() {
        com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport result = new com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport(this);
        result.informationFeedServiceContentRecord_ = informationFeedServiceContentRecord_;
        if (issuedDeviceReferenceBuilder_ == null) {
          result.issuedDeviceReference_ = issuedDeviceReference_;
        } else {
          result.issuedDeviceReference_ = issuedDeviceReferenceBuilder_.build();
        }
        result.issuedDeviceType_ = issuedDeviceType_;
        if (customerReferenceBuilder_ == null) {
          result.customerReference_ = customerReference_;
        } else {
          result.customerReference_ = customerReferenceBuilder_.build();
        }
        if (productInstanceReferenceBuilder_ == null) {
          result.productInstanceReference_ = productInstanceReference_;
        } else {
          result.productInstanceReference_ = productInstanceReferenceBuilder_.build();
        }
        result.statusUpdateDetails_ = statusUpdateDetails_;
        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 com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport) {
          return mergeFrom((com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport other) {
        if (other == com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport.getDefaultInstance()) return this;
        if (!other.getInformationFeedServiceContentRecord().isEmpty()) {
          informationFeedServiceContentRecord_ = other.informationFeedServiceContentRecord_;
          onChanged();
        }
        if (other.hasIssuedDeviceReference()) {
          mergeIssuedDeviceReference(other.getIssuedDeviceReference());
        }
        if (!other.getIssuedDeviceType().isEmpty()) {
          issuedDeviceType_ = other.issuedDeviceType_;
          onChanged();
        }
        if (other.hasCustomerReference()) {
          mergeCustomerReference(other.getCustomerReference());
        }
        if (other.hasProductInstanceReference()) {
          mergeProductInstanceReference(other.getProductInstanceReference());
        }
        if (!other.getStatusUpdateDetails().isEmpty()) {
          statusUpdateDetails_ = other.statusUpdateDetails_;
          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 {
        com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object informationFeedServiceContentRecord_ = "";
      /**
       * string InformationFeedServiceContentRecord = 179874;
       * @return The informationFeedServiceContentRecord.
       */
      public java.lang.String getInformationFeedServiceContentRecord() {
        java.lang.Object ref = informationFeedServiceContentRecord_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          informationFeedServiceContentRecord_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string InformationFeedServiceContentRecord = 179874;
       * @return The bytes for informationFeedServiceContentRecord.
       */
      public com.google.protobuf.ByteString
          getInformationFeedServiceContentRecordBytes() {
        java.lang.Object ref = informationFeedServiceContentRecord_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          informationFeedServiceContentRecord_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string InformationFeedServiceContentRecord = 179874;
       * @param value The informationFeedServiceContentRecord to set.
       * @return This builder for chaining.
       */
      public Builder setInformationFeedServiceContentRecord(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        informationFeedServiceContentRecord_ = value;
        onChanged();
        return this;
      }
      /**
       * string InformationFeedServiceContentRecord = 179874;
       * @return This builder for chaining.
       */
      public Builder clearInformationFeedServiceContentRecord() {
        
        informationFeedServiceContentRecord_ = getDefaultInstance().getInformationFeedServiceContentRecord();
        onChanged();
        return this;
      }
      /**
       * string InformationFeedServiceContentRecord = 179874;
       * @param value The bytes for informationFeedServiceContentRecord to set.
       * @return This builder for chaining.
       */
      public Builder setInformationFeedServiceContentRecordBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        informationFeedServiceContentRecord_ = value;
        onChanged();
        return this;
      }

      private com.google.protobuf.Any issuedDeviceReference_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> issuedDeviceReferenceBuilder_;
      /**
       * .google.protobuf.Any IssuedDeviceReference = 407472970;
       * @return Whether the issuedDeviceReference field is set.
       */
      public boolean hasIssuedDeviceReference() {
        return issuedDeviceReferenceBuilder_ != null || issuedDeviceReference_ != null;
      }
      /**
       * .google.protobuf.Any IssuedDeviceReference = 407472970;
       * @return The issuedDeviceReference.
       */
      public com.google.protobuf.Any getIssuedDeviceReference() {
        if (issuedDeviceReferenceBuilder_ == null) {
          return issuedDeviceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : issuedDeviceReference_;
        } else {
          return issuedDeviceReferenceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any IssuedDeviceReference = 407472970;
       */
      public Builder setIssuedDeviceReference(com.google.protobuf.Any value) {
        if (issuedDeviceReferenceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          issuedDeviceReference_ = value;
          onChanged();
        } else {
          issuedDeviceReferenceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any IssuedDeviceReference = 407472970;
       */
      public Builder setIssuedDeviceReference(
          com.google.protobuf.Any.Builder builderForValue) {
        if (issuedDeviceReferenceBuilder_ == null) {
          issuedDeviceReference_ = builderForValue.build();
          onChanged();
        } else {
          issuedDeviceReferenceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any IssuedDeviceReference = 407472970;
       */
      public Builder mergeIssuedDeviceReference(com.google.protobuf.Any value) {
        if (issuedDeviceReferenceBuilder_ == null) {
          if (issuedDeviceReference_ != null) {
            issuedDeviceReference_ =
              com.google.protobuf.Any.newBuilder(issuedDeviceReference_).mergeFrom(value).buildPartial();
          } else {
            issuedDeviceReference_ = value;
          }
          onChanged();
        } else {
          issuedDeviceReferenceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any IssuedDeviceReference = 407472970;
       */
      public Builder clearIssuedDeviceReference() {
        if (issuedDeviceReferenceBuilder_ == null) {
          issuedDeviceReference_ = null;
          onChanged();
        } else {
          issuedDeviceReference_ = null;
          issuedDeviceReferenceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any IssuedDeviceReference = 407472970;
       */
      public com.google.protobuf.Any.Builder getIssuedDeviceReferenceBuilder() {
        
        onChanged();
        return getIssuedDeviceReferenceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any IssuedDeviceReference = 407472970;
       */
      public com.google.protobuf.AnyOrBuilder getIssuedDeviceReferenceOrBuilder() {
        if (issuedDeviceReferenceBuilder_ != null) {
          return issuedDeviceReferenceBuilder_.getMessageOrBuilder();
        } else {
          return issuedDeviceReference_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : issuedDeviceReference_;
        }
      }
      /**
       * .google.protobuf.Any IssuedDeviceReference = 407472970;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getIssuedDeviceReferenceFieldBuilder() {
        if (issuedDeviceReferenceBuilder_ == null) {
          issuedDeviceReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getIssuedDeviceReference(),
                  getParentForChildren(),
                  isClean());
          issuedDeviceReference_ = null;
        }
        return issuedDeviceReferenceBuilder_;
      }

      private java.lang.Object issuedDeviceType_ = "";
      /**
       * string IssuedDeviceType = 8028123;
       * @return The issuedDeviceType.
       */
      public java.lang.String getIssuedDeviceType() {
        java.lang.Object ref = issuedDeviceType_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          issuedDeviceType_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string IssuedDeviceType = 8028123;
       * @return The bytes for issuedDeviceType.
       */
      public com.google.protobuf.ByteString
          getIssuedDeviceTypeBytes() {
        java.lang.Object ref = issuedDeviceType_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          issuedDeviceType_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string IssuedDeviceType = 8028123;
       * @param value The issuedDeviceType to set.
       * @return This builder for chaining.
       */
      public Builder setIssuedDeviceType(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        issuedDeviceType_ = value;
        onChanged();
        return this;
      }
      /**
       * string IssuedDeviceType = 8028123;
       * @return This builder for chaining.
       */
      public Builder clearIssuedDeviceType() {
        
        issuedDeviceType_ = getDefaultInstance().getIssuedDeviceType();
        onChanged();
        return this;
      }
      /**
       * string IssuedDeviceType = 8028123;
       * @param value The bytes for issuedDeviceType to set.
       * @return This builder for chaining.
       */
      public Builder setIssuedDeviceTypeBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        issuedDeviceType_ = value;
        onChanged();
        return this;
      }

      private com.google.protobuf.Any customerReference_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> customerReferenceBuilder_;
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       * @return Whether the customerReference field is set.
       */
      public boolean hasCustomerReference() {
        return customerReferenceBuilder_ != null || customerReference_ != null;
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       * @return The customerReference.
       */
      public com.google.protobuf.Any getCustomerReference() {
        if (customerReferenceBuilder_ == null) {
          return customerReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : customerReference_;
        } else {
          return customerReferenceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public Builder setCustomerReference(com.google.protobuf.Any value) {
        if (customerReferenceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          customerReference_ = value;
          onChanged();
        } else {
          customerReferenceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public Builder setCustomerReference(
          com.google.protobuf.Any.Builder builderForValue) {
        if (customerReferenceBuilder_ == null) {
          customerReference_ = builderForValue.build();
          onChanged();
        } else {
          customerReferenceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public Builder mergeCustomerReference(com.google.protobuf.Any value) {
        if (customerReferenceBuilder_ == null) {
          if (customerReference_ != null) {
            customerReference_ =
              com.google.protobuf.Any.newBuilder(customerReference_).mergeFrom(value).buildPartial();
          } else {
            customerReference_ = value;
          }
          onChanged();
        } else {
          customerReferenceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public Builder clearCustomerReference() {
        if (customerReferenceBuilder_ == null) {
          customerReference_ = null;
          onChanged();
        } else {
          customerReference_ = null;
          customerReferenceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public com.google.protobuf.Any.Builder getCustomerReferenceBuilder() {
        
        onChanged();
        return getCustomerReferenceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      public com.google.protobuf.AnyOrBuilder getCustomerReferenceOrBuilder() {
        if (customerReferenceBuilder_ != null) {
          return customerReferenceBuilder_.getMessageOrBuilder();
        } else {
          return customerReference_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : customerReference_;
        }
      }
      /**
       * .google.protobuf.Any CustomerReference = 48175344;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getCustomerReferenceFieldBuilder() {
        if (customerReferenceBuilder_ == null) {
          customerReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getCustomerReference(),
                  getParentForChildren(),
                  isClean());
          customerReference_ = null;
        }
        return customerReferenceBuilder_;
      }

      private com.google.protobuf.Any productInstanceReference_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> productInstanceReferenceBuilder_;
      /**
       * .google.protobuf.Any ProductInstanceReference = 153376039;
       * @return Whether the productInstanceReference field is set.
       */
      public boolean hasProductInstanceReference() {
        return productInstanceReferenceBuilder_ != null || productInstanceReference_ != null;
      }
      /**
       * .google.protobuf.Any ProductInstanceReference = 153376039;
       * @return The productInstanceReference.
       */
      public com.google.protobuf.Any getProductInstanceReference() {
        if (productInstanceReferenceBuilder_ == null) {
          return productInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : productInstanceReference_;
        } else {
          return productInstanceReferenceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any ProductInstanceReference = 153376039;
       */
      public Builder setProductInstanceReference(com.google.protobuf.Any value) {
        if (productInstanceReferenceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          productInstanceReference_ = value;
          onChanged();
        } else {
          productInstanceReferenceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any ProductInstanceReference = 153376039;
       */
      public Builder setProductInstanceReference(
          com.google.protobuf.Any.Builder builderForValue) {
        if (productInstanceReferenceBuilder_ == null) {
          productInstanceReference_ = builderForValue.build();
          onChanged();
        } else {
          productInstanceReferenceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any ProductInstanceReference = 153376039;
       */
      public Builder mergeProductInstanceReference(com.google.protobuf.Any value) {
        if (productInstanceReferenceBuilder_ == null) {
          if (productInstanceReference_ != null) {
            productInstanceReference_ =
              com.google.protobuf.Any.newBuilder(productInstanceReference_).mergeFrom(value).buildPartial();
          } else {
            productInstanceReference_ = value;
          }
          onChanged();
        } else {
          productInstanceReferenceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any ProductInstanceReference = 153376039;
       */
      public Builder clearProductInstanceReference() {
        if (productInstanceReferenceBuilder_ == null) {
          productInstanceReference_ = null;
          onChanged();
        } else {
          productInstanceReference_ = null;
          productInstanceReferenceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any ProductInstanceReference = 153376039;
       */
      public com.google.protobuf.Any.Builder getProductInstanceReferenceBuilder() {
        
        onChanged();
        return getProductInstanceReferenceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any ProductInstanceReference = 153376039;
       */
      public com.google.protobuf.AnyOrBuilder getProductInstanceReferenceOrBuilder() {
        if (productInstanceReferenceBuilder_ != null) {
          return productInstanceReferenceBuilder_.getMessageOrBuilder();
        } else {
          return productInstanceReference_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : productInstanceReference_;
        }
      }
      /**
       * .google.protobuf.Any ProductInstanceReference = 153376039;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getProductInstanceReferenceFieldBuilder() {
        if (productInstanceReferenceBuilder_ == null) {
          productInstanceReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getProductInstanceReference(),
                  getParentForChildren(),
                  isClean());
          productInstanceReference_ = null;
        }
        return productInstanceReferenceBuilder_;
      }

      private java.lang.Object statusUpdateDetails_ = "";
      /**
       * string StatusUpdateDetails = 33861193;
       * @return The statusUpdateDetails.
       */
      public java.lang.String getStatusUpdateDetails() {
        java.lang.Object ref = statusUpdateDetails_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          statusUpdateDetails_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string StatusUpdateDetails = 33861193;
       * @return The bytes for statusUpdateDetails.
       */
      public com.google.protobuf.ByteString
          getStatusUpdateDetailsBytes() {
        java.lang.Object ref = statusUpdateDetails_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          statusUpdateDetails_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string StatusUpdateDetails = 33861193;
       * @param value The statusUpdateDetails to set.
       * @return This builder for chaining.
       */
      public Builder setStatusUpdateDetails(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        statusUpdateDetails_ = value;
        onChanged();
        return this;
      }
      /**
       * string StatusUpdateDetails = 33861193;
       * @return This builder for chaining.
       */
      public Builder clearStatusUpdateDetails() {
        
        statusUpdateDetails_ = getDefaultInstance().getStatusUpdateDetails();
        onChanged();
        return this;
      }
      /**
       * string StatusUpdateDetails = 33861193;
       * @param value The bytes for statusUpdateDetails to set.
       * @return This builder for chaining.
       */
      public Builder setStatusUpdateDetailsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        statusUpdateDetails_ = 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:com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReport)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReport)
    private static final com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport();
    }

    public static com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

    private static final com.google.protobuf.Parser
        PARSER = new com.google.protobuf.AbstractParser() {
      @java.lang.Override
      public CaptureExternalReportRequestExternalReport parsePartialFrom(
          com.google.protobuf.CodedInputStream input,
          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
          throws com.google.protobuf.InvalidProtocolBufferException {
        return new CaptureExternalReportRequestExternalReport(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 com.redhat.mercury.issueddevicetracking.v10.CaptureExternalReportRequestExternalReportOuterClass.CaptureExternalReportRequestExternalReport getDefaultInstanceForType() {
      return DEFAULT_INSTANCE;
    }

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_issueddevicetracking_v10_CaptureExternalReportRequestExternalReport_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_issueddevicetracking_v10_CaptureExternalReportRequestExternalReport_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n?v10/model/capture_external_report_requ" +
      "est_external_report.proto\022+com.redhat.me" +
      "rcury.issueddevicetracking.v10\032\031google/p" +
      "rotobuf/any.proto\"\300\002\n*CaptureExternalRep" +
      "ortRequestExternalReport\022-\n#InformationF" +
      "eedServiceContentRecord\030\242\375\n \001(\t\0227\n\025Issue" +
      "dDeviceReference\030\312\226\246\302\001 \001(\0132\024.google.prot" +
      "obuf.Any\022\033\n\020IssuedDeviceType\030\333\377\351\003 \001(\t\0222\n" +
      "\021CustomerReference\030\360\261\374\026 \001(\0132\024.google.pro" +
      "tobuf.Any\0229\n\030ProductInstanceReference\030\247\252" +
      "\221I \001(\0132\024.google.protobuf.Any\022\036\n\023StatusUp" +
      "dateDetails\030\311\334\222\020 \001(\tP\000b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.AnyProto.getDescriptor(),
        });
    internal_static_com_redhat_mercury_issueddevicetracking_v10_CaptureExternalReportRequestExternalReport_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_issueddevicetracking_v10_CaptureExternalReportRequestExternalReport_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_issueddevicetracking_v10_CaptureExternalReportRequestExternalReport_descriptor,
        new java.lang.String[] { "InformationFeedServiceContentRecord", "IssuedDeviceReference", "IssuedDeviceType", "CustomerReference", "ProductInstanceReference", "StatusUpdateDetails", });
    com.google.protobuf.AnyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy