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

com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: v10/model/placement.proto

package com.redhat.mercury.assetsecuritization.v10;

public final class PlacementOuterClass {
  private PlacementOuterClass() {}
  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 PlacementOrBuilder extends
      // @@protoc_insertion_point(interface_extends:com.redhat.mercury.assetsecuritization.v10.Placement)
      com.google.protobuf.MessageOrBuilder {

    /**
     * string PlacementPreconditions = 41312554;
     * @return The placementPreconditions.
     */
    java.lang.String getPlacementPreconditions();
    /**
     * string PlacementPreconditions = 41312554;
     * @return The bytes for placementPreconditions.
     */
    com.google.protobuf.ByteString
        getPlacementPreconditionsBytes();

    /**
     * string PlacementTaskSchedule = 315335010;
     * @return The placementTaskSchedule.
     */
    java.lang.String getPlacementTaskSchedule();
    /**
     * string PlacementTaskSchedule = 315335010;
     * @return The bytes for placementTaskSchedule.
     */
    com.google.protobuf.ByteString
        getPlacementTaskScheduleBytes();

    /**
     * .google.protobuf.Any BusinessService = 189210294;
     * @return Whether the businessService field is set.
     */
    boolean hasBusinessService();
    /**
     * .google.protobuf.Any BusinessService = 189210294;
     * @return The businessService.
     */
    com.google.protobuf.Any getBusinessService();
    /**
     * .google.protobuf.Any BusinessService = 189210294;
     */
    com.google.protobuf.AnyOrBuilder getBusinessServiceOrBuilder();

    /**
     * string PlacementPostconditions = 200984959;
     * @return The placementPostconditions.
     */
    java.lang.String getPlacementPostconditions();
    /**
     * string PlacementPostconditions = 200984959;
     * @return The bytes for placementPostconditions.
     */
    com.google.protobuf.ByteString
        getPlacementPostconditionsBytes();

    /**
     * string PlacementServiceType = 438951818;
     * @return The placementServiceType.
     */
    java.lang.String getPlacementServiceType();
    /**
     * string PlacementServiceType = 438951818;
     * @return The bytes for placementServiceType.
     */
    com.google.protobuf.ByteString
        getPlacementServiceTypeBytes();

    /**
     * string PlacementServiceDescription = 330942037;
     * @return The placementServiceDescription.
     */
    java.lang.String getPlacementServiceDescription();
    /**
     * string PlacementServiceDescription = 330942037;
     * @return The bytes for placementServiceDescription.
     */
    com.google.protobuf.ByteString
        getPlacementServiceDescriptionBytes();

    /**
     * string PlacementServiceInputsandOuputs = 232690889;
     * @return The placementServiceInputsandOuputs.
     */
    java.lang.String getPlacementServiceInputsandOuputs();
    /**
     * string PlacementServiceInputsandOuputs = 232690889;
     * @return The bytes for placementServiceInputsandOuputs.
     */
    com.google.protobuf.ByteString
        getPlacementServiceInputsandOuputsBytes();

    /**
     * string PlacementServiceWorkProduct = 395669070;
     * @return The placementServiceWorkProduct.
     */
    java.lang.String getPlacementServiceWorkProduct();
    /**
     * string PlacementServiceWorkProduct = 395669070;
     * @return The bytes for placementServiceWorkProduct.
     */
    com.google.protobuf.ByteString
        getPlacementServiceWorkProductBytes();

    /**
     * string PlacementServiceName = 438749915;
     * @return The placementServiceName.
     */
    java.lang.String getPlacementServiceName();
    /**
     * string PlacementServiceName = 438749915;
     * @return The bytes for placementServiceName.
     */
    com.google.protobuf.ByteString
        getPlacementServiceNameBytes();
  }
  /**
   * Protobuf type {@code com.redhat.mercury.assetsecuritization.v10.Placement}
   */
  public static final class Placement extends
      com.google.protobuf.GeneratedMessageV3 implements
      // @@protoc_insertion_point(message_implements:com.redhat.mercury.assetsecuritization.v10.Placement)
      PlacementOrBuilder {
  private static final long serialVersionUID = 0L;
    // Use Placement.newBuilder() to construct.
    private Placement(com.google.protobuf.GeneratedMessageV3.Builder builder) {
      super(builder);
    }
    private Placement() {
      placementPreconditions_ = "";
      placementTaskSchedule_ = "";
      placementPostconditions_ = "";
      placementServiceType_ = "";
      placementServiceDescription_ = "";
      placementServiceInputsandOuputs_ = "";
      placementServiceWorkProduct_ = "";
      placementServiceName_ = "";
    }

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

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

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

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

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

              placementServiceInputsandOuputs_ = s;
              break;
            }
            case -1772287214: {
              java.lang.String s = input.readStringRequireUtf8();

              placementTaskSchedule_ = s;
              break;
            }
            case -1647430998: {
              java.lang.String s = input.readStringRequireUtf8();

              placementServiceDescription_ = s;
              break;
            }
            case -1129614734: {
              java.lang.String s = input.readStringRequireUtf8();

              placementServiceWorkProduct_ = s;
              break;
            }
            case -784967974: {
              java.lang.String s = input.readStringRequireUtf8();

              placementServiceName_ = s;
              break;
            }
            case -783352750: {
              java.lang.String s = input.readStringRequireUtf8();

              placementServiceType_ = s;
              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.assetsecuritization.v10.PlacementOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Placement_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Placement_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement.class, com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement.Builder.class);
    }

    public static final int PLACEMENTPRECONDITIONS_FIELD_NUMBER = 41312554;
    private volatile java.lang.Object placementPreconditions_;
    /**
     * string PlacementPreconditions = 41312554;
     * @return The placementPreconditions.
     */
    @java.lang.Override
    public java.lang.String getPlacementPreconditions() {
      java.lang.Object ref = placementPreconditions_;
      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();
        placementPreconditions_ = s;
        return s;
      }
    }
    /**
     * string PlacementPreconditions = 41312554;
     * @return The bytes for placementPreconditions.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementPreconditionsBytes() {
      java.lang.Object ref = placementPreconditions_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementPreconditions_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PLACEMENTTASKSCHEDULE_FIELD_NUMBER = 315335010;
    private volatile java.lang.Object placementTaskSchedule_;
    /**
     * string PlacementTaskSchedule = 315335010;
     * @return The placementTaskSchedule.
     */
    @java.lang.Override
    public java.lang.String getPlacementTaskSchedule() {
      java.lang.Object ref = placementTaskSchedule_;
      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();
        placementTaskSchedule_ = s;
        return s;
      }
    }
    /**
     * string PlacementTaskSchedule = 315335010;
     * @return The bytes for placementTaskSchedule.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementTaskScheduleBytes() {
      java.lang.Object ref = placementTaskSchedule_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementTaskSchedule_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int BUSINESSSERVICE_FIELD_NUMBER = 189210294;
    private com.google.protobuf.Any businessService_;
    /**
     * .google.protobuf.Any BusinessService = 189210294;
     * @return Whether the businessService field is set.
     */
    @java.lang.Override
    public boolean hasBusinessService() {
      return businessService_ != null;
    }
    /**
     * .google.protobuf.Any BusinessService = 189210294;
     * @return The businessService.
     */
    @java.lang.Override
    public com.google.protobuf.Any getBusinessService() {
      return businessService_ == null ? com.google.protobuf.Any.getDefaultInstance() : businessService_;
    }
    /**
     * .google.protobuf.Any BusinessService = 189210294;
     */
    @java.lang.Override
    public com.google.protobuf.AnyOrBuilder getBusinessServiceOrBuilder() {
      return getBusinessService();
    }

    public static final int PLACEMENTPOSTCONDITIONS_FIELD_NUMBER = 200984959;
    private volatile java.lang.Object placementPostconditions_;
    /**
     * string PlacementPostconditions = 200984959;
     * @return The placementPostconditions.
     */
    @java.lang.Override
    public java.lang.String getPlacementPostconditions() {
      java.lang.Object ref = placementPostconditions_;
      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();
        placementPostconditions_ = s;
        return s;
      }
    }
    /**
     * string PlacementPostconditions = 200984959;
     * @return The bytes for placementPostconditions.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementPostconditionsBytes() {
      java.lang.Object ref = placementPostconditions_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementPostconditions_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PLACEMENTSERVICETYPE_FIELD_NUMBER = 438951818;
    private volatile java.lang.Object placementServiceType_;
    /**
     * string PlacementServiceType = 438951818;
     * @return The placementServiceType.
     */
    @java.lang.Override
    public java.lang.String getPlacementServiceType() {
      java.lang.Object ref = placementServiceType_;
      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();
        placementServiceType_ = s;
        return s;
      }
    }
    /**
     * string PlacementServiceType = 438951818;
     * @return The bytes for placementServiceType.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementServiceTypeBytes() {
      java.lang.Object ref = placementServiceType_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementServiceType_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PLACEMENTSERVICEDESCRIPTION_FIELD_NUMBER = 330942037;
    private volatile java.lang.Object placementServiceDescription_;
    /**
     * string PlacementServiceDescription = 330942037;
     * @return The placementServiceDescription.
     */
    @java.lang.Override
    public java.lang.String getPlacementServiceDescription() {
      java.lang.Object ref = placementServiceDescription_;
      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();
        placementServiceDescription_ = s;
        return s;
      }
    }
    /**
     * string PlacementServiceDescription = 330942037;
     * @return The bytes for placementServiceDescription.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementServiceDescriptionBytes() {
      java.lang.Object ref = placementServiceDescription_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementServiceDescription_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PLACEMENTSERVICEINPUTSANDOUPUTS_FIELD_NUMBER = 232690889;
    private volatile java.lang.Object placementServiceInputsandOuputs_;
    /**
     * string PlacementServiceInputsandOuputs = 232690889;
     * @return The placementServiceInputsandOuputs.
     */
    @java.lang.Override
    public java.lang.String getPlacementServiceInputsandOuputs() {
      java.lang.Object ref = placementServiceInputsandOuputs_;
      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();
        placementServiceInputsandOuputs_ = s;
        return s;
      }
    }
    /**
     * string PlacementServiceInputsandOuputs = 232690889;
     * @return The bytes for placementServiceInputsandOuputs.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementServiceInputsandOuputsBytes() {
      java.lang.Object ref = placementServiceInputsandOuputs_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementServiceInputsandOuputs_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PLACEMENTSERVICEWORKPRODUCT_FIELD_NUMBER = 395669070;
    private volatile java.lang.Object placementServiceWorkProduct_;
    /**
     * string PlacementServiceWorkProduct = 395669070;
     * @return The placementServiceWorkProduct.
     */
    @java.lang.Override
    public java.lang.String getPlacementServiceWorkProduct() {
      java.lang.Object ref = placementServiceWorkProduct_;
      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();
        placementServiceWorkProduct_ = s;
        return s;
      }
    }
    /**
     * string PlacementServiceWorkProduct = 395669070;
     * @return The bytes for placementServiceWorkProduct.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementServiceWorkProductBytes() {
      java.lang.Object ref = placementServiceWorkProduct_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementServiceWorkProduct_ = b;
        return b;
      } else {
        return (com.google.protobuf.ByteString) ref;
      }
    }

    public static final int PLACEMENTSERVICENAME_FIELD_NUMBER = 438749915;
    private volatile java.lang.Object placementServiceName_;
    /**
     * string PlacementServiceName = 438749915;
     * @return The placementServiceName.
     */
    @java.lang.Override
    public java.lang.String getPlacementServiceName() {
      java.lang.Object ref = placementServiceName_;
      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();
        placementServiceName_ = s;
        return s;
      }
    }
    /**
     * string PlacementServiceName = 438749915;
     * @return The bytes for placementServiceName.
     */
    @java.lang.Override
    public com.google.protobuf.ByteString
        getPlacementServiceNameBytes() {
      java.lang.Object ref = placementServiceName_;
      if (ref instanceof java.lang.String) {
        com.google.protobuf.ByteString b = 
            com.google.protobuf.ByteString.copyFromUtf8(
                (java.lang.String) ref);
        placementServiceName_ = 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(placementPreconditions_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 41312554, placementPreconditions_);
      }
      if (businessService_ != null) {
        output.writeMessage(189210294, getBusinessService());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementPostconditions_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 200984959, placementPostconditions_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementServiceInputsandOuputs_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 232690889, placementServiceInputsandOuputs_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementTaskSchedule_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 315335010, placementTaskSchedule_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementServiceDescription_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 330942037, placementServiceDescription_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementServiceWorkProduct_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 395669070, placementServiceWorkProduct_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementServiceName_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 438749915, placementServiceName_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementServiceType_)) {
        com.google.protobuf.GeneratedMessageV3.writeString(output, 438951818, placementServiceType_);
      }
      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(placementPreconditions_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(41312554, placementPreconditions_);
      }
      if (businessService_ != null) {
        size += com.google.protobuf.CodedOutputStream
          .computeMessageSize(189210294, getBusinessService());
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementPostconditions_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(200984959, placementPostconditions_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementServiceInputsandOuputs_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(232690889, placementServiceInputsandOuputs_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementTaskSchedule_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(315335010, placementTaskSchedule_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementServiceDescription_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(330942037, placementServiceDescription_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementServiceWorkProduct_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(395669070, placementServiceWorkProduct_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementServiceName_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(438749915, placementServiceName_);
      }
      if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(placementServiceType_)) {
        size += com.google.protobuf.GeneratedMessageV3.computeStringSize(438951818, placementServiceType_);
      }
      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.assetsecuritization.v10.PlacementOuterClass.Placement)) {
        return super.equals(obj);
      }
      com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement other = (com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement) obj;

      if (!getPlacementPreconditions()
          .equals(other.getPlacementPreconditions())) return false;
      if (!getPlacementTaskSchedule()
          .equals(other.getPlacementTaskSchedule())) return false;
      if (hasBusinessService() != other.hasBusinessService()) return false;
      if (hasBusinessService()) {
        if (!getBusinessService()
            .equals(other.getBusinessService())) return false;
      }
      if (!getPlacementPostconditions()
          .equals(other.getPlacementPostconditions())) return false;
      if (!getPlacementServiceType()
          .equals(other.getPlacementServiceType())) return false;
      if (!getPlacementServiceDescription()
          .equals(other.getPlacementServiceDescription())) return false;
      if (!getPlacementServiceInputsandOuputs()
          .equals(other.getPlacementServiceInputsandOuputs())) return false;
      if (!getPlacementServiceWorkProduct()
          .equals(other.getPlacementServiceWorkProduct())) return false;
      if (!getPlacementServiceName()
          .equals(other.getPlacementServiceName())) 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) + PLACEMENTPRECONDITIONS_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementPreconditions().hashCode();
      hash = (37 * hash) + PLACEMENTTASKSCHEDULE_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementTaskSchedule().hashCode();
      if (hasBusinessService()) {
        hash = (37 * hash) + BUSINESSSERVICE_FIELD_NUMBER;
        hash = (53 * hash) + getBusinessService().hashCode();
      }
      hash = (37 * hash) + PLACEMENTPOSTCONDITIONS_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementPostconditions().hashCode();
      hash = (37 * hash) + PLACEMENTSERVICETYPE_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementServiceType().hashCode();
      hash = (37 * hash) + PLACEMENTSERVICEDESCRIPTION_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementServiceDescription().hashCode();
      hash = (37 * hash) + PLACEMENTSERVICEINPUTSANDOUPUTS_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementServiceInputsandOuputs().hashCode();
      hash = (37 * hash) + PLACEMENTSERVICEWORKPRODUCT_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementServiceWorkProduct().hashCode();
      hash = (37 * hash) + PLACEMENTSERVICENAME_FIELD_NUMBER;
      hash = (53 * hash) + getPlacementServiceName().hashCode();
      hash = (29 * hash) + unknownFields.hashCode();
      memoizedHashCode = hash;
      return hash;
    }

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

      @java.lang.Override
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
          internalGetFieldAccessorTable() {
        return com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Placement_fieldAccessorTable
            .ensureFieldAccessorsInitialized(
                com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement.class, com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement.Builder.class);
      }

      // Construct using com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement.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();
        placementPreconditions_ = "";

        placementTaskSchedule_ = "";

        if (businessServiceBuilder_ == null) {
          businessService_ = null;
        } else {
          businessService_ = null;
          businessServiceBuilder_ = null;
        }
        placementPostconditions_ = "";

        placementServiceType_ = "";

        placementServiceDescription_ = "";

        placementServiceInputsandOuputs_ = "";

        placementServiceWorkProduct_ = "";

        placementServiceName_ = "";

        return this;
      }

      @java.lang.Override
      public com.google.protobuf.Descriptors.Descriptor
          getDescriptorForType() {
        return com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Placement_descriptor;
      }

      @java.lang.Override
      public com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement getDefaultInstanceForType() {
        return com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement.getDefaultInstance();
      }

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

      @java.lang.Override
      public com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement buildPartial() {
        com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement result = new com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement(this);
        result.placementPreconditions_ = placementPreconditions_;
        result.placementTaskSchedule_ = placementTaskSchedule_;
        if (businessServiceBuilder_ == null) {
          result.businessService_ = businessService_;
        } else {
          result.businessService_ = businessServiceBuilder_.build();
        }
        result.placementPostconditions_ = placementPostconditions_;
        result.placementServiceType_ = placementServiceType_;
        result.placementServiceDescription_ = placementServiceDescription_;
        result.placementServiceInputsandOuputs_ = placementServiceInputsandOuputs_;
        result.placementServiceWorkProduct_ = placementServiceWorkProduct_;
        result.placementServiceName_ = placementServiceName_;
        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.assetsecuritization.v10.PlacementOuterClass.Placement) {
          return mergeFrom((com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement)other);
        } else {
          super.mergeFrom(other);
          return this;
        }
      }

      public Builder mergeFrom(com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement other) {
        if (other == com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement.getDefaultInstance()) return this;
        if (!other.getPlacementPreconditions().isEmpty()) {
          placementPreconditions_ = other.placementPreconditions_;
          onChanged();
        }
        if (!other.getPlacementTaskSchedule().isEmpty()) {
          placementTaskSchedule_ = other.placementTaskSchedule_;
          onChanged();
        }
        if (other.hasBusinessService()) {
          mergeBusinessService(other.getBusinessService());
        }
        if (!other.getPlacementPostconditions().isEmpty()) {
          placementPostconditions_ = other.placementPostconditions_;
          onChanged();
        }
        if (!other.getPlacementServiceType().isEmpty()) {
          placementServiceType_ = other.placementServiceType_;
          onChanged();
        }
        if (!other.getPlacementServiceDescription().isEmpty()) {
          placementServiceDescription_ = other.placementServiceDescription_;
          onChanged();
        }
        if (!other.getPlacementServiceInputsandOuputs().isEmpty()) {
          placementServiceInputsandOuputs_ = other.placementServiceInputsandOuputs_;
          onChanged();
        }
        if (!other.getPlacementServiceWorkProduct().isEmpty()) {
          placementServiceWorkProduct_ = other.placementServiceWorkProduct_;
          onChanged();
        }
        if (!other.getPlacementServiceName().isEmpty()) {
          placementServiceName_ = other.placementServiceName_;
          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.assetsecuritization.v10.PlacementOuterClass.Placement parsedMessage = null;
        try {
          parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
        } catch (com.google.protobuf.InvalidProtocolBufferException e) {
          parsedMessage = (com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement) e.getUnfinishedMessage();
          throw e.unwrapIOException();
        } finally {
          if (parsedMessage != null) {
            mergeFrom(parsedMessage);
          }
        }
        return this;
      }

      private java.lang.Object placementPreconditions_ = "";
      /**
       * string PlacementPreconditions = 41312554;
       * @return The placementPreconditions.
       */
      public java.lang.String getPlacementPreconditions() {
        java.lang.Object ref = placementPreconditions_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementPreconditions_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementPreconditions = 41312554;
       * @return The bytes for placementPreconditions.
       */
      public com.google.protobuf.ByteString
          getPlacementPreconditionsBytes() {
        java.lang.Object ref = placementPreconditions_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementPreconditions_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementPreconditions = 41312554;
       * @param value The placementPreconditions to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementPreconditions(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementPreconditions_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementPreconditions = 41312554;
       * @return This builder for chaining.
       */
      public Builder clearPlacementPreconditions() {
        
        placementPreconditions_ = getDefaultInstance().getPlacementPreconditions();
        onChanged();
        return this;
      }
      /**
       * string PlacementPreconditions = 41312554;
       * @param value The bytes for placementPreconditions to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementPreconditionsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementPreconditions_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object placementTaskSchedule_ = "";
      /**
       * string PlacementTaskSchedule = 315335010;
       * @return The placementTaskSchedule.
       */
      public java.lang.String getPlacementTaskSchedule() {
        java.lang.Object ref = placementTaskSchedule_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementTaskSchedule_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementTaskSchedule = 315335010;
       * @return The bytes for placementTaskSchedule.
       */
      public com.google.protobuf.ByteString
          getPlacementTaskScheduleBytes() {
        java.lang.Object ref = placementTaskSchedule_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementTaskSchedule_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementTaskSchedule = 315335010;
       * @param value The placementTaskSchedule to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementTaskSchedule(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementTaskSchedule_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementTaskSchedule = 315335010;
       * @return This builder for chaining.
       */
      public Builder clearPlacementTaskSchedule() {
        
        placementTaskSchedule_ = getDefaultInstance().getPlacementTaskSchedule();
        onChanged();
        return this;
      }
      /**
       * string PlacementTaskSchedule = 315335010;
       * @param value The bytes for placementTaskSchedule to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementTaskScheduleBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementTaskSchedule_ = value;
        onChanged();
        return this;
      }

      private com.google.protobuf.Any businessService_;
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> businessServiceBuilder_;
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       * @return Whether the businessService field is set.
       */
      public boolean hasBusinessService() {
        return businessServiceBuilder_ != null || businessService_ != null;
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       * @return The businessService.
       */
      public com.google.protobuf.Any getBusinessService() {
        if (businessServiceBuilder_ == null) {
          return businessService_ == null ? com.google.protobuf.Any.getDefaultInstance() : businessService_;
        } else {
          return businessServiceBuilder_.getMessage();
        }
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public Builder setBusinessService(com.google.protobuf.Any value) {
        if (businessServiceBuilder_ == null) {
          if (value == null) {
            throw new NullPointerException();
          }
          businessService_ = value;
          onChanged();
        } else {
          businessServiceBuilder_.setMessage(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public Builder setBusinessService(
          com.google.protobuf.Any.Builder builderForValue) {
        if (businessServiceBuilder_ == null) {
          businessService_ = builderForValue.build();
          onChanged();
        } else {
          businessServiceBuilder_.setMessage(builderForValue.build());
        }

        return this;
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public Builder mergeBusinessService(com.google.protobuf.Any value) {
        if (businessServiceBuilder_ == null) {
          if (businessService_ != null) {
            businessService_ =
              com.google.protobuf.Any.newBuilder(businessService_).mergeFrom(value).buildPartial();
          } else {
            businessService_ = value;
          }
          onChanged();
        } else {
          businessServiceBuilder_.mergeFrom(value);
        }

        return this;
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public Builder clearBusinessService() {
        if (businessServiceBuilder_ == null) {
          businessService_ = null;
          onChanged();
        } else {
          businessService_ = null;
          businessServiceBuilder_ = null;
        }

        return this;
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public com.google.protobuf.Any.Builder getBusinessServiceBuilder() {
        
        onChanged();
        return getBusinessServiceFieldBuilder().getBuilder();
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      public com.google.protobuf.AnyOrBuilder getBusinessServiceOrBuilder() {
        if (businessServiceBuilder_ != null) {
          return businessServiceBuilder_.getMessageOrBuilder();
        } else {
          return businessService_ == null ?
              com.google.protobuf.Any.getDefaultInstance() : businessService_;
        }
      }
      /**
       * .google.protobuf.Any BusinessService = 189210294;
       */
      private com.google.protobuf.SingleFieldBuilderV3<
          com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> 
          getBusinessServiceFieldBuilder() {
        if (businessServiceBuilder_ == null) {
          businessServiceBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
              com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
                  getBusinessService(),
                  getParentForChildren(),
                  isClean());
          businessService_ = null;
        }
        return businessServiceBuilder_;
      }

      private java.lang.Object placementPostconditions_ = "";
      /**
       * string PlacementPostconditions = 200984959;
       * @return The placementPostconditions.
       */
      public java.lang.String getPlacementPostconditions() {
        java.lang.Object ref = placementPostconditions_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementPostconditions_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementPostconditions = 200984959;
       * @return The bytes for placementPostconditions.
       */
      public com.google.protobuf.ByteString
          getPlacementPostconditionsBytes() {
        java.lang.Object ref = placementPostconditions_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementPostconditions_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementPostconditions = 200984959;
       * @param value The placementPostconditions to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementPostconditions(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementPostconditions_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementPostconditions = 200984959;
       * @return This builder for chaining.
       */
      public Builder clearPlacementPostconditions() {
        
        placementPostconditions_ = getDefaultInstance().getPlacementPostconditions();
        onChanged();
        return this;
      }
      /**
       * string PlacementPostconditions = 200984959;
       * @param value The bytes for placementPostconditions to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementPostconditionsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementPostconditions_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object placementServiceType_ = "";
      /**
       * string PlacementServiceType = 438951818;
       * @return The placementServiceType.
       */
      public java.lang.String getPlacementServiceType() {
        java.lang.Object ref = placementServiceType_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementServiceType_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementServiceType = 438951818;
       * @return The bytes for placementServiceType.
       */
      public com.google.protobuf.ByteString
          getPlacementServiceTypeBytes() {
        java.lang.Object ref = placementServiceType_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementServiceType_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementServiceType = 438951818;
       * @param value The placementServiceType to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementServiceType(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementServiceType_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementServiceType = 438951818;
       * @return This builder for chaining.
       */
      public Builder clearPlacementServiceType() {
        
        placementServiceType_ = getDefaultInstance().getPlacementServiceType();
        onChanged();
        return this;
      }
      /**
       * string PlacementServiceType = 438951818;
       * @param value The bytes for placementServiceType to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementServiceTypeBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementServiceType_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object placementServiceDescription_ = "";
      /**
       * string PlacementServiceDescription = 330942037;
       * @return The placementServiceDescription.
       */
      public java.lang.String getPlacementServiceDescription() {
        java.lang.Object ref = placementServiceDescription_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementServiceDescription_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementServiceDescription = 330942037;
       * @return The bytes for placementServiceDescription.
       */
      public com.google.protobuf.ByteString
          getPlacementServiceDescriptionBytes() {
        java.lang.Object ref = placementServiceDescription_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementServiceDescription_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementServiceDescription = 330942037;
       * @param value The placementServiceDescription to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementServiceDescription(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementServiceDescription_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementServiceDescription = 330942037;
       * @return This builder for chaining.
       */
      public Builder clearPlacementServiceDescription() {
        
        placementServiceDescription_ = getDefaultInstance().getPlacementServiceDescription();
        onChanged();
        return this;
      }
      /**
       * string PlacementServiceDescription = 330942037;
       * @param value The bytes for placementServiceDescription to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementServiceDescriptionBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementServiceDescription_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object placementServiceInputsandOuputs_ = "";
      /**
       * string PlacementServiceInputsandOuputs = 232690889;
       * @return The placementServiceInputsandOuputs.
       */
      public java.lang.String getPlacementServiceInputsandOuputs() {
        java.lang.Object ref = placementServiceInputsandOuputs_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementServiceInputsandOuputs_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementServiceInputsandOuputs = 232690889;
       * @return The bytes for placementServiceInputsandOuputs.
       */
      public com.google.protobuf.ByteString
          getPlacementServiceInputsandOuputsBytes() {
        java.lang.Object ref = placementServiceInputsandOuputs_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementServiceInputsandOuputs_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementServiceInputsandOuputs = 232690889;
       * @param value The placementServiceInputsandOuputs to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementServiceInputsandOuputs(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementServiceInputsandOuputs_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementServiceInputsandOuputs = 232690889;
       * @return This builder for chaining.
       */
      public Builder clearPlacementServiceInputsandOuputs() {
        
        placementServiceInputsandOuputs_ = getDefaultInstance().getPlacementServiceInputsandOuputs();
        onChanged();
        return this;
      }
      /**
       * string PlacementServiceInputsandOuputs = 232690889;
       * @param value The bytes for placementServiceInputsandOuputs to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementServiceInputsandOuputsBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementServiceInputsandOuputs_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object placementServiceWorkProduct_ = "";
      /**
       * string PlacementServiceWorkProduct = 395669070;
       * @return The placementServiceWorkProduct.
       */
      public java.lang.String getPlacementServiceWorkProduct() {
        java.lang.Object ref = placementServiceWorkProduct_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementServiceWorkProduct_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementServiceWorkProduct = 395669070;
       * @return The bytes for placementServiceWorkProduct.
       */
      public com.google.protobuf.ByteString
          getPlacementServiceWorkProductBytes() {
        java.lang.Object ref = placementServiceWorkProduct_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementServiceWorkProduct_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementServiceWorkProduct = 395669070;
       * @param value The placementServiceWorkProduct to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementServiceWorkProduct(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementServiceWorkProduct_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementServiceWorkProduct = 395669070;
       * @return This builder for chaining.
       */
      public Builder clearPlacementServiceWorkProduct() {
        
        placementServiceWorkProduct_ = getDefaultInstance().getPlacementServiceWorkProduct();
        onChanged();
        return this;
      }
      /**
       * string PlacementServiceWorkProduct = 395669070;
       * @param value The bytes for placementServiceWorkProduct to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementServiceWorkProductBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementServiceWorkProduct_ = value;
        onChanged();
        return this;
      }

      private java.lang.Object placementServiceName_ = "";
      /**
       * string PlacementServiceName = 438749915;
       * @return The placementServiceName.
       */
      public java.lang.String getPlacementServiceName() {
        java.lang.Object ref = placementServiceName_;
        if (!(ref instanceof java.lang.String)) {
          com.google.protobuf.ByteString bs =
              (com.google.protobuf.ByteString) ref;
          java.lang.String s = bs.toStringUtf8();
          placementServiceName_ = s;
          return s;
        } else {
          return (java.lang.String) ref;
        }
      }
      /**
       * string PlacementServiceName = 438749915;
       * @return The bytes for placementServiceName.
       */
      public com.google.protobuf.ByteString
          getPlacementServiceNameBytes() {
        java.lang.Object ref = placementServiceName_;
        if (ref instanceof String) {
          com.google.protobuf.ByteString b = 
              com.google.protobuf.ByteString.copyFromUtf8(
                  (java.lang.String) ref);
          placementServiceName_ = b;
          return b;
        } else {
          return (com.google.protobuf.ByteString) ref;
        }
      }
      /**
       * string PlacementServiceName = 438749915;
       * @param value The placementServiceName to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementServiceName(
          java.lang.String value) {
        if (value == null) {
    throw new NullPointerException();
  }
  
        placementServiceName_ = value;
        onChanged();
        return this;
      }
      /**
       * string PlacementServiceName = 438749915;
       * @return This builder for chaining.
       */
      public Builder clearPlacementServiceName() {
        
        placementServiceName_ = getDefaultInstance().getPlacementServiceName();
        onChanged();
        return this;
      }
      /**
       * string PlacementServiceName = 438749915;
       * @param value The bytes for placementServiceName to set.
       * @return This builder for chaining.
       */
      public Builder setPlacementServiceNameBytes(
          com.google.protobuf.ByteString value) {
        if (value == null) {
    throw new NullPointerException();
  }
  checkByteStringIsUtf8(value);
        
        placementServiceName_ = 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.assetsecuritization.v10.Placement)
    }

    // @@protoc_insertion_point(class_scope:com.redhat.mercury.assetsecuritization.v10.Placement)
    private static final com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement DEFAULT_INSTANCE;
    static {
      DEFAULT_INSTANCE = new com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement();
    }

    public static com.redhat.mercury.assetsecuritization.v10.PlacementOuterClass.Placement getDefaultInstance() {
      return DEFAULT_INSTANCE;
    }

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

  }

  private static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_redhat_mercury_assetsecuritization_v10_Placement_descriptor;
  private static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_redhat_mercury_assetsecuritization_v10_Placement_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\031v10/model/placement.proto\022*com.redhat." +
      "mercury.assetsecuritization.v10\032\031google/" +
      "protobuf/any.proto\"\351\002\n\tPlacement\022!\n\026Plac" +
      "ementPreconditions\030\252\302\331\023 \001(\t\022!\n\025Placement" +
      "TaskSchedule\030\342\302\256\226\001 \001(\t\0220\n\017BusinessServic" +
      "e\030\266\275\234Z \001(\0132\024.google.protobuf.Any\022\"\n\027Plac" +
      "ementPostconditions\030\377\222\353_ \001(\t\022 \n\024Placemen" +
      "tServiceType\030\212\277\247\321\001 \001(\t\022\'\n\033PlacementServi" +
      "ceDescription\030\325\214\347\235\001 \001(\t\022*\n\037PlacementServ" +
      "iceInputsandOuputs\030\311\251\372n \001(\t\022\'\n\033Placement" +
      "ServiceWorkProduct\030\316\334\325\274\001 \001(\t\022 \n\024Placemen" +
      "tServiceName\030\333\225\233\321\001 \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_assetsecuritization_v10_Placement_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_redhat_mercury_assetsecuritization_v10_Placement_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_redhat_mercury_assetsecuritization_v10_Placement_descriptor,
        new java.lang.String[] { "PlacementPreconditions", "PlacementTaskSchedule", "BusinessService", "PlacementPostconditions", "PlacementServiceType", "PlacementServiceDescription", "PlacementServiceInputsandOuputs", "PlacementServiceWorkProduct", "PlacementServiceName", });
    com.google.protobuf.AnyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy