All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
sdmxdl.cli.protobuf.RulesExpect Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: sdmxdl_debug.proto
// Protobuf Java Version: 3.25.3
package sdmxdl.cli.protobuf;
/**
* Protobuf type {@code sdmxdl.cli.protobuf.RulesExpect}
*/
public final class RulesExpect extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:sdmxdl.cli.protobuf.RulesExpect)
RulesExpectOrBuilder {
private static final long serialVersionUID = 0L;
// Use RulesExpect.newBuilder() to construct.
private RulesExpect(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private RulesExpect() {
flowCount_ = "";
dimCount_ = "";
seriesCount_ = "";
obsCount_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new RulesExpect();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return sdmxdl.cli.protobuf.SdmxdlDebug.internal_static_sdmxdl_cli_protobuf_RulesExpect_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return sdmxdl.cli.protobuf.SdmxdlDebug.internal_static_sdmxdl_cli_protobuf_RulesExpect_fieldAccessorTable
.ensureFieldAccessorsInitialized(
sdmxdl.cli.protobuf.RulesExpect.class, sdmxdl.cli.protobuf.RulesExpect.Builder.class);
}
public static final int FLOW_COUNT_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object flowCount_ = "";
/**
* string flow_count = 1;
* @return The flowCount.
*/
@java.lang.Override
public java.lang.String getFlowCount() {
java.lang.Object ref = flowCount_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
flowCount_ = s;
return s;
}
}
/**
* string flow_count = 1;
* @return The bytes for flowCount.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getFlowCountBytes() {
java.lang.Object ref = flowCount_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
flowCount_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DIM_COUNT_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object dimCount_ = "";
/**
* string dim_count = 2;
* @return The dimCount.
*/
@java.lang.Override
public java.lang.String getDimCount() {
java.lang.Object ref = dimCount_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
dimCount_ = s;
return s;
}
}
/**
* string dim_count = 2;
* @return The bytes for dimCount.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDimCountBytes() {
java.lang.Object ref = dimCount_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
dimCount_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SERIES_COUNT_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object seriesCount_ = "";
/**
* string series_count = 3;
* @return The seriesCount.
*/
@java.lang.Override
public java.lang.String getSeriesCount() {
java.lang.Object ref = seriesCount_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
seriesCount_ = s;
return s;
}
}
/**
* string series_count = 3;
* @return The bytes for seriesCount.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSeriesCountBytes() {
java.lang.Object ref = seriesCount_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
seriesCount_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int OBS_COUNT_FIELD_NUMBER = 4;
@SuppressWarnings("serial")
private volatile java.lang.Object obsCount_ = "";
/**
* string obs_count = 4;
* @return The obsCount.
*/
@java.lang.Override
public java.lang.String getObsCount() {
java.lang.Object ref = obsCount_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
obsCount_ = s;
return s;
}
}
/**
* string obs_count = 4;
* @return The bytes for obsCount.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getObsCountBytes() {
java.lang.Object ref = obsCount_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
obsCount_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
@java.lang.Override
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(flowCount_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, flowCount_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dimCount_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, dimCount_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(seriesCount_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, seriesCount_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(obsCount_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, obsCount_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(flowCount_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, flowCount_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dimCount_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, dimCount_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(seriesCount_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, seriesCount_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(obsCount_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, obsCount_);
}
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 sdmxdl.cli.protobuf.RulesExpect)) {
return super.equals(obj);
}
sdmxdl.cli.protobuf.RulesExpect other = (sdmxdl.cli.protobuf.RulesExpect) obj;
if (!getFlowCount()
.equals(other.getFlowCount())) return false;
if (!getDimCount()
.equals(other.getDimCount())) return false;
if (!getSeriesCount()
.equals(other.getSeriesCount())) return false;
if (!getObsCount()
.equals(other.getObsCount())) 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();
hash = (37 * hash) + FLOW_COUNT_FIELD_NUMBER;
hash = (53 * hash) + getFlowCount().hashCode();
hash = (37 * hash) + DIM_COUNT_FIELD_NUMBER;
hash = (53 * hash) + getDimCount().hashCode();
hash = (37 * hash) + SERIES_COUNT_FIELD_NUMBER;
hash = (53 * hash) + getSeriesCount().hashCode();
hash = (37 * hash) + OBS_COUNT_FIELD_NUMBER;
hash = (53 * hash) + getObsCount().hashCode();
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static sdmxdl.cli.protobuf.RulesExpect parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static sdmxdl.cli.protobuf.RulesExpect parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static sdmxdl.cli.protobuf.RulesExpect parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static sdmxdl.cli.protobuf.RulesExpect parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static sdmxdl.cli.protobuf.RulesExpect parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static sdmxdl.cli.protobuf.RulesExpect parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static sdmxdl.cli.protobuf.RulesExpect parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static sdmxdl.cli.protobuf.RulesExpect 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 sdmxdl.cli.protobuf.RulesExpect parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static sdmxdl.cli.protobuf.RulesExpect 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 sdmxdl.cli.protobuf.RulesExpect parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static sdmxdl.cli.protobuf.RulesExpect 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(sdmxdl.cli.protobuf.RulesExpect 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 sdmxdl.cli.protobuf.RulesExpect}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:sdmxdl.cli.protobuf.RulesExpect)
sdmxdl.cli.protobuf.RulesExpectOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return sdmxdl.cli.protobuf.SdmxdlDebug.internal_static_sdmxdl_cli_protobuf_RulesExpect_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return sdmxdl.cli.protobuf.SdmxdlDebug.internal_static_sdmxdl_cli_protobuf_RulesExpect_fieldAccessorTable
.ensureFieldAccessorsInitialized(
sdmxdl.cli.protobuf.RulesExpect.class, sdmxdl.cli.protobuf.RulesExpect.Builder.class);
}
// Construct using sdmxdl.cli.protobuf.RulesExpect.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
flowCount_ = "";
dimCount_ = "";
seriesCount_ = "";
obsCount_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return sdmxdl.cli.protobuf.SdmxdlDebug.internal_static_sdmxdl_cli_protobuf_RulesExpect_descriptor;
}
@java.lang.Override
public sdmxdl.cli.protobuf.RulesExpect getDefaultInstanceForType() {
return sdmxdl.cli.protobuf.RulesExpect.getDefaultInstance();
}
@java.lang.Override
public sdmxdl.cli.protobuf.RulesExpect build() {
sdmxdl.cli.protobuf.RulesExpect result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public sdmxdl.cli.protobuf.RulesExpect buildPartial() {
sdmxdl.cli.protobuf.RulesExpect result = new sdmxdl.cli.protobuf.RulesExpect(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(sdmxdl.cli.protobuf.RulesExpect result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.flowCount_ = flowCount_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.dimCount_ = dimCount_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.seriesCount_ = seriesCount_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.obsCount_ = obsCount_;
}
}
@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 sdmxdl.cli.protobuf.RulesExpect) {
return mergeFrom((sdmxdl.cli.protobuf.RulesExpect)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(sdmxdl.cli.protobuf.RulesExpect other) {
if (other == sdmxdl.cli.protobuf.RulesExpect.getDefaultInstance()) return this;
if (!other.getFlowCount().isEmpty()) {
flowCount_ = other.flowCount_;
bitField0_ |= 0x00000001;
onChanged();
}
if (!other.getDimCount().isEmpty()) {
dimCount_ = other.dimCount_;
bitField0_ |= 0x00000002;
onChanged();
}
if (!other.getSeriesCount().isEmpty()) {
seriesCount_ = other.seriesCount_;
bitField0_ |= 0x00000004;
onChanged();
}
if (!other.getObsCount().isEmpty()) {
obsCount_ = other.obsCount_;
bitField0_ |= 0x00000008;
onChanged();
}
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: {
flowCount_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
dimCount_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000002;
break;
} // case 18
case 26: {
seriesCount_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000004;
break;
} // case 26
case 34: {
obsCount_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000008;
break;
} // case 34
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.lang.Object flowCount_ = "";
/**
* string flow_count = 1;
* @return The flowCount.
*/
public java.lang.String getFlowCount() {
java.lang.Object ref = flowCount_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
flowCount_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string flow_count = 1;
* @return The bytes for flowCount.
*/
public com.google.protobuf.ByteString
getFlowCountBytes() {
java.lang.Object ref = flowCount_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
flowCount_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string flow_count = 1;
* @param value The flowCount to set.
* @return This builder for chaining.
*/
public Builder setFlowCount(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
flowCount_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* string flow_count = 1;
* @return This builder for chaining.
*/
public Builder clearFlowCount() {
flowCount_ = getDefaultInstance().getFlowCount();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* string flow_count = 1;
* @param value The bytes for flowCount to set.
* @return This builder for chaining.
*/
public Builder setFlowCountBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
flowCount_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object dimCount_ = "";
/**
* string dim_count = 2;
* @return The dimCount.
*/
public java.lang.String getDimCount() {
java.lang.Object ref = dimCount_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
dimCount_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string dim_count = 2;
* @return The bytes for dimCount.
*/
public com.google.protobuf.ByteString
getDimCountBytes() {
java.lang.Object ref = dimCount_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
dimCount_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string dim_count = 2;
* @param value The dimCount to set.
* @return This builder for chaining.
*/
public Builder setDimCount(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
dimCount_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* string dim_count = 2;
* @return This builder for chaining.
*/
public Builder clearDimCount() {
dimCount_ = getDefaultInstance().getDimCount();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* string dim_count = 2;
* @param value The bytes for dimCount to set.
* @return This builder for chaining.
*/
public Builder setDimCountBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
dimCount_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object seriesCount_ = "";
/**
* string series_count = 3;
* @return The seriesCount.
*/
public java.lang.String getSeriesCount() {
java.lang.Object ref = seriesCount_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
seriesCount_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string series_count = 3;
* @return The bytes for seriesCount.
*/
public com.google.protobuf.ByteString
getSeriesCountBytes() {
java.lang.Object ref = seriesCount_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
seriesCount_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string series_count = 3;
* @param value The seriesCount to set.
* @return This builder for chaining.
*/
public Builder setSeriesCount(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
seriesCount_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* string series_count = 3;
* @return This builder for chaining.
*/
public Builder clearSeriesCount() {
seriesCount_ = getDefaultInstance().getSeriesCount();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* string series_count = 3;
* @param value The bytes for seriesCount to set.
* @return This builder for chaining.
*/
public Builder setSeriesCountBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
seriesCount_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
private java.lang.Object obsCount_ = "";
/**
* string obs_count = 4;
* @return The obsCount.
*/
public java.lang.String getObsCount() {
java.lang.Object ref = obsCount_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
obsCount_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string obs_count = 4;
* @return The bytes for obsCount.
*/
public com.google.protobuf.ByteString
getObsCountBytes() {
java.lang.Object ref = obsCount_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
obsCount_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string obs_count = 4;
* @param value The obsCount to set.
* @return This builder for chaining.
*/
public Builder setObsCount(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
obsCount_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* string obs_count = 4;
* @return This builder for chaining.
*/
public Builder clearObsCount() {
obsCount_ = getDefaultInstance().getObsCount();
bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
return this;
}
/**
* string obs_count = 4;
* @param value The bytes for obsCount to set.
* @return This builder for chaining.
*/
public Builder setObsCountBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
obsCount_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:sdmxdl.cli.protobuf.RulesExpect)
}
// @@protoc_insertion_point(class_scope:sdmxdl.cli.protobuf.RulesExpect)
private static final sdmxdl.cli.protobuf.RulesExpect DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new sdmxdl.cli.protobuf.RulesExpect();
}
public static sdmxdl.cli.protobuf.RulesExpect getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public RulesExpect 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 sdmxdl.cli.protobuf.RulesExpect getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}