com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v10/model/update_internal_notification_response.proto
package com.redhat.mercury.issueddevicetracking.v10;
public final class UpdateInternalNotificationResponseOuterClass {
private UpdateInternalNotificationResponseOuterClass() {}
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 UpdateInternalNotificationResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
* @return Whether the issuedDeviceState field is set.
*/
boolean hasIssuedDeviceState();
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
* @return The issuedDeviceState.
*/
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState getIssuedDeviceState();
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
*/
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceStateOrBuilder getIssuedDeviceStateOrBuilder();
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
* @return Whether the internalNotification field is set.
*/
boolean hasInternalNotification();
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
* @return The internalNotification.
*/
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification getInternalNotification();
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
*/
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotificationOrBuilder getInternalNotificationOrBuilder();
}
/**
* Protobuf type {@code com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponse}
*/
public static final class UpdateInternalNotificationResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponse)
UpdateInternalNotificationResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use UpdateInternalNotificationResponse.newBuilder() to construct.
private UpdateInternalNotificationResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private UpdateInternalNotificationResponse() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new UpdateInternalNotificationResponse();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private UpdateInternalNotificationResponse(
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 1982283906: {
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.Builder subBuilder = null;
if (issuedDeviceState_ != null) {
subBuilder = issuedDeviceState_.toBuilder();
}
issuedDeviceState_ = input.readMessage(com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(issuedDeviceState_);
issuedDeviceState_ = subBuilder.buildPartial();
}
break;
}
case -309142326: {
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification.Builder subBuilder = null;
if (internalNotification_ != null) {
subBuilder = internalNotification_.toBuilder();
}
internalNotification_ = input.readMessage(com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification.parser(), extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(internalNotification_);
internalNotification_ = subBuilder.buildPartial();
}
break;
}
default: {
if (!parseUnknownField(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse.class, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse.Builder.class);
}
public static final int ISSUEDDEVICESTATE_FIELD_NUMBER = 247785488;
private com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState issuedDeviceState_;
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
* @return Whether the issuedDeviceState field is set.
*/
@java.lang.Override
public boolean hasIssuedDeviceState() {
return issuedDeviceState_ != null;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
* @return The issuedDeviceState.
*/
@java.lang.Override
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState getIssuedDeviceState() {
return issuedDeviceState_ == null ? com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.getDefaultInstance() : issuedDeviceState_;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
*/
@java.lang.Override
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceStateOrBuilder getIssuedDeviceStateOrBuilder() {
return getIssuedDeviceState();
}
public static final int INTERNALNOTIFICATION_FIELD_NUMBER = 498228121;
private com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification internalNotification_;
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
* @return Whether the internalNotification field is set.
*/
@java.lang.Override
public boolean hasInternalNotification() {
return internalNotification_ != null;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
* @return The internalNotification.
*/
@java.lang.Override
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification getInternalNotification() {
return internalNotification_ == null ? com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification.getDefaultInstance() : internalNotification_;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
*/
@java.lang.Override
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotificationOrBuilder getInternalNotificationOrBuilder() {
return getInternalNotification();
}
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 (issuedDeviceState_ != null) {
output.writeMessage(247785488, getIssuedDeviceState());
}
if (internalNotification_ != null) {
output.writeMessage(498228121, getInternalNotification());
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (issuedDeviceState_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(247785488, getIssuedDeviceState());
}
if (internalNotification_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(498228121, getInternalNotification());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse)) {
return super.equals(obj);
}
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse other = (com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse) obj;
if (hasIssuedDeviceState() != other.hasIssuedDeviceState()) return false;
if (hasIssuedDeviceState()) {
if (!getIssuedDeviceState()
.equals(other.getIssuedDeviceState())) return false;
}
if (hasInternalNotification() != other.hasInternalNotification()) return false;
if (hasInternalNotification()) {
if (!getInternalNotification()
.equals(other.getInternalNotification())) 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 (hasIssuedDeviceState()) {
hash = (37 * hash) + ISSUEDDEVICESTATE_FIELD_NUMBER;
hash = (53 * hash) + getIssuedDeviceState().hashCode();
}
if (hasInternalNotification()) {
hash = (37 * hash) + INTERNALNOTIFICATION_FIELD_NUMBER;
hash = (53 * hash) + getInternalNotification().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
@java.lang.Override
public Builder toBuilder() {
return this == DEFAULT_INSTANCE
? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponse}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponse)
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse.class, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse.Builder.class);
}
// Construct using com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse.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 (issuedDeviceStateBuilder_ == null) {
issuedDeviceState_ = null;
} else {
issuedDeviceState_ = null;
issuedDeviceStateBuilder_ = null;
}
if (internalNotificationBuilder_ == null) {
internalNotification_ = null;
} else {
internalNotification_ = null;
internalNotificationBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationResponse_descriptor;
}
@java.lang.Override
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse getDefaultInstanceForType() {
return com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse.getDefaultInstance();
}
@java.lang.Override
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse build() {
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse buildPartial() {
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse result = new com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse(this);
if (issuedDeviceStateBuilder_ == null) {
result.issuedDeviceState_ = issuedDeviceState_;
} else {
result.issuedDeviceState_ = issuedDeviceStateBuilder_.build();
}
if (internalNotificationBuilder_ == null) {
result.internalNotification_ = internalNotification_;
} else {
result.internalNotification_ = internalNotificationBuilder_.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.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse) {
return mergeFrom((com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse other) {
if (other == com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse.getDefaultInstance()) return this;
if (other.hasIssuedDeviceState()) {
mergeIssuedDeviceState(other.getIssuedDeviceState());
}
if (other.hasInternalNotification()) {
mergeInternalNotification(other.getInternalNotification());
}
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState issuedDeviceState_;
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.Builder, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceStateOrBuilder> issuedDeviceStateBuilder_;
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
* @return Whether the issuedDeviceState field is set.
*/
public boolean hasIssuedDeviceState() {
return issuedDeviceStateBuilder_ != null || issuedDeviceState_ != null;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
* @return The issuedDeviceState.
*/
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState getIssuedDeviceState() {
if (issuedDeviceStateBuilder_ == null) {
return issuedDeviceState_ == null ? com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.getDefaultInstance() : issuedDeviceState_;
} else {
return issuedDeviceStateBuilder_.getMessage();
}
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
*/
public Builder setIssuedDeviceState(com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState value) {
if (issuedDeviceStateBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
issuedDeviceState_ = value;
onChanged();
} else {
issuedDeviceStateBuilder_.setMessage(value);
}
return this;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
*/
public Builder setIssuedDeviceState(
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.Builder builderForValue) {
if (issuedDeviceStateBuilder_ == null) {
issuedDeviceState_ = builderForValue.build();
onChanged();
} else {
issuedDeviceStateBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
*/
public Builder mergeIssuedDeviceState(com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState value) {
if (issuedDeviceStateBuilder_ == null) {
if (issuedDeviceState_ != null) {
issuedDeviceState_ =
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.newBuilder(issuedDeviceState_).mergeFrom(value).buildPartial();
} else {
issuedDeviceState_ = value;
}
onChanged();
} else {
issuedDeviceStateBuilder_.mergeFrom(value);
}
return this;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
*/
public Builder clearIssuedDeviceState() {
if (issuedDeviceStateBuilder_ == null) {
issuedDeviceState_ = null;
onChanged();
} else {
issuedDeviceState_ = null;
issuedDeviceStateBuilder_ = null;
}
return this;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
*/
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.Builder getIssuedDeviceStateBuilder() {
onChanged();
return getIssuedDeviceStateFieldBuilder().getBuilder();
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
*/
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceStateOrBuilder getIssuedDeviceStateOrBuilder() {
if (issuedDeviceStateBuilder_ != null) {
return issuedDeviceStateBuilder_.getMessageOrBuilder();
} else {
return issuedDeviceState_ == null ?
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.getDefaultInstance() : issuedDeviceState_;
}
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceState IssuedDeviceState = 247785488;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.Builder, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceStateOrBuilder>
getIssuedDeviceStateFieldBuilder() {
if (issuedDeviceStateBuilder_ == null) {
issuedDeviceStateBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceState.Builder, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.UpdateInternalNotificationRequestIssuedDeviceStateOrBuilder>(
getIssuedDeviceState(),
getParentForChildren(),
isClean());
issuedDeviceState_ = null;
}
return issuedDeviceStateBuilder_;
}
private com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification internalNotification_;
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification.Builder, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotificationOrBuilder> internalNotificationBuilder_;
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
* @return Whether the internalNotification field is set.
*/
public boolean hasInternalNotification() {
return internalNotificationBuilder_ != null || internalNotification_ != null;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
* @return The internalNotification.
*/
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification getInternalNotification() {
if (internalNotificationBuilder_ == null) {
return internalNotification_ == null ? com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification.getDefaultInstance() : internalNotification_;
} else {
return internalNotificationBuilder_.getMessage();
}
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
*/
public Builder setInternalNotification(com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification value) {
if (internalNotificationBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
internalNotification_ = value;
onChanged();
} else {
internalNotificationBuilder_.setMessage(value);
}
return this;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
*/
public Builder setInternalNotification(
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification.Builder builderForValue) {
if (internalNotificationBuilder_ == null) {
internalNotification_ = builderForValue.build();
onChanged();
} else {
internalNotificationBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
*/
public Builder mergeInternalNotification(com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification value) {
if (internalNotificationBuilder_ == null) {
if (internalNotification_ != null) {
internalNotification_ =
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification.newBuilder(internalNotification_).mergeFrom(value).buildPartial();
} else {
internalNotification_ = value;
}
onChanged();
} else {
internalNotificationBuilder_.mergeFrom(value);
}
return this;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
*/
public Builder clearInternalNotification() {
if (internalNotificationBuilder_ == null) {
internalNotification_ = null;
onChanged();
} else {
internalNotification_ = null;
internalNotificationBuilder_ = null;
}
return this;
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
*/
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification.Builder getInternalNotificationBuilder() {
onChanged();
return getInternalNotificationFieldBuilder().getBuilder();
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
*/
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotificationOrBuilder getInternalNotificationOrBuilder() {
if (internalNotificationBuilder_ != null) {
return internalNotificationBuilder_.getMessageOrBuilder();
} else {
return internalNotification_ == null ?
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification.getDefaultInstance() : internalNotification_;
}
}
/**
* .com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotification InternalNotification = 498228121;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification.Builder, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotificationOrBuilder>
getInternalNotificationFieldBuilder() {
if (internalNotificationBuilder_ == null) {
internalNotificationBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotification.Builder, com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.UpdateInternalNotificationRequestInternalNotificationOrBuilder>(
getInternalNotification(),
getParentForChildren(),
isClean());
internalNotification_ = null;
}
return internalNotificationBuilder_;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponse)
}
// @@protoc_insertion_point(class_scope:com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponse)
private static final com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse();
}
public static com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public UpdateInternalNotificationResponse parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new UpdateInternalNotificationResponse(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
@java.lang.Override
public com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationResponseOuterClass.UpdateInternalNotificationResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationResponse_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationResponse_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n5v10/model/update_internal_notification" +
"_response.proto\022+com.redhat.mercury.issu" +
"eddevicetracking.v10\032Jv10/model/update_i" +
"nternal_notification_request_internal_no" +
"tification.proto\032Hv10/model/update_inter" +
"nal_notification_request_issued_device_s" +
"tate.proto\"\252\002\n\"UpdateInternalNotificatio" +
"nResponse\022}\n\021IssuedDeviceState\030\220\320\223v \001(\0132" +
"_.com.redhat.mercury.issueddevicetrackin" +
"g.v10.UpdateInternalNotificationRequestI" +
"ssuedDeviceState\022\204\001\n\024InternalNotificatio" +
"n\030\231\267\311\355\001 \001(\0132b.com.redhat.mercury.issuedd" +
"evicetracking.v10.UpdateInternalNotifica" +
"tionRequestInternalNotificationP\000P\001b\006pro" +
"to3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.getDescriptor(),
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.getDescriptor(),
});
internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationResponse_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationResponse_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_com_redhat_mercury_issueddevicetracking_v10_UpdateInternalNotificationResponse_descriptor,
new java.lang.String[] { "IssuedDeviceState", "InternalNotification", });
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestInternalNotificationOuterClass.getDescriptor();
com.redhat.mercury.issueddevicetracking.v10.UpdateInternalNotificationRequestIssuedDeviceStateOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy