
com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/selection.proto
package com.redhat.mercury.assetsecuritization.v10;
public final class SelectionOuterClass {
private SelectionOuterClass() {}
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 SelectionOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.assetsecuritization.v10.Selection)
com.google.protobuf.MessageOrBuilder {
/**
* string SelectionPreconditions = 145131407;
* @return The selectionPreconditions.
*/
java.lang.String getSelectionPreconditions();
/**
* string SelectionPreconditions = 145131407;
* @return The bytes for selectionPreconditions.
*/
com.google.protobuf.ByteString
getSelectionPreconditionsBytes();
/**
* string SelectionTaskSchedule = 118818104;
* @return The selectionTaskSchedule.
*/
java.lang.String getSelectionTaskSchedule();
/**
* string SelectionTaskSchedule = 118818104;
* @return The bytes for selectionTaskSchedule.
*/
com.google.protobuf.ByteString
getSelectionTaskScheduleBytes();
/**
* .google.protobuf.Any AssetSelection = 329629855;
* @return Whether the assetSelection field is set.
*/
boolean hasAssetSelection();
/**
* .google.protobuf.Any AssetSelection = 329629855;
* @return The assetSelection.
*/
com.google.protobuf.Any getAssetSelection();
/**
* .google.protobuf.Any AssetSelection = 329629855;
*/
com.google.protobuf.AnyOrBuilder getAssetSelectionOrBuilder();
/**
* string SelectionPostconditions = 461703198;
* @return The selectionPostconditions.
*/
java.lang.String getSelectionPostconditions();
/**
* string SelectionPostconditions = 461703198;
* @return The bytes for selectionPostconditions.
*/
com.google.protobuf.ByteString
getSelectionPostconditionsBytes();
/**
* string SelectionAssetSelectionServiceType = 237652635;
* @return The selectionAssetSelectionServiceType.
*/
java.lang.String getSelectionAssetSelectionServiceType();
/**
* string SelectionAssetSelectionServiceType = 237652635;
* @return The bytes for selectionAssetSelectionServiceType.
*/
com.google.protobuf.ByteString
getSelectionAssetSelectionServiceTypeBytes();
/**
* string SelectionAssetSelectionServiceDescription = 368345393;
* @return The selectionAssetSelectionServiceDescription.
*/
java.lang.String getSelectionAssetSelectionServiceDescription();
/**
* string SelectionAssetSelectionServiceDescription = 368345393;
* @return The bytes for selectionAssetSelectionServiceDescription.
*/
com.google.protobuf.ByteString
getSelectionAssetSelectionServiceDescriptionBytes();
/**
* string SelectionAssetSelectionServiceInputsandOuputs = 4678348;
* @return The selectionAssetSelectionServiceInputsandOuputs.
*/
java.lang.String getSelectionAssetSelectionServiceInputsandOuputs();
/**
* string SelectionAssetSelectionServiceInputsandOuputs = 4678348;
* @return The bytes for selectionAssetSelectionServiceInputsandOuputs.
*/
com.google.protobuf.ByteString
getSelectionAssetSelectionServiceInputsandOuputsBytes();
/**
* string SelectionAssetSelectionServiceWorkProduct = 515656241;
* @return The selectionAssetSelectionServiceWorkProduct.
*/
java.lang.String getSelectionAssetSelectionServiceWorkProduct();
/**
* string SelectionAssetSelectionServiceWorkProduct = 515656241;
* @return The bytes for selectionAssetSelectionServiceWorkProduct.
*/
com.google.protobuf.ByteString
getSelectionAssetSelectionServiceWorkProductBytes();
/**
* string SelectionAssetSelectionServiceName = 237854538;
* @return The selectionAssetSelectionServiceName.
*/
java.lang.String getSelectionAssetSelectionServiceName();
/**
* string SelectionAssetSelectionServiceName = 237854538;
* @return The bytes for selectionAssetSelectionServiceName.
*/
com.google.protobuf.ByteString
getSelectionAssetSelectionServiceNameBytes();
}
/**
* Protobuf type {@code com.redhat.mercury.assetsecuritization.v10.Selection}
*/
public static final class Selection extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.assetsecuritization.v10.Selection)
SelectionOrBuilder {
private static final long serialVersionUID = 0L;
// Use Selection.newBuilder() to construct.
private Selection(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Selection() {
selectionPreconditions_ = "";
selectionTaskSchedule_ = "";
selectionPostconditions_ = "";
selectionAssetSelectionServiceType_ = "";
selectionAssetSelectionServiceDescription_ = "";
selectionAssetSelectionServiceInputsandOuputs_ = "";
selectionAssetSelectionServiceWorkProduct_ = "";
selectionAssetSelectionServiceName_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new Selection();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Selection(
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 37426786: {
java.lang.String s = input.readStringRequireUtf8();
selectionAssetSelectionServiceInputsandOuputs_ = s;
break;
}
case 950544834: {
java.lang.String s = input.readStringRequireUtf8();
selectionTaskSchedule_ = s;
break;
}
case 1161051258: {
java.lang.String s = input.readStringRequireUtf8();
selectionPreconditions_ = s;
break;
}
case 1901221082: {
java.lang.String s = input.readStringRequireUtf8();
selectionAssetSelectionServiceType_ = s;
break;
}
case 1902836306: {
java.lang.String s = input.readStringRequireUtf8();
selectionAssetSelectionServiceName_ = s;
break;
}
case -1657928454: {
com.google.protobuf.Any.Builder subBuilder = null;
if (assetSelection_ != null) {
subBuilder = assetSelection_.toBuilder();
}
assetSelection_ = input.readMessage(com.google.protobuf.Any.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(assetSelection_);
assetSelection_ = subBuilder.buildPartial();
}
break;
}
case -1348204150: {
java.lang.String s = input.readStringRequireUtf8();
selectionAssetSelectionServiceDescription_ = s;
break;
}
case -601341710: {
java.lang.String s = input.readStringRequireUtf8();
selectionPostconditions_ = s;
break;
}
case -169717366: {
java.lang.String s = input.readStringRequireUtf8();
selectionAssetSelectionServiceWorkProduct_ = 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.SelectionOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Selection_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Selection_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection.class, com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection.Builder.class);
}
public static final int SELECTIONPRECONDITIONS_FIELD_NUMBER = 145131407;
private volatile java.lang.Object selectionPreconditions_;
/**
* string SelectionPreconditions = 145131407;
* @return The selectionPreconditions.
*/
@java.lang.Override
public java.lang.String getSelectionPreconditions() {
java.lang.Object ref = selectionPreconditions_;
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();
selectionPreconditions_ = s;
return s;
}
}
/**
* string SelectionPreconditions = 145131407;
* @return The bytes for selectionPreconditions.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSelectionPreconditionsBytes() {
java.lang.Object ref = selectionPreconditions_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionPreconditions_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SELECTIONTASKSCHEDULE_FIELD_NUMBER = 118818104;
private volatile java.lang.Object selectionTaskSchedule_;
/**
* string SelectionTaskSchedule = 118818104;
* @return The selectionTaskSchedule.
*/
@java.lang.Override
public java.lang.String getSelectionTaskSchedule() {
java.lang.Object ref = selectionTaskSchedule_;
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();
selectionTaskSchedule_ = s;
return s;
}
}
/**
* string SelectionTaskSchedule = 118818104;
* @return The bytes for selectionTaskSchedule.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSelectionTaskScheduleBytes() {
java.lang.Object ref = selectionTaskSchedule_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionTaskSchedule_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int ASSETSELECTION_FIELD_NUMBER = 329629855;
private com.google.protobuf.Any assetSelection_;
/**
* .google.protobuf.Any AssetSelection = 329629855;
* @return Whether the assetSelection field is set.
*/
@java.lang.Override
public boolean hasAssetSelection() {
return assetSelection_ != null;
}
/**
* .google.protobuf.Any AssetSelection = 329629855;
* @return The assetSelection.
*/
@java.lang.Override
public com.google.protobuf.Any getAssetSelection() {
return assetSelection_ == null ? com.google.protobuf.Any.getDefaultInstance() : assetSelection_;
}
/**
* .google.protobuf.Any AssetSelection = 329629855;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getAssetSelectionOrBuilder() {
return getAssetSelection();
}
public static final int SELECTIONPOSTCONDITIONS_FIELD_NUMBER = 461703198;
private volatile java.lang.Object selectionPostconditions_;
/**
* string SelectionPostconditions = 461703198;
* @return The selectionPostconditions.
*/
@java.lang.Override
public java.lang.String getSelectionPostconditions() {
java.lang.Object ref = selectionPostconditions_;
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();
selectionPostconditions_ = s;
return s;
}
}
/**
* string SelectionPostconditions = 461703198;
* @return The bytes for selectionPostconditions.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSelectionPostconditionsBytes() {
java.lang.Object ref = selectionPostconditions_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionPostconditions_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SELECTIONASSETSELECTIONSERVICETYPE_FIELD_NUMBER = 237652635;
private volatile java.lang.Object selectionAssetSelectionServiceType_;
/**
* string SelectionAssetSelectionServiceType = 237652635;
* @return The selectionAssetSelectionServiceType.
*/
@java.lang.Override
public java.lang.String getSelectionAssetSelectionServiceType() {
java.lang.Object ref = selectionAssetSelectionServiceType_;
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();
selectionAssetSelectionServiceType_ = s;
return s;
}
}
/**
* string SelectionAssetSelectionServiceType = 237652635;
* @return The bytes for selectionAssetSelectionServiceType.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSelectionAssetSelectionServiceTypeBytes() {
java.lang.Object ref = selectionAssetSelectionServiceType_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionAssetSelectionServiceType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SELECTIONASSETSELECTIONSERVICEDESCRIPTION_FIELD_NUMBER = 368345393;
private volatile java.lang.Object selectionAssetSelectionServiceDescription_;
/**
* string SelectionAssetSelectionServiceDescription = 368345393;
* @return The selectionAssetSelectionServiceDescription.
*/
@java.lang.Override
public java.lang.String getSelectionAssetSelectionServiceDescription() {
java.lang.Object ref = selectionAssetSelectionServiceDescription_;
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();
selectionAssetSelectionServiceDescription_ = s;
return s;
}
}
/**
* string SelectionAssetSelectionServiceDescription = 368345393;
* @return The bytes for selectionAssetSelectionServiceDescription.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSelectionAssetSelectionServiceDescriptionBytes() {
java.lang.Object ref = selectionAssetSelectionServiceDescription_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionAssetSelectionServiceDescription_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SELECTIONASSETSELECTIONSERVICEINPUTSANDOUPUTS_FIELD_NUMBER = 4678348;
private volatile java.lang.Object selectionAssetSelectionServiceInputsandOuputs_;
/**
* string SelectionAssetSelectionServiceInputsandOuputs = 4678348;
* @return The selectionAssetSelectionServiceInputsandOuputs.
*/
@java.lang.Override
public java.lang.String getSelectionAssetSelectionServiceInputsandOuputs() {
java.lang.Object ref = selectionAssetSelectionServiceInputsandOuputs_;
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();
selectionAssetSelectionServiceInputsandOuputs_ = s;
return s;
}
}
/**
* string SelectionAssetSelectionServiceInputsandOuputs = 4678348;
* @return The bytes for selectionAssetSelectionServiceInputsandOuputs.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSelectionAssetSelectionServiceInputsandOuputsBytes() {
java.lang.Object ref = selectionAssetSelectionServiceInputsandOuputs_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionAssetSelectionServiceInputsandOuputs_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SELECTIONASSETSELECTIONSERVICEWORKPRODUCT_FIELD_NUMBER = 515656241;
private volatile java.lang.Object selectionAssetSelectionServiceWorkProduct_;
/**
* string SelectionAssetSelectionServiceWorkProduct = 515656241;
* @return The selectionAssetSelectionServiceWorkProduct.
*/
@java.lang.Override
public java.lang.String getSelectionAssetSelectionServiceWorkProduct() {
java.lang.Object ref = selectionAssetSelectionServiceWorkProduct_;
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();
selectionAssetSelectionServiceWorkProduct_ = s;
return s;
}
}
/**
* string SelectionAssetSelectionServiceWorkProduct = 515656241;
* @return The bytes for selectionAssetSelectionServiceWorkProduct.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSelectionAssetSelectionServiceWorkProductBytes() {
java.lang.Object ref = selectionAssetSelectionServiceWorkProduct_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionAssetSelectionServiceWorkProduct_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SELECTIONASSETSELECTIONSERVICENAME_FIELD_NUMBER = 237854538;
private volatile java.lang.Object selectionAssetSelectionServiceName_;
/**
* string SelectionAssetSelectionServiceName = 237854538;
* @return The selectionAssetSelectionServiceName.
*/
@java.lang.Override
public java.lang.String getSelectionAssetSelectionServiceName() {
java.lang.Object ref = selectionAssetSelectionServiceName_;
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();
selectionAssetSelectionServiceName_ = s;
return s;
}
}
/**
* string SelectionAssetSelectionServiceName = 237854538;
* @return The bytes for selectionAssetSelectionServiceName.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSelectionAssetSelectionServiceNameBytes() {
java.lang.Object ref = selectionAssetSelectionServiceName_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionAssetSelectionServiceName_ = 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(selectionAssetSelectionServiceInputsandOuputs_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4678348, selectionAssetSelectionServiceInputsandOuputs_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionTaskSchedule_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 118818104, selectionTaskSchedule_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionPreconditions_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 145131407, selectionPreconditions_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionAssetSelectionServiceType_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 237652635, selectionAssetSelectionServiceType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionAssetSelectionServiceName_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 237854538, selectionAssetSelectionServiceName_);
}
if (assetSelection_ != null) {
output.writeMessage(329629855, getAssetSelection());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionAssetSelectionServiceDescription_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 368345393, selectionAssetSelectionServiceDescription_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionPostconditions_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 461703198, selectionPostconditions_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionAssetSelectionServiceWorkProduct_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 515656241, selectionAssetSelectionServiceWorkProduct_);
}
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(selectionAssetSelectionServiceInputsandOuputs_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4678348, selectionAssetSelectionServiceInputsandOuputs_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionTaskSchedule_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(118818104, selectionTaskSchedule_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionPreconditions_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(145131407, selectionPreconditions_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionAssetSelectionServiceType_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(237652635, selectionAssetSelectionServiceType_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionAssetSelectionServiceName_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(237854538, selectionAssetSelectionServiceName_);
}
if (assetSelection_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(329629855, getAssetSelection());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionAssetSelectionServiceDescription_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(368345393, selectionAssetSelectionServiceDescription_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionPostconditions_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(461703198, selectionPostconditions_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(selectionAssetSelectionServiceWorkProduct_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(515656241, selectionAssetSelectionServiceWorkProduct_);
}
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.SelectionOuterClass.Selection)) {
return super.equals(obj);
}
com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection other = (com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection) obj;
if (!getSelectionPreconditions()
.equals(other.getSelectionPreconditions())) return false;
if (!getSelectionTaskSchedule()
.equals(other.getSelectionTaskSchedule())) return false;
if (hasAssetSelection() != other.hasAssetSelection()) return false;
if (hasAssetSelection()) {
if (!getAssetSelection()
.equals(other.getAssetSelection())) return false;
}
if (!getSelectionPostconditions()
.equals(other.getSelectionPostconditions())) return false;
if (!getSelectionAssetSelectionServiceType()
.equals(other.getSelectionAssetSelectionServiceType())) return false;
if (!getSelectionAssetSelectionServiceDescription()
.equals(other.getSelectionAssetSelectionServiceDescription())) return false;
if (!getSelectionAssetSelectionServiceInputsandOuputs()
.equals(other.getSelectionAssetSelectionServiceInputsandOuputs())) return false;
if (!getSelectionAssetSelectionServiceWorkProduct()
.equals(other.getSelectionAssetSelectionServiceWorkProduct())) return false;
if (!getSelectionAssetSelectionServiceName()
.equals(other.getSelectionAssetSelectionServiceName())) 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) + SELECTIONPRECONDITIONS_FIELD_NUMBER;
hash = (53 * hash) + getSelectionPreconditions().hashCode();
hash = (37 * hash) + SELECTIONTASKSCHEDULE_FIELD_NUMBER;
hash = (53 * hash) + getSelectionTaskSchedule().hashCode();
if (hasAssetSelection()) {
hash = (37 * hash) + ASSETSELECTION_FIELD_NUMBER;
hash = (53 * hash) + getAssetSelection().hashCode();
}
hash = (37 * hash) + SELECTIONPOSTCONDITIONS_FIELD_NUMBER;
hash = (53 * hash) + getSelectionPostconditions().hashCode();
hash = (37 * hash) + SELECTIONASSETSELECTIONSERVICETYPE_FIELD_NUMBER;
hash = (53 * hash) + getSelectionAssetSelectionServiceType().hashCode();
hash = (37 * hash) + SELECTIONASSETSELECTIONSERVICEDESCRIPTION_FIELD_NUMBER;
hash = (53 * hash) + getSelectionAssetSelectionServiceDescription().hashCode();
hash = (37 * hash) + SELECTIONASSETSELECTIONSERVICEINPUTSANDOUPUTS_FIELD_NUMBER;
hash = (53 * hash) + getSelectionAssetSelectionServiceInputsandOuputs().hashCode();
hash = (37 * hash) + SELECTIONASSETSELECTIONSERVICEWORKPRODUCT_FIELD_NUMBER;
hash = (53 * hash) + getSelectionAssetSelectionServiceWorkProduct().hashCode();
hash = (37 * hash) + SELECTIONASSETSELECTIONSERVICENAME_FIELD_NUMBER;
hash = (53 * hash) + getSelectionAssetSelectionServiceName().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection 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.SelectionOuterClass.Selection parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection 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.SelectionOuterClass.Selection parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection 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.SelectionOuterClass.Selection parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection 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.SelectionOuterClass.Selection parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection 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.SelectionOuterClass.Selection 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.SelectionOuterClass.Selection 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.SelectionOuterClass.Selection 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.Selection}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.assetsecuritization.v10.Selection)
com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.SelectionOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Selection_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Selection_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection.class, com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection.Builder.class);
}
// Construct using com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection.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();
selectionPreconditions_ = "";
selectionTaskSchedule_ = "";
if (assetSelectionBuilder_ == null) {
assetSelection_ = null;
} else {
assetSelection_ = null;
assetSelectionBuilder_ = null;
}
selectionPostconditions_ = "";
selectionAssetSelectionServiceType_ = "";
selectionAssetSelectionServiceDescription_ = "";
selectionAssetSelectionServiceInputsandOuputs_ = "";
selectionAssetSelectionServiceWorkProduct_ = "";
selectionAssetSelectionServiceName_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.internal_static_com_redhat_mercury_assetsecuritization_v10_Selection_descriptor;
}
@java.lang.Override
public com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection getDefaultInstanceForType() {
return com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection build() {
com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection buildPartial() {
com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection result = new com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection(this);
result.selectionPreconditions_ = selectionPreconditions_;
result.selectionTaskSchedule_ = selectionTaskSchedule_;
if (assetSelectionBuilder_ == null) {
result.assetSelection_ = assetSelection_;
} else {
result.assetSelection_ = assetSelectionBuilder_.build();
}
result.selectionPostconditions_ = selectionPostconditions_;
result.selectionAssetSelectionServiceType_ = selectionAssetSelectionServiceType_;
result.selectionAssetSelectionServiceDescription_ = selectionAssetSelectionServiceDescription_;
result.selectionAssetSelectionServiceInputsandOuputs_ = selectionAssetSelectionServiceInputsandOuputs_;
result.selectionAssetSelectionServiceWorkProduct_ = selectionAssetSelectionServiceWorkProduct_;
result.selectionAssetSelectionServiceName_ = selectionAssetSelectionServiceName_;
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.SelectionOuterClass.Selection) {
return mergeFrom((com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection other) {
if (other == com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection.getDefaultInstance()) return this;
if (!other.getSelectionPreconditions().isEmpty()) {
selectionPreconditions_ = other.selectionPreconditions_;
onChanged();
}
if (!other.getSelectionTaskSchedule().isEmpty()) {
selectionTaskSchedule_ = other.selectionTaskSchedule_;
onChanged();
}
if (other.hasAssetSelection()) {
mergeAssetSelection(other.getAssetSelection());
}
if (!other.getSelectionPostconditions().isEmpty()) {
selectionPostconditions_ = other.selectionPostconditions_;
onChanged();
}
if (!other.getSelectionAssetSelectionServiceType().isEmpty()) {
selectionAssetSelectionServiceType_ = other.selectionAssetSelectionServiceType_;
onChanged();
}
if (!other.getSelectionAssetSelectionServiceDescription().isEmpty()) {
selectionAssetSelectionServiceDescription_ = other.selectionAssetSelectionServiceDescription_;
onChanged();
}
if (!other.getSelectionAssetSelectionServiceInputsandOuputs().isEmpty()) {
selectionAssetSelectionServiceInputsandOuputs_ = other.selectionAssetSelectionServiceInputsandOuputs_;
onChanged();
}
if (!other.getSelectionAssetSelectionServiceWorkProduct().isEmpty()) {
selectionAssetSelectionServiceWorkProduct_ = other.selectionAssetSelectionServiceWorkProduct_;
onChanged();
}
if (!other.getSelectionAssetSelectionServiceName().isEmpty()) {
selectionAssetSelectionServiceName_ = other.selectionAssetSelectionServiceName_;
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.SelectionOuterClass.Selection parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object selectionPreconditions_ = "";
/**
* string SelectionPreconditions = 145131407;
* @return The selectionPreconditions.
*/
public java.lang.String getSelectionPreconditions() {
java.lang.Object ref = selectionPreconditions_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
selectionPreconditions_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string SelectionPreconditions = 145131407;
* @return The bytes for selectionPreconditions.
*/
public com.google.protobuf.ByteString
getSelectionPreconditionsBytes() {
java.lang.Object ref = selectionPreconditions_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionPreconditions_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string SelectionPreconditions = 145131407;
* @param value The selectionPreconditions to set.
* @return This builder for chaining.
*/
public Builder setSelectionPreconditions(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
selectionPreconditions_ = value;
onChanged();
return this;
}
/**
* string SelectionPreconditions = 145131407;
* @return This builder for chaining.
*/
public Builder clearSelectionPreconditions() {
selectionPreconditions_ = getDefaultInstance().getSelectionPreconditions();
onChanged();
return this;
}
/**
* string SelectionPreconditions = 145131407;
* @param value The bytes for selectionPreconditions to set.
* @return This builder for chaining.
*/
public Builder setSelectionPreconditionsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
selectionPreconditions_ = value;
onChanged();
return this;
}
private java.lang.Object selectionTaskSchedule_ = "";
/**
* string SelectionTaskSchedule = 118818104;
* @return The selectionTaskSchedule.
*/
public java.lang.String getSelectionTaskSchedule() {
java.lang.Object ref = selectionTaskSchedule_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
selectionTaskSchedule_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string SelectionTaskSchedule = 118818104;
* @return The bytes for selectionTaskSchedule.
*/
public com.google.protobuf.ByteString
getSelectionTaskScheduleBytes() {
java.lang.Object ref = selectionTaskSchedule_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionTaskSchedule_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string SelectionTaskSchedule = 118818104;
* @param value The selectionTaskSchedule to set.
* @return This builder for chaining.
*/
public Builder setSelectionTaskSchedule(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
selectionTaskSchedule_ = value;
onChanged();
return this;
}
/**
* string SelectionTaskSchedule = 118818104;
* @return This builder for chaining.
*/
public Builder clearSelectionTaskSchedule() {
selectionTaskSchedule_ = getDefaultInstance().getSelectionTaskSchedule();
onChanged();
return this;
}
/**
* string SelectionTaskSchedule = 118818104;
* @param value The bytes for selectionTaskSchedule to set.
* @return This builder for chaining.
*/
public Builder setSelectionTaskScheduleBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
selectionTaskSchedule_ = value;
onChanged();
return this;
}
private com.google.protobuf.Any assetSelection_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> assetSelectionBuilder_;
/**
* .google.protobuf.Any AssetSelection = 329629855;
* @return Whether the assetSelection field is set.
*/
public boolean hasAssetSelection() {
return assetSelectionBuilder_ != null || assetSelection_ != null;
}
/**
* .google.protobuf.Any AssetSelection = 329629855;
* @return The assetSelection.
*/
public com.google.protobuf.Any getAssetSelection() {
if (assetSelectionBuilder_ == null) {
return assetSelection_ == null ? com.google.protobuf.Any.getDefaultInstance() : assetSelection_;
} else {
return assetSelectionBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any AssetSelection = 329629855;
*/
public Builder setAssetSelection(com.google.protobuf.Any value) {
if (assetSelectionBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
assetSelection_ = value;
onChanged();
} else {
assetSelectionBuilder_.setMessage(value);
}
return this;
}
/**
* .google.protobuf.Any AssetSelection = 329629855;
*/
public Builder setAssetSelection(
com.google.protobuf.Any.Builder builderForValue) {
if (assetSelectionBuilder_ == null) {
assetSelection_ = builderForValue.build();
onChanged();
} else {
assetSelectionBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .google.protobuf.Any AssetSelection = 329629855;
*/
public Builder mergeAssetSelection(com.google.protobuf.Any value) {
if (assetSelectionBuilder_ == null) {
if (assetSelection_ != null) {
assetSelection_ =
com.google.protobuf.Any.newBuilder(assetSelection_).mergeFrom(value).buildPartial();
} else {
assetSelection_ = value;
}
onChanged();
} else {
assetSelectionBuilder_.mergeFrom(value);
}
return this;
}
/**
* .google.protobuf.Any AssetSelection = 329629855;
*/
public Builder clearAssetSelection() {
if (assetSelectionBuilder_ == null) {
assetSelection_ = null;
onChanged();
} else {
assetSelection_ = null;
assetSelectionBuilder_ = null;
}
return this;
}
/**
* .google.protobuf.Any AssetSelection = 329629855;
*/
public com.google.protobuf.Any.Builder getAssetSelectionBuilder() {
onChanged();
return getAssetSelectionFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any AssetSelection = 329629855;
*/
public com.google.protobuf.AnyOrBuilder getAssetSelectionOrBuilder() {
if (assetSelectionBuilder_ != null) {
return assetSelectionBuilder_.getMessageOrBuilder();
} else {
return assetSelection_ == null ?
com.google.protobuf.Any.getDefaultInstance() : assetSelection_;
}
}
/**
* .google.protobuf.Any AssetSelection = 329629855;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getAssetSelectionFieldBuilder() {
if (assetSelectionBuilder_ == null) {
assetSelectionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getAssetSelection(),
getParentForChildren(),
isClean());
assetSelection_ = null;
}
return assetSelectionBuilder_;
}
private java.lang.Object selectionPostconditions_ = "";
/**
* string SelectionPostconditions = 461703198;
* @return The selectionPostconditions.
*/
public java.lang.String getSelectionPostconditions() {
java.lang.Object ref = selectionPostconditions_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
selectionPostconditions_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string SelectionPostconditions = 461703198;
* @return The bytes for selectionPostconditions.
*/
public com.google.protobuf.ByteString
getSelectionPostconditionsBytes() {
java.lang.Object ref = selectionPostconditions_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionPostconditions_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string SelectionPostconditions = 461703198;
* @param value The selectionPostconditions to set.
* @return This builder for chaining.
*/
public Builder setSelectionPostconditions(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
selectionPostconditions_ = value;
onChanged();
return this;
}
/**
* string SelectionPostconditions = 461703198;
* @return This builder for chaining.
*/
public Builder clearSelectionPostconditions() {
selectionPostconditions_ = getDefaultInstance().getSelectionPostconditions();
onChanged();
return this;
}
/**
* string SelectionPostconditions = 461703198;
* @param value The bytes for selectionPostconditions to set.
* @return This builder for chaining.
*/
public Builder setSelectionPostconditionsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
selectionPostconditions_ = value;
onChanged();
return this;
}
private java.lang.Object selectionAssetSelectionServiceType_ = "";
/**
* string SelectionAssetSelectionServiceType = 237652635;
* @return The selectionAssetSelectionServiceType.
*/
public java.lang.String getSelectionAssetSelectionServiceType() {
java.lang.Object ref = selectionAssetSelectionServiceType_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
selectionAssetSelectionServiceType_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string SelectionAssetSelectionServiceType = 237652635;
* @return The bytes for selectionAssetSelectionServiceType.
*/
public com.google.protobuf.ByteString
getSelectionAssetSelectionServiceTypeBytes() {
java.lang.Object ref = selectionAssetSelectionServiceType_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionAssetSelectionServiceType_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string SelectionAssetSelectionServiceType = 237652635;
* @param value The selectionAssetSelectionServiceType to set.
* @return This builder for chaining.
*/
public Builder setSelectionAssetSelectionServiceType(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
selectionAssetSelectionServiceType_ = value;
onChanged();
return this;
}
/**
* string SelectionAssetSelectionServiceType = 237652635;
* @return This builder for chaining.
*/
public Builder clearSelectionAssetSelectionServiceType() {
selectionAssetSelectionServiceType_ = getDefaultInstance().getSelectionAssetSelectionServiceType();
onChanged();
return this;
}
/**
* string SelectionAssetSelectionServiceType = 237652635;
* @param value The bytes for selectionAssetSelectionServiceType to set.
* @return This builder for chaining.
*/
public Builder setSelectionAssetSelectionServiceTypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
selectionAssetSelectionServiceType_ = value;
onChanged();
return this;
}
private java.lang.Object selectionAssetSelectionServiceDescription_ = "";
/**
* string SelectionAssetSelectionServiceDescription = 368345393;
* @return The selectionAssetSelectionServiceDescription.
*/
public java.lang.String getSelectionAssetSelectionServiceDescription() {
java.lang.Object ref = selectionAssetSelectionServiceDescription_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
selectionAssetSelectionServiceDescription_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string SelectionAssetSelectionServiceDescription = 368345393;
* @return The bytes for selectionAssetSelectionServiceDescription.
*/
public com.google.protobuf.ByteString
getSelectionAssetSelectionServiceDescriptionBytes() {
java.lang.Object ref = selectionAssetSelectionServiceDescription_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionAssetSelectionServiceDescription_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string SelectionAssetSelectionServiceDescription = 368345393;
* @param value The selectionAssetSelectionServiceDescription to set.
* @return This builder for chaining.
*/
public Builder setSelectionAssetSelectionServiceDescription(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
selectionAssetSelectionServiceDescription_ = value;
onChanged();
return this;
}
/**
* string SelectionAssetSelectionServiceDescription = 368345393;
* @return This builder for chaining.
*/
public Builder clearSelectionAssetSelectionServiceDescription() {
selectionAssetSelectionServiceDescription_ = getDefaultInstance().getSelectionAssetSelectionServiceDescription();
onChanged();
return this;
}
/**
* string SelectionAssetSelectionServiceDescription = 368345393;
* @param value The bytes for selectionAssetSelectionServiceDescription to set.
* @return This builder for chaining.
*/
public Builder setSelectionAssetSelectionServiceDescriptionBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
selectionAssetSelectionServiceDescription_ = value;
onChanged();
return this;
}
private java.lang.Object selectionAssetSelectionServiceInputsandOuputs_ = "";
/**
* string SelectionAssetSelectionServiceInputsandOuputs = 4678348;
* @return The selectionAssetSelectionServiceInputsandOuputs.
*/
public java.lang.String getSelectionAssetSelectionServiceInputsandOuputs() {
java.lang.Object ref = selectionAssetSelectionServiceInputsandOuputs_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
selectionAssetSelectionServiceInputsandOuputs_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string SelectionAssetSelectionServiceInputsandOuputs = 4678348;
* @return The bytes for selectionAssetSelectionServiceInputsandOuputs.
*/
public com.google.protobuf.ByteString
getSelectionAssetSelectionServiceInputsandOuputsBytes() {
java.lang.Object ref = selectionAssetSelectionServiceInputsandOuputs_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionAssetSelectionServiceInputsandOuputs_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string SelectionAssetSelectionServiceInputsandOuputs = 4678348;
* @param value The selectionAssetSelectionServiceInputsandOuputs to set.
* @return This builder for chaining.
*/
public Builder setSelectionAssetSelectionServiceInputsandOuputs(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
selectionAssetSelectionServiceInputsandOuputs_ = value;
onChanged();
return this;
}
/**
* string SelectionAssetSelectionServiceInputsandOuputs = 4678348;
* @return This builder for chaining.
*/
public Builder clearSelectionAssetSelectionServiceInputsandOuputs() {
selectionAssetSelectionServiceInputsandOuputs_ = getDefaultInstance().getSelectionAssetSelectionServiceInputsandOuputs();
onChanged();
return this;
}
/**
* string SelectionAssetSelectionServiceInputsandOuputs = 4678348;
* @param value The bytes for selectionAssetSelectionServiceInputsandOuputs to set.
* @return This builder for chaining.
*/
public Builder setSelectionAssetSelectionServiceInputsandOuputsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
selectionAssetSelectionServiceInputsandOuputs_ = value;
onChanged();
return this;
}
private java.lang.Object selectionAssetSelectionServiceWorkProduct_ = "";
/**
* string SelectionAssetSelectionServiceWorkProduct = 515656241;
* @return The selectionAssetSelectionServiceWorkProduct.
*/
public java.lang.String getSelectionAssetSelectionServiceWorkProduct() {
java.lang.Object ref = selectionAssetSelectionServiceWorkProduct_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
selectionAssetSelectionServiceWorkProduct_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string SelectionAssetSelectionServiceWorkProduct = 515656241;
* @return The bytes for selectionAssetSelectionServiceWorkProduct.
*/
public com.google.protobuf.ByteString
getSelectionAssetSelectionServiceWorkProductBytes() {
java.lang.Object ref = selectionAssetSelectionServiceWorkProduct_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionAssetSelectionServiceWorkProduct_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string SelectionAssetSelectionServiceWorkProduct = 515656241;
* @param value The selectionAssetSelectionServiceWorkProduct to set.
* @return This builder for chaining.
*/
public Builder setSelectionAssetSelectionServiceWorkProduct(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
selectionAssetSelectionServiceWorkProduct_ = value;
onChanged();
return this;
}
/**
* string SelectionAssetSelectionServiceWorkProduct = 515656241;
* @return This builder for chaining.
*/
public Builder clearSelectionAssetSelectionServiceWorkProduct() {
selectionAssetSelectionServiceWorkProduct_ = getDefaultInstance().getSelectionAssetSelectionServiceWorkProduct();
onChanged();
return this;
}
/**
* string SelectionAssetSelectionServiceWorkProduct = 515656241;
* @param value The bytes for selectionAssetSelectionServiceWorkProduct to set.
* @return This builder for chaining.
*/
public Builder setSelectionAssetSelectionServiceWorkProductBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
selectionAssetSelectionServiceWorkProduct_ = value;
onChanged();
return this;
}
private java.lang.Object selectionAssetSelectionServiceName_ = "";
/**
* string SelectionAssetSelectionServiceName = 237854538;
* @return The selectionAssetSelectionServiceName.
*/
public java.lang.String getSelectionAssetSelectionServiceName() {
java.lang.Object ref = selectionAssetSelectionServiceName_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
selectionAssetSelectionServiceName_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string SelectionAssetSelectionServiceName = 237854538;
* @return The bytes for selectionAssetSelectionServiceName.
*/
public com.google.protobuf.ByteString
getSelectionAssetSelectionServiceNameBytes() {
java.lang.Object ref = selectionAssetSelectionServiceName_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
selectionAssetSelectionServiceName_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string SelectionAssetSelectionServiceName = 237854538;
* @param value The selectionAssetSelectionServiceName to set.
* @return This builder for chaining.
*/
public Builder setSelectionAssetSelectionServiceName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
selectionAssetSelectionServiceName_ = value;
onChanged();
return this;
}
/**
* string SelectionAssetSelectionServiceName = 237854538;
* @return This builder for chaining.
*/
public Builder clearSelectionAssetSelectionServiceName() {
selectionAssetSelectionServiceName_ = getDefaultInstance().getSelectionAssetSelectionServiceName();
onChanged();
return this;
}
/**
* string SelectionAssetSelectionServiceName = 237854538;
* @param value The bytes for selectionAssetSelectionServiceName to set.
* @return This builder for chaining.
*/
public Builder setSelectionAssetSelectionServiceNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
selectionAssetSelectionServiceName_ = 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.Selection)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.assetsecuritization.v10.Selection)
private static final com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection();
}
public static com.redhat.mercury.assetsecuritization.v10.SelectionOuterClass.Selection getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Selection parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new Selection(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.SelectionOuterClass.Selection getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_assetsecuritization_v10_Selection_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_assetsecuritization_v10_Selection_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/selection.proto\022*com.redhat." +
"mercury.assetsecuritization.v10\032\031google/" +
"protobuf/any.proto\"\255\003\n\tSelection\022!\n\026Sele" +
"ctionPreconditions\030\217\217\232E \001(\t\022 \n\025Selection" +
"TaskSchedule\030\270\212\3248 \001(\t\0220\n\016AssetSelection\030" +
"\237\201\227\235\001 \001(\0132\024.google.protobuf.Any\022#\n\027Selec" +
"tionPostconditions\030\236\220\224\334\001 \001(\t\022-\n\"Selectio" +
"nAssetSelectionServiceType\030\233\225\251q \001(\t\0225\n)S" +
"electionAssetSelectionServiceDescription" +
"\030\261\202\322\257\001 \001(\t\0228\n-SelectionAssetSelectionSer" +
"viceInputsandOuputs\030\314\305\235\002 \001(\t\0225\n)Selectio" +
"nAssetSelectionServiceWorkProduct\030\261\224\361\365\001 " +
"\001(\t\022-\n\"SelectionAssetSelectionServiceNam" +
"e\030\312\276\265q \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_Selection_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_assetsecuritization_v10_Selection_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_assetsecuritization_v10_Selection_descriptor,
new java.lang.String[] { "SelectionPreconditions", "SelectionTaskSchedule", "AssetSelection", "SelectionPostconditions", "SelectionAssetSelectionServiceType", "SelectionAssetSelectionServiceDescription", "SelectionAssetSelectionServiceInputsandOuputs", "SelectionAssetSelectionServiceWorkProduct", "SelectionAssetSelectionServiceName", });
com.google.protobuf.AnyProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy