
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/initiate_service_fees_request.proto
package com.redhat.mercury.consumeradvisoryservices.v10;
public final class InitiateServiceFeesRequestOuterClass {
private InitiateServiceFeesRequestOuterClass() {}
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 InitiateServiceFeesRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
* @return Whether the serviceFees field is set.
*/
boolean hasServiceFees();
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
* @return The serviceFees.
*/
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees getServiceFees();
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
*/
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFeesOrBuilder getServiceFeesOrBuilder();
}
/**
* Protobuf type {@code com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequest}
*/
public static final class InitiateServiceFeesRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequest)
InitiateServiceFeesRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use InitiateServiceFeesRequest.newBuilder() to construct.
private InitiateServiceFeesRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private InitiateServiceFeesRequest() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new InitiateServiceFeesRequest();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private InitiateServiceFeesRequest(
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 2087506162: {
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees.Builder subBuilder = null;
if (serviceFees_ != null) {
subBuilder = serviceFees_.toBuilder();
}
serviceFees_ = input.readMessage(com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(serviceFees_);
serviceFees_ = subBuilder.buildPartial();
}
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateServiceFeesRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateServiceFeesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest.class, com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest.Builder.class);
}
public static final int SERVICEFEES_FIELD_NUMBER = 260938270;
private com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees serviceFees_;
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
* @return Whether the serviceFees field is set.
*/
@java.lang.Override
public boolean hasServiceFees() {
return serviceFees_ != null;
}
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
* @return The serviceFees.
*/
@java.lang.Override
public com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees getServiceFees() {
return serviceFees_ == null ? com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees.getDefaultInstance() : serviceFees_;
}
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
*/
@java.lang.Override
public com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFeesOrBuilder getServiceFeesOrBuilder() {
return getServiceFees();
}
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 (serviceFees_ != null) {
output.writeMessage(260938270, getServiceFees());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (serviceFees_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(260938270, getServiceFees());
}
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.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest)) {
return super.equals(obj);
}
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest other = (com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest) obj;
if (hasServiceFees() != other.hasServiceFees()) return false;
if (hasServiceFees()) {
if (!getServiceFees()
.equals(other.getServiceFees())) return false;
}
if (!unknownFields.equals(other.unknownFields)) return false;
return true;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (hasServiceFees()) {
hash = (37 * hash) + SERVICEFEES_FIELD_NUMBER;
hash = (53 * hash) + getServiceFees().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest 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.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest 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.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest 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.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest 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.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest 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.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest 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.consumeradvisoryservices.v10.InitiateServiceFeesRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequest)
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateServiceFeesRequest_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateServiceFeesRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest.class, com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest.Builder.class);
}
// Construct using com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
@java.lang.Override
public Builder clear() {
super.clear();
if (serviceFeesBuilder_ == null) {
serviceFees_ = null;
} else {
serviceFees_ = null;
serviceFeesBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateServiceFeesRequest_descriptor;
}
@java.lang.Override
public com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest getDefaultInstanceForType() {
return com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest build() {
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest buildPartial() {
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest result = new com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest(this);
if (serviceFeesBuilder_ == null) {
result.serviceFees_ = serviceFees_;
} else {
result.serviceFees_ = serviceFeesBuilder_.build();
}
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.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest) {
return mergeFrom((com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest other) {
if (other == com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest.getDefaultInstance()) return this;
if (other.hasServiceFees()) {
mergeServiceFees(other.getServiceFees());
}
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.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees serviceFees_;
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees, com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees.Builder, com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFeesOrBuilder> serviceFeesBuilder_;
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
* @return Whether the serviceFees field is set.
*/
public boolean hasServiceFees() {
return serviceFeesBuilder_ != null || serviceFees_ != null;
}
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
* @return The serviceFees.
*/
public com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees getServiceFees() {
if (serviceFeesBuilder_ == null) {
return serviceFees_ == null ? com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees.getDefaultInstance() : serviceFees_;
} else {
return serviceFeesBuilder_.getMessage();
}
}
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
*/
public Builder setServiceFees(com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees value) {
if (serviceFeesBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
serviceFees_ = value;
onChanged();
} else {
serviceFeesBuilder_.setMessage(value);
}
return this;
}
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
*/
public Builder setServiceFees(
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees.Builder builderForValue) {
if (serviceFeesBuilder_ == null) {
serviceFees_ = builderForValue.build();
onChanged();
} else {
serviceFeesBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
*/
public Builder mergeServiceFees(com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees value) {
if (serviceFeesBuilder_ == null) {
if (serviceFees_ != null) {
serviceFees_ =
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees.newBuilder(serviceFees_).mergeFrom(value).buildPartial();
} else {
serviceFees_ = value;
}
onChanged();
} else {
serviceFeesBuilder_.mergeFrom(value);
}
return this;
}
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
*/
public Builder clearServiceFees() {
if (serviceFeesBuilder_ == null) {
serviceFees_ = null;
onChanged();
} else {
serviceFees_ = null;
serviceFeesBuilder_ = null;
}
return this;
}
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
*/
public com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees.Builder getServiceFeesBuilder() {
onChanged();
return getServiceFeesFieldBuilder().getBuilder();
}
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
*/
public com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFeesOrBuilder getServiceFeesOrBuilder() {
if (serviceFeesBuilder_ != null) {
return serviceFeesBuilder_.getMessageOrBuilder();
} else {
return serviceFees_ == null ?
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees.getDefaultInstance() : serviceFees_;
}
}
/**
* .com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFees ServiceFees = 260938270;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees, com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees.Builder, com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFeesOrBuilder>
getServiceFeesFieldBuilder() {
if (serviceFeesBuilder_ == null) {
serviceFeesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees, com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFees.Builder, com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.InitiateServiceFeesRequestServiceFeesOrBuilder>(
getServiceFees(),
getParentForChildren(),
isClean());
serviceFees_ = null;
}
return serviceFeesBuilder_;
}
@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.consumeradvisoryservices.v10.InitiateServiceFeesRequest)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequest)
private static final com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest();
}
public static com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public InitiateServiceFeesRequest parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new InitiateServiceFeesRequest(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.consumeradvisoryservices.v10.InitiateServiceFeesRequestOuterClass.InitiateServiceFeesRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateServiceFeesRequest_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateServiceFeesRequest_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n-v10/model/initiate_service_fees_reques" +
"t.proto\022/com.redhat.mercury.consumeradvi" +
"soryservices.v10\032:v10/model/initiate_ser" +
"vice_fees_request_service_fees.proto\"\214\001\n" +
"\032InitiateServiceFeesRequest\022n\n\013ServiceFe" +
"es\030\236\264\266| \001(\0132V.com.redhat.mercury.consume" +
"radvisoryservices.v10.InitiateServiceFee" +
"sRequestServiceFeesP\000b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.getDescriptor(),
});
internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateServiceFeesRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateServiceFeesRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_consumeradvisoryservices_v10_InitiateServiceFeesRequest_descriptor,
new java.lang.String[] { "ServiceFees", });
com.redhat.mercury.consumeradvisoryservices.v10.InitiateServiceFeesRequestServiceFeesOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy