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

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

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

package com.redhat.mercury.issueddevicetracking.v10;

public final class UpdateInternalNotificationRequestIssuedDeviceStateOuterClass {
  private UpdateInternalNotificationRequestIssuedDeviceStateOuterClass() {}
  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 UpdateInternalNotificationRequestIssuedDeviceStateOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState)
      com.google.protobuf.MessageOrBuilder {

    /**
     * .google.protobuf.Any InformationFeedProviderReference = 330230610;
     * @return Whether the informationFeedProviderReference field is set.
     */
    boolean hasInformationFeedProviderReference();
    /**
     * .google.protobuf.Any InformationFeedProviderReference = 330230610;
     * @return The informationFeedProviderReference.
     */
    com.google.protobuf.Any getInformationFeedProviderReference();
    /**
     * .google.protobuf.Any InformationFeedProviderReference = 330230610;
     */
    com.google.protobuf.AnyOrBuilder getInformationFeedProviderReferenceOrBuilder();

    /**
     * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
     * @return Whether the issuedDeviceAllocationInstanceReference field is set.
     */
    boolean hasIssuedDeviceAllocationInstanceReference();
    /**
     * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
     * @return The issuedDeviceAllocationInstanceReference.
     */
    com.google.protobuf.Any getIssuedDeviceAllocationInstanceReference();
    /**
     * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
     */
    com.google.protobuf.AnyOrBuilder getIssuedDeviceAllocationInstanceReferenceOrBuilder();

    /**
     * string IssuedDeviceAllocationStatus = 17830894;
     * @return The issuedDeviceAllocationStatus.
     */
    java.lang.String getIssuedDeviceAllocationStatus();
    /**
     * string IssuedDeviceAllocationStatus = 17830894;
     * @return The bytes for issuedDeviceAllocationStatus.
     */
    com.google.protobuf.ByteString
        getIssuedDeviceAllocationStatusBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState}
   */
  public static final class UpdateInternalNotificationRequestIssuedDeviceState extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState)
      UpdateInternalNotificationRequestIssuedDeviceStateOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use UpdateInternalNotificationRequestIssuedDeviceState.newBuilder() to construct.
    private UpdateInternalNotificationRequestIssuedDeviceState(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private UpdateInternalNotificationRequestIssuedDeviceState() {
      issuedDeviceAllocationStatus_ = "";
    }

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

    @java.lang.Override
    public final com.google.protobuf.UnknownFieldSet
    getUnknownFields() {
      return this.unknownFields;
    }
    private UpdateInternalNotificationRequestIssuedDeviceState(
        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 142647154: {
              java.lang.String s = input.readStringRequireUtf8();

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

              break;
            }
            case -1653122414: {
              com.google.protobuf.Any.Builder subBuilder = null;
              if (informationFeedProviderReference_ != null) {
                subBuilder = informationFeedProviderReference_.toBuilder();
              }
              informationFeedProviderReference_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
              if (subBuilder != null) {
                subBuilder.mergeFrom(informationFeedProviderReference_);
                informationFeedProviderReference_ = 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.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationRequestIssuedDeviceState_descriptor;
    }

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

    public static final int INFORMATIONFEEDPROVIDERREFERENCE_FIELD_NUMBER = 330230610;
    private com.google.protobuf.Any informationFeedProviderReference_;
    /**
     * .google.protobuf.Any InformationFeedProviderReference = 330230610;
     * @return Whether the informationFeedProviderReference field is set.
     */
    @java.lang.Override
    public boolean hasInformationFeedProviderReference() {
      return informationFeedProviderReference_ != null;
    }
    /**
     * .google.protobuf.Any InformationFeedProviderReference = 330230610;
     * @return The informationFeedProviderReference.
     */
    @java.lang.Override
    public com.google.protobuf.Any getInformationFeedProviderReference() {
      return informationFeedProviderReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : informationFeedProviderReference_;
    }
    /**
     * .google.protobuf.Any InformationFeedProviderReference = 330230610;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getInformationFeedProviderReferenceOrBuilder() {
      return getInformationFeedProviderReference();
    }

    public static final int ISSUEDDEVICEALLOCATIONINSTANCEREFERENCE_FIELD_NUMBER = 179754872;
    private com.google.protobuf.Any issuedDeviceAllocationInstanceReference_;
    /**
     * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
     * @return Whether the issuedDeviceAllocationInstanceReference field is set.
     */
    @java.lang.Override
    public boolean hasIssuedDeviceAllocationInstanceReference() {
      return issuedDeviceAllocationInstanceReference_ != null;
    }
    /**
     * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
     * @return The issuedDeviceAllocationInstanceReference.
     */
    @java.lang.Override
    public com.google.protobuf.Any getIssuedDeviceAllocationInstanceReference() {
      return issuedDeviceAllocationInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : issuedDeviceAllocationInstanceReference_;
    }
    /**
     * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getIssuedDeviceAllocationInstanceReferenceOrBuilder() {
      return getIssuedDeviceAllocationInstanceReference();
    }

    public static final int ISSUEDDEVICEALLOCATIONSTATUS_FIELD_NUMBER = 17830894;
    private volatile java.lang.Object issuedDeviceAllocationStatus_;
    /**
     * string IssuedDeviceAllocationStatus = 17830894;
     * @return The issuedDeviceAllocationStatus.
     */
    @java.lang.Override
    public java.lang.String getIssuedDeviceAllocationStatus() {
      java.lang.Object ref = issuedDeviceAllocationStatus_;
      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();
        issuedDeviceAllocationStatus_ = s;
        return s;
      }
    }
    /**
     * string IssuedDeviceAllocationStatus = 17830894;
     * @return The bytes for issuedDeviceAllocationStatus.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getIssuedDeviceAllocationStatusBytes() {
      java.lang.Object ref = issuedDeviceAllocationStatus_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        issuedDeviceAllocationStatus_ = 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(issuedDeviceAllocationStatus_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 17830894, issuedDeviceAllocationStatus_);
      }
      if (issuedDeviceAllocationInstanceReference_ != null) {
        output.writeMessage(179754872, getIssuedDeviceAllocationInstanceReference());
      }
      if (informationFeedProviderReference_ != null) {
        output.writeMessage(330230610, getInformationFeedProviderReference());
      }
      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(issuedDeviceAllocationStatus_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(17830894, issuedDeviceAllocationStatus_);
      }
      if (issuedDeviceAllocationInstanceReference_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(179754872, getIssuedDeviceAllocationInstanceReference());
      }
      if (informationFeedProviderReference_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(330230610, getInformationFeedProviderReference());
      }
      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.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState)) {
        return super.equals(obj);
      }
      com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState other = (com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState) obj;

      if (hasInformationFeedProviderReference() != other.hasInformationFeedProviderReference()) return false;
      if (hasInformationFeedProviderReference()) {
        if (!getInformationFeedProviderReference()
            .equals(other.getInformationFeedProviderReference())) return false;
      }
      if (hasIssuedDeviceAllocationInstanceReference() != other.hasIssuedDeviceAllocationInstanceReference()) return false;
      if (hasIssuedDeviceAllocationInstanceReference()) {
        if (!getIssuedDeviceAllocationInstanceReference()
            .equals(other.getIssuedDeviceAllocationInstanceReference())) return false;
      }
      if (!getIssuedDeviceAllocationStatus()
          .equals(other.getIssuedDeviceAllocationStatus())) 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 (hasInformationFeedProviderReference()) {
        hash = (37 * hash) + INFORMATIONFEEDPROVIDERREFERENCE_FIELD_NUMBER;
        hash = (53 * hash) + getInformationFeedProviderReference().hashCode();
      }
      if (hasIssuedDeviceAllocationInstanceReference()) {
        hash = (37 * hash) + ISSUEDDEVICEALLOCATIONINSTANCEREFERENCE_FIELD_NUMBER;
        hash = (53 * hash) + getIssuedDeviceAllocationInstanceReference().hashCode();
      }
      hash = (37 * hash) + ISSUEDDEVICEALLOCATIONSTATUS_FIELD_NUMBER;
      hash = (53 * hash) + getIssuedDeviceAllocationStatus().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

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

      // Construct using com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.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();
        if (informationFeedProviderReferenceBuilder_ == null) {
          informationFeedProviderReference_ = null;
        } else {
          informationFeedProviderReference_ = null;
          informationFeedProviderReferenceBuilder_ = null;
        }
        if (issuedDeviceAllocationInstanceReferenceBuilder_ == null) {
          issuedDeviceAllocationInstanceReference_ = null;
        } else {
          issuedDeviceAllocationInstanceReference_ = null;
          issuedDeviceAllocationInstanceReferenceBuilder_ = null;
        }
        issuedDeviceAllocationStatus_ = "";

        return this;
      }

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

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

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

      @java.lang.Override
      public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState buildPartial() {
        com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState result = new com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState(this);
        if (informationFeedProviderReferenceBuilder_ == null) {
          result.informationFeedProviderReference_ = informationFeedProviderReference_;
        } else {
          result.informationFeedProviderReference_ = informationFeedProviderReferenceBuilder_.build();
        }
        if (issuedDeviceAllocationInstanceReferenceBuilder_ == null) {
          result.issuedDeviceAllocationInstanceReference_ = issuedDeviceAllocationInstanceReference_;
        } else {
          result.issuedDeviceAllocationInstanceReference_ = issuedDeviceAllocationInstanceReferenceBuilder_.build();
        }
        result.issuedDeviceAllocationStatus_ = issuedDeviceAllocationStatus_;
        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.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState) {
          return mergeFrom((com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState other) {
        if (other == com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.getDefaultInstance()) return this;
        if (other.hasInformationFeedProviderReference()) {
          mergeInformationFeedProviderReference(other.getInformationFeedProviderReference());
        }
        if (other.hasIssuedDeviceAllocationInstanceReference()) {
          mergeIssuedDeviceAllocationInstanceReference(other.getIssuedDeviceAllocationInstanceReference());
        }
        if (!other.getIssuedDeviceAllocationStatus().isEmpty()) {
          issuedDeviceAllocationStatus_ = other.issuedDeviceAllocationStatus_;
          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.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private com.google.protobuf.Any informationFeedProviderReference_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> informationFeedProviderReferenceBuilder_;
      /**
       * .google.protobuf.Any InformationFeedProviderReference = 330230610;
       * @return Whether the informationFeedProviderReference field is set.
       */
      public boolean hasInformationFeedProviderReference() {
        return informationFeedProviderReferenceBuilder_ != null || informationFeedProviderReference_ != null;
      }
      /**
       * .google.protobuf.Any InformationFeedProviderReference = 330230610;
       * @return The informationFeedProviderReference.
       */
      public com.google.protobuf.Any getInformationFeedProviderReference() {
        if (informationFeedProviderReferenceBuilder_ == null) {
          return informationFeedProviderReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : informationFeedProviderReference_;
        } else {
          return informationFeedProviderReferenceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any InformationFeedProviderReference = 330230610;
       */
      public Builder setInformationFeedProviderReference(com.google.protobuf.Any value) {
        if (informationFeedProviderReferenceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          informationFeedProviderReference_ = value;
          onChanged();
        } else {
          informationFeedProviderReferenceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any InformationFeedProviderReference = 330230610;
       */
      public Builder setInformationFeedProviderReference(
          com.google.protobuf.Any.Builder builderForValue) {
        if (informationFeedProviderReferenceBuilder_ == null) {
          informationFeedProviderReference_ = builderForValue.build();
          onChanged();
        } else {
          informationFeedProviderReferenceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any InformationFeedProviderReference = 330230610;
       */
      public Builder mergeInformationFeedProviderReference(com.google.protobuf.Any value) {
        if (informationFeedProviderReferenceBuilder_ == null) {
          if (informationFeedProviderReference_ != null) {
            informationFeedProviderReference_ =
              com.google.protobuf.Any.newBuilder(informationFeedProviderReference_).mergeFrom(value).buildPartial();
          } else {
            informationFeedProviderReference_ = value;
          }
          onChanged();
        } else {
          informationFeedProviderReferenceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any InformationFeedProviderReference = 330230610;
       */
      public Builder clearInformationFeedProviderReference() {
        if (informationFeedProviderReferenceBuilder_ == null) {
          informationFeedProviderReference_ = null;
          onChanged();
        } else {
          informationFeedProviderReference_ = null;
          informationFeedProviderReferenceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any InformationFeedProviderReference = 330230610;
       */
      public com.google.protobuf.Any.Builder getInformationFeedProviderReferenceBuilder() {
        
        onChanged();
        return getInformationFeedProviderReferenceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any InformationFeedProviderReference = 330230610;
       */
      public com.google.protobuf.AnyOrBuilder getInformationFeedProviderReferenceOrBuilder() {
        if (informationFeedProviderReferenceBuilder_ != null) {
          return informationFeedProviderReferenceBuilder_.getMessageOrBuilder();
        } else {
          return informationFeedProviderReference_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : informationFeedProviderReference_;
        }
      }
      /**
       * .google.protobuf.Any InformationFeedProviderReference = 330230610;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getInformationFeedProviderReferenceFieldBuilder() {
        if (informationFeedProviderReferenceBuilder_ == null) {
          informationFeedProviderReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getInformationFeedProviderReference(),
                  getParentForChildren(),
                  isClean());
          informationFeedProviderReference_ = null;
        }
        return informationFeedProviderReferenceBuilder_;
      }

      private com.google.protobuf.Any issuedDeviceAllocationInstanceReference_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> issuedDeviceAllocationInstanceReferenceBuilder_;
      /**
       * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
       * @return Whether the issuedDeviceAllocationInstanceReference field is set.
       */
      public boolean hasIssuedDeviceAllocationInstanceReference() {
        return issuedDeviceAllocationInstanceReferenceBuilder_ != null || issuedDeviceAllocationInstanceReference_ != null;
      }
      /**
       * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
       * @return The issuedDeviceAllocationInstanceReference.
       */
      public com.google.protobuf.Any getIssuedDeviceAllocationInstanceReference() {
        if (issuedDeviceAllocationInstanceReferenceBuilder_ == null) {
          return issuedDeviceAllocationInstanceReference_ == null ? com.google.protobuf.Any.getDefaultInstance() : issuedDeviceAllocationInstanceReference_;
        } else {
          return issuedDeviceAllocationInstanceReferenceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
       */
      public Builder setIssuedDeviceAllocationInstanceReference(com.google.protobuf.Any value) {
        if (issuedDeviceAllocationInstanceReferenceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          issuedDeviceAllocationInstanceReference_ = value;
          onChanged();
        } else {
          issuedDeviceAllocationInstanceReferenceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
       */
      public Builder setIssuedDeviceAllocationInstanceReference(
          com.google.protobuf.Any.Builder builderForValue) {
        if (issuedDeviceAllocationInstanceReferenceBuilder_ == null) {
          issuedDeviceAllocationInstanceReference_ = builderForValue.build();
          onChanged();
        } else {
          issuedDeviceAllocationInstanceReferenceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
       */
      public Builder mergeIssuedDeviceAllocationInstanceReference(com.google.protobuf.Any value) {
        if (issuedDeviceAllocationInstanceReferenceBuilder_ == null) {
          if (issuedDeviceAllocationInstanceReference_ != null) {
            issuedDeviceAllocationInstanceReference_ =
              com.google.protobuf.Any.newBuilder(issuedDeviceAllocationInstanceReference_).mergeFrom(value).buildPartial();
          } else {
            issuedDeviceAllocationInstanceReference_ = value;
          }
          onChanged();
        } else {
          issuedDeviceAllocationInstanceReferenceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
       */
      public Builder clearIssuedDeviceAllocationInstanceReference() {
        if (issuedDeviceAllocationInstanceReferenceBuilder_ == null) {
          issuedDeviceAllocationInstanceReference_ = null;
          onChanged();
        } else {
          issuedDeviceAllocationInstanceReference_ = null;
          issuedDeviceAllocationInstanceReferenceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
       */
      public com.google.protobuf.Any.Builder getIssuedDeviceAllocationInstanceReferenceBuilder() {
        
        onChanged();
        return getIssuedDeviceAllocationInstanceReferenceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
       */
      public com.google.protobuf.AnyOrBuilder getIssuedDeviceAllocationInstanceReferenceOrBuilder() {
        if (issuedDeviceAllocationInstanceReferenceBuilder_ != null) {
          return issuedDeviceAllocationInstanceReferenceBuilder_.getMessageOrBuilder();
        } else {
          return issuedDeviceAllocationInstanceReference_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : issuedDeviceAllocationInstanceReference_;
        }
      }
      /**
       * .google.protobuf.Any IssuedDeviceAllocationInstanceReference = 179754872;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getIssuedDeviceAllocationInstanceReferenceFieldBuilder() {
        if (issuedDeviceAllocationInstanceReferenceBuilder_ == null) {
          issuedDeviceAllocationInstanceReferenceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getIssuedDeviceAllocationInstanceReference(),
                  getParentForChildren(),
                  isClean());
          issuedDeviceAllocationInstanceReference_ = null;
        }
        return issuedDeviceAllocationInstanceReferenceBuilder_;
      }

      private java.lang.Object issuedDeviceAllocationStatus_ = "";
      /**
       * string IssuedDeviceAllocationStatus = 17830894;
       * @return The issuedDeviceAllocationStatus.
       */
      public java.lang.String getIssuedDeviceAllocationStatus() {
        java.lang.Object ref = issuedDeviceAllocationStatus_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          issuedDeviceAllocationStatus_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string IssuedDeviceAllocationStatus = 17830894;
       * @return The bytes for issuedDeviceAllocationStatus.
       */
      public com.google.protobuf.ByteString
          getIssuedDeviceAllocationStatusBytes() {
        java.lang.Object ref = issuedDeviceAllocationStatus_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          issuedDeviceAllocationStatus_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string IssuedDeviceAllocationStatus = 17830894;
       * @param value The issuedDeviceAllocationStatus to set.
       * @return This builder for chaining.
       */
      public Builder setIssuedDeviceAllocationStatus(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        issuedDeviceAllocationStatus_ = value;
        onChanged();
        return this;
      }
      /**
       * string IssuedDeviceAllocationStatus = 17830894;
       * @return This builder for chaining.
       */
      public Builder clearIssuedDeviceAllocationStatus() {
        
        issuedDeviceAllocationStatus_ = getDefaultInstance().getIssuedDeviceAllocationStatus();
        onChanged();
        return this;
      }
      /**
       * string IssuedDeviceAllocationStatus = 17830894;
       * @param value The bytes for issuedDeviceAllocationStatus to set.
       * @return This builder for chaining.
       */
      public Builder setIssuedDeviceAllocationStatusBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        issuedDeviceAllocationStatus_ = 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.UpdateInternalNotificationRequestIssuedDeviceState)
    }

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

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

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationRequestIssuedDeviceState_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationRequestIssuedDeviceState_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\nHv10/model/update_internal_notification" +
      "_request_issued_device_state.proto\022+com." +
      "redhat.mercury.issueddevicetracking.v10\032" +
      "\031google/protobuf/any.proto\"\353\001\n2UpdateInt" +
      "ernalNotificationRequestIssuedDeviceStat" +
      "e\022B\n InformationFeedProviderReference\030\322\326" +
      "\273\235\001 \001(\0132\024.google.protobuf.Any\022H\n\'IssuedD" +
      "eviceAllocationInstanceReference\030\370\256\333U \001(" +
      "\0132\024.google.protobuf.Any\022\'\n\034IssuedDeviceA" +
      "llocationStatus\030\356\247\300\010 \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_UpdateInternalNotificationRequestIssuedDeviceState_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationRequestIssuedDeviceState_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationRequestIssuedDeviceState_descriptor,
        new java.lang.String[] { "InformationFeedProviderReference", "IssuedDeviceAllocationInstanceReference", "IssuedDeviceAllocationStatus", });
    com.google.protobuf.AnyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy