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

build.buf.validate.Violations Maven / Gradle / Ivy

There is a newer version: 0.3.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: buf/validate/validate.proto
// Protobuf Java Version: 4.28.1

package build.buf.validate;

/**
 * 
 * `Violations` is a collection of `Violation` messages. This message type is returned by
 * protovalidate when a proto message fails to meet the requirements set by the `Constraint` validation rules.
 * Each individual violation is represented by a `Violation` message.
 * 
* * Protobuf type {@code buf.validate.Violations} */ public final class Violations extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:buf.validate.Violations) ViolationsOrBuilder { private static final long serialVersionUID = 0L; static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, /* minor= */ 28, /* patch= */ 1, /* suffix= */ "", Violations.class.getName()); } // Use Violations.newBuilder() to construct. private Violations(com.google.protobuf.GeneratedMessage.Builder builder) { super(builder); } private Violations() { violations_ = java.util.Collections.emptyList(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return build.buf.validate.ValidateProto.internal_static_buf_validate_Violations_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return build.buf.validate.ValidateProto.internal_static_buf_validate_Violations_fieldAccessorTable .ensureFieldAccessorsInitialized( build.buf.validate.Violations.class, build.buf.validate.Violations.Builder.class); } public static final int VIOLATIONS_FIELD_NUMBER = 1; @SuppressWarnings("serial") private java.util.List violations_; /** *
   * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
   * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ @java.lang.Override public java.util.List getViolationsList() { return violations_; } /** *
   * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
   * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ @java.lang.Override public java.util.List getViolationsOrBuilderList() { return violations_; } /** *
   * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
   * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ @java.lang.Override public int getViolationsCount() { return violations_.size(); } /** *
   * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
   * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ @java.lang.Override public build.buf.validate.Violation getViolations(int index) { return violations_.get(index); } /** *
   * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
   * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ @java.lang.Override public build.buf.validate.ViolationOrBuilder getViolationsOrBuilder( int index) { return violations_.get(index); } 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 { for (int i = 0; i < violations_.size(); i++) { output.writeMessage(1, violations_.get(i)); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; for (int i = 0; i < violations_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(1, violations_.get(i)); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof build.buf.validate.Violations)) { return super.equals(obj); } build.buf.validate.Violations other = (build.buf.validate.Violations) obj; if (!getViolationsList() .equals(other.getViolationsList())) return false; if (!getUnknownFields().equals(other.getUnknownFields())) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); if (getViolationsCount() > 0) { hash = (37 * hash) + VIOLATIONS_FIELD_NUMBER; hash = (53 * hash) + getViolationsList().hashCode(); } hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static build.buf.validate.Violations parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.buf.validate.Violations parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static build.buf.validate.Violations parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.buf.validate.Violations parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static build.buf.validate.Violations parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static build.buf.validate.Violations parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static build.buf.validate.Violations parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static build.buf.validate.Violations parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } public static build.buf.validate.Violations parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input); } public static build.buf.validate.Violations parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static build.buf.validate.Violations parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input); } public static build.buf.validate.Violations parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessage .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(build.buf.validate.Violations 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.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** *
   * `Violations` is a collection of `Violation` messages. This message type is returned by
   * protovalidate when a proto message fails to meet the requirements set by the `Constraint` validation rules.
   * Each individual violation is represented by a `Violation` message.
   * 
* * Protobuf type {@code buf.validate.Violations} */ public static final class Builder extends com.google.protobuf.GeneratedMessage.Builder implements // @@protoc_insertion_point(builder_implements:buf.validate.Violations) build.buf.validate.ViolationsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return build.buf.validate.ValidateProto.internal_static_buf_validate_Violations_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return build.buf.validate.ValidateProto.internal_static_buf_validate_Violations_fieldAccessorTable .ensureFieldAccessorsInitialized( build.buf.validate.Violations.class, build.buf.validate.Violations.Builder.class); } // Construct using build.buf.validate.Violations.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; if (violationsBuilder_ == null) { violations_ = java.util.Collections.emptyList(); } else { violations_ = null; violationsBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return build.buf.validate.ValidateProto.internal_static_buf_validate_Violations_descriptor; } @java.lang.Override public build.buf.validate.Violations getDefaultInstanceForType() { return build.buf.validate.Violations.getDefaultInstance(); } @java.lang.Override public build.buf.validate.Violations build() { build.buf.validate.Violations result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public build.buf.validate.Violations buildPartial() { build.buf.validate.Violations result = new build.buf.validate.Violations(this); buildPartialRepeatedFields(result); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartialRepeatedFields(build.buf.validate.Violations result) { if (violationsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { violations_ = java.util.Collections.unmodifiableList(violations_); bitField0_ = (bitField0_ & ~0x00000001); } result.violations_ = violations_; } else { result.violations_ = violationsBuilder_.build(); } } private void buildPartial0(build.buf.validate.Violations result) { int from_bitField0_ = bitField0_; } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof build.buf.validate.Violations) { return mergeFrom((build.buf.validate.Violations)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(build.buf.validate.Violations other) { if (other == build.buf.validate.Violations.getDefaultInstance()) return this; if (violationsBuilder_ == null) { if (!other.violations_.isEmpty()) { if (violations_.isEmpty()) { violations_ = other.violations_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureViolationsIsMutable(); violations_.addAll(other.violations_); } onChanged(); } } else { if (!other.violations_.isEmpty()) { if (violationsBuilder_.isEmpty()) { violationsBuilder_.dispose(); violationsBuilder_ = null; violations_ = other.violations_; bitField0_ = (bitField0_ & ~0x00000001); violationsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getViolationsFieldBuilder() : null; } else { violationsBuilder_.addAllMessages(other.violations_); } } } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { build.buf.validate.Violation m = input.readMessage( build.buf.validate.Violation.parser(), extensionRegistry); if (violationsBuilder_ == null) { ensureViolationsIsMutable(); violations_.add(m); } else { violationsBuilder_.addMessage(m); } break; } // case 10 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.util.List violations_ = java.util.Collections.emptyList(); private void ensureViolationsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { violations_ = new java.util.ArrayList(violations_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilder< build.buf.validate.Violation, build.buf.validate.Violation.Builder, build.buf.validate.ViolationOrBuilder> violationsBuilder_; /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public java.util.List getViolationsList() { if (violationsBuilder_ == null) { return java.util.Collections.unmodifiableList(violations_); } else { return violationsBuilder_.getMessageList(); } } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public int getViolationsCount() { if (violationsBuilder_ == null) { return violations_.size(); } else { return violationsBuilder_.getCount(); } } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public build.buf.validate.Violation getViolations(int index) { if (violationsBuilder_ == null) { return violations_.get(index); } else { return violationsBuilder_.getMessage(index); } } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public Builder setViolations( int index, build.buf.validate.Violation value) { if (violationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureViolationsIsMutable(); violations_.set(index, value); onChanged(); } else { violationsBuilder_.setMessage(index, value); } return this; } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public Builder setViolations( int index, build.buf.validate.Violation.Builder builderForValue) { if (violationsBuilder_ == null) { ensureViolationsIsMutable(); violations_.set(index, builderForValue.build()); onChanged(); } else { violationsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public Builder addViolations(build.buf.validate.Violation value) { if (violationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureViolationsIsMutable(); violations_.add(value); onChanged(); } else { violationsBuilder_.addMessage(value); } return this; } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public Builder addViolations( int index, build.buf.validate.Violation value) { if (violationsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureViolationsIsMutable(); violations_.add(index, value); onChanged(); } else { violationsBuilder_.addMessage(index, value); } return this; } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public Builder addViolations( build.buf.validate.Violation.Builder builderForValue) { if (violationsBuilder_ == null) { ensureViolationsIsMutable(); violations_.add(builderForValue.build()); onChanged(); } else { violationsBuilder_.addMessage(builderForValue.build()); } return this; } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public Builder addViolations( int index, build.buf.validate.Violation.Builder builderForValue) { if (violationsBuilder_ == null) { ensureViolationsIsMutable(); violations_.add(index, builderForValue.build()); onChanged(); } else { violationsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public Builder addAllViolations( java.lang.Iterable values) { if (violationsBuilder_ == null) { ensureViolationsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, violations_); onChanged(); } else { violationsBuilder_.addAllMessages(values); } return this; } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public Builder clearViolations() { if (violationsBuilder_ == null) { violations_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { violationsBuilder_.clear(); } return this; } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public Builder removeViolations(int index) { if (violationsBuilder_ == null) { ensureViolationsIsMutable(); violations_.remove(index); onChanged(); } else { violationsBuilder_.remove(index); } return this; } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public build.buf.validate.Violation.Builder getViolationsBuilder( int index) { return getViolationsFieldBuilder().getBuilder(index); } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public build.buf.validate.ViolationOrBuilder getViolationsOrBuilder( int index) { if (violationsBuilder_ == null) { return violations_.get(index); } else { return violationsBuilder_.getMessageOrBuilder(index); } } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public java.util.List getViolationsOrBuilderList() { if (violationsBuilder_ != null) { return violationsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(violations_); } } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public build.buf.validate.Violation.Builder addViolationsBuilder() { return getViolationsFieldBuilder().addBuilder( build.buf.validate.Violation.getDefaultInstance()); } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public build.buf.validate.Violation.Builder addViolationsBuilder( int index) { return getViolationsFieldBuilder().addBuilder( index, build.buf.validate.Violation.getDefaultInstance()); } /** *
     * `violations` is a repeated field that contains all the `Violation` messages corresponding to the violations detected.
     * 
* * repeated .buf.validate.Violation violations = 1 [json_name = "violations"]; */ public java.util.List getViolationsBuilderList() { return getViolationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< build.buf.validate.Violation, build.buf.validate.Violation.Builder, build.buf.validate.ViolationOrBuilder> getViolationsFieldBuilder() { if (violationsBuilder_ == null) { violationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< build.buf.validate.Violation, build.buf.validate.Violation.Builder, build.buf.validate.ViolationOrBuilder>( violations_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); violations_ = null; } return violationsBuilder_; } // @@protoc_insertion_point(builder_scope:buf.validate.Violations) } // @@protoc_insertion_point(class_scope:buf.validate.Violations) private static final build.buf.validate.Violations DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new build.buf.validate.Violations(); } public static build.buf.validate.Violations getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Violations parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public build.buf.validate.Violations getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy