org.hyperledger.fabric.protos.peer.lifecycle.Db Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fabric-sdk-java Show documentation
Show all versions of fabric-sdk-java Show documentation
Java SDK for Hyperledger Fabric. Deprecated as of Fabric v2.5, replaced by org.hyperledger.fabric:fabric-gateway.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: peer/lifecycle/db.proto
package org.hyperledger.fabric.protos.peer.lifecycle;
public final class Db {
private Db() {}
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 StateMetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:lifecycle.StateMetadata)
com.google.protobuf.MessageOrBuilder {
/**
* string datatype = 1;
* @return The datatype.
*/
java.lang.String getDatatype();
/**
* string datatype = 1;
* @return The bytes for datatype.
*/
com.google.protobuf.ByteString
getDatatypeBytes();
/**
* repeated string fields = 2;
* @return A list containing the fields.
*/
java.util.List
getFieldsList();
/**
* repeated string fields = 2;
* @return The count of fields.
*/
int getFieldsCount();
/**
* repeated string fields = 2;
* @param index The index of the element to return.
* @return The fields at the given index.
*/
java.lang.String getFields(int index);
/**
* repeated string fields = 2;
* @param index The index of the value to return.
* @return The bytes of the fields at the given index.
*/
com.google.protobuf.ByteString
getFieldsBytes(int index);
}
/**
*
* StateMetadata describes the keys in a namespace. It is necessary because
* in collections, range scans are not possible during transactions which
* write. Therefore we must track the keys in our namespace ourselves.
*
*
* Protobuf type {@code lifecycle.StateMetadata}
*/
public static final class StateMetadata extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:lifecycle.StateMetadata)
StateMetadataOrBuilder {
private static final long serialVersionUID = 0L;
// Use StateMetadata.newBuilder() to construct.
private StateMetadata(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private StateMetadata() {
datatype_ = "";
fields_ = com.google.protobuf.LazyStringArrayList.EMPTY;
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new StateMetadata();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.internal_static_lifecycle_StateMetadata_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.internal_static_lifecycle_StateMetadata_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata.class, org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata.Builder.class);
}
public static final int DATATYPE_FIELD_NUMBER = 1;
private volatile java.lang.Object datatype_;
/**
* string datatype = 1;
* @return The datatype.
*/
@java.lang.Override
public java.lang.String getDatatype() {
java.lang.Object ref = datatype_;
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();
datatype_ = s;
return s;
}
}
/**
* string datatype = 1;
* @return The bytes for datatype.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDatatypeBytes() {
java.lang.Object ref = datatype_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
datatype_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int FIELDS_FIELD_NUMBER = 2;
private com.google.protobuf.LazyStringList fields_;
/**
* repeated string fields = 2;
* @return A list containing the fields.
*/
public com.google.protobuf.ProtocolStringList
getFieldsList() {
return fields_;
}
/**
* repeated string fields = 2;
* @return The count of fields.
*/
public int getFieldsCount() {
return fields_.size();
}
/**
* repeated string fields = 2;
* @param index The index of the element to return.
* @return The fields at the given index.
*/
public java.lang.String getFields(int index) {
return fields_.get(index);
}
/**
* repeated string fields = 2;
* @param index The index of the value to return.
* @return The bytes of the fields at the given index.
*/
public com.google.protobuf.ByteString
getFieldsBytes(int index) {
return fields_.getByteString(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 {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(datatype_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, datatype_);
}
for (int i = 0; i < fields_.size(); i++) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, fields_.getRaw(i));
}
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(datatype_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, datatype_);
}
{
int dataSize = 0;
for (int i = 0; i < fields_.size(); i++) {
dataSize += computeStringSizeNoTag(fields_.getRaw(i));
}
size += dataSize;
size += 1 * getFieldsList().size();
}
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 org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata)) {
return super.equals(obj);
}
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata other = (org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata) obj;
if (!getDatatype()
.equals(other.getDatatype())) return false;
if (!getFieldsList()
.equals(other.getFieldsList())) 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) + DATATYPE_FIELD_NUMBER;
hash = (53 * hash) + getDatatype().hashCode();
if (getFieldsCount() > 0) {
hash = (37 * hash) + FIELDS_FIELD_NUMBER;
hash = (53 * hash) + getFieldsList().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata 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 org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata 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 org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata 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(org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata 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;
}
/**
*
* StateMetadata describes the keys in a namespace. It is necessary because
* in collections, range scans are not possible during transactions which
* write. Therefore we must track the keys in our namespace ourselves.
*
*
* Protobuf type {@code lifecycle.StateMetadata}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:lifecycle.StateMetadata)
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadataOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.internal_static_lifecycle_StateMetadata_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.internal_static_lifecycle_StateMetadata_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata.class, org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata.Builder.class);
}
// Construct using org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
datatype_ = "";
fields_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.internal_static_lifecycle_StateMetadata_descriptor;
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata getDefaultInstanceForType() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata.getDefaultInstance();
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata build() {
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata buildPartial() {
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata result = new org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata(this);
int from_bitField0_ = bitField0_;
result.datatype_ = datatype_;
if (((bitField0_ & 0x00000001) != 0)) {
fields_ = fields_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000001);
}
result.fields_ = fields_;
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 org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata) {
return mergeFrom((org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata other) {
if (other == org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata.getDefaultInstance()) return this;
if (!other.getDatatype().isEmpty()) {
datatype_ = other.datatype_;
onChanged();
}
if (!other.fields_.isEmpty()) {
if (fields_.isEmpty()) {
fields_ = other.fields_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureFieldsIsMutable();
fields_.addAll(other.fields_);
}
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: {
datatype_ = input.readStringRequireUtf8();
break;
} // case 10
case 18: {
java.lang.String s = input.readStringRequireUtf8();
ensureFieldsIsMutable();
fields_.add(s);
break;
} // case 18
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 datatype_ = "";
/**
* string datatype = 1;
* @return The datatype.
*/
public java.lang.String getDatatype() {
java.lang.Object ref = datatype_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
datatype_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string datatype = 1;
* @return The bytes for datatype.
*/
public com.google.protobuf.ByteString
getDatatypeBytes() {
java.lang.Object ref = datatype_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
datatype_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string datatype = 1;
* @param value The datatype to set.
* @return This builder for chaining.
*/
public Builder setDatatype(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
datatype_ = value;
onChanged();
return this;
}
/**
* string datatype = 1;
* @return This builder for chaining.
*/
public Builder clearDatatype() {
datatype_ = getDefaultInstance().getDatatype();
onChanged();
return this;
}
/**
* string datatype = 1;
* @param value The bytes for datatype to set.
* @return This builder for chaining.
*/
public Builder setDatatypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
datatype_ = value;
onChanged();
return this;
}
private com.google.protobuf.LazyStringList fields_ = com.google.protobuf.LazyStringArrayList.EMPTY;
private void ensureFieldsIsMutable() {
if (!((bitField0_ & 0x00000001) != 0)) {
fields_ = new com.google.protobuf.LazyStringArrayList(fields_);
bitField0_ |= 0x00000001;
}
}
/**
* repeated string fields = 2;
* @return A list containing the fields.
*/
public com.google.protobuf.ProtocolStringList
getFieldsList() {
return fields_.getUnmodifiableView();
}
/**
* repeated string fields = 2;
* @return The count of fields.
*/
public int getFieldsCount() {
return fields_.size();
}
/**
* repeated string fields = 2;
* @param index The index of the element to return.
* @return The fields at the given index.
*/
public java.lang.String getFields(int index) {
return fields_.get(index);
}
/**
* repeated string fields = 2;
* @param index The index of the value to return.
* @return The bytes of the fields at the given index.
*/
public com.google.protobuf.ByteString
getFieldsBytes(int index) {
return fields_.getByteString(index);
}
/**
* repeated string fields = 2;
* @param index The index to set the value at.
* @param value The fields to set.
* @return This builder for chaining.
*/
public Builder setFields(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureFieldsIsMutable();
fields_.set(index, value);
onChanged();
return this;
}
/**
* repeated string fields = 2;
* @param value The fields to add.
* @return This builder for chaining.
*/
public Builder addFields(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
ensureFieldsIsMutable();
fields_.add(value);
onChanged();
return this;
}
/**
* repeated string fields = 2;
* @param values The fields to add.
* @return This builder for chaining.
*/
public Builder addAllFields(
java.lang.Iterable values) {
ensureFieldsIsMutable();
com.google.protobuf.AbstractMessageLite.Builder.addAll(
values, fields_);
onChanged();
return this;
}
/**
* repeated string fields = 2;
* @return This builder for chaining.
*/
public Builder clearFields() {
fields_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* repeated string fields = 2;
* @param value The bytes of the fields to add.
* @return This builder for chaining.
*/
public Builder addFieldsBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
ensureFieldsIsMutable();
fields_.add(value);
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:lifecycle.StateMetadata)
}
// @@protoc_insertion_point(class_scope:lifecycle.StateMetadata)
private static final org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata();
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public StateMetadata 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 org.hyperledger.fabric.protos.peer.lifecycle.Db.StateMetadata getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
public interface StateDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:lifecycle.StateData)
com.google.protobuf.MessageOrBuilder {
/**
* int64 Int64 = 1;
* @return Whether the int64 field is set.
*/
boolean hasInt64();
/**
* int64 Int64 = 1;
* @return The int64.
*/
long getInt64();
/**
* bytes Bytes = 2;
* @return Whether the bytes field is set.
*/
boolean hasBytes();
/**
* bytes Bytes = 2;
* @return The bytes.
*/
com.google.protobuf.ByteString getBytes();
/**
* string String = 3;
* @return Whether the string field is set.
*/
boolean hasString();
/**
* string String = 3;
* @return The string.
*/
java.lang.String getString();
/**
* string String = 3;
* @return The bytes for string.
*/
com.google.protobuf.ByteString
getStringBytes();
public org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData.TypeCase getTypeCase();
}
/**
*
* StateData encodes a particular field of a datatype
*
*
* Protobuf type {@code lifecycle.StateData}
*/
public static final class StateData extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:lifecycle.StateData)
StateDataOrBuilder {
private static final long serialVersionUID = 0L;
// Use StateData.newBuilder() to construct.
private StateData(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private StateData() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new StateData();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.internal_static_lifecycle_StateData_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.internal_static_lifecycle_StateData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData.class, org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData.Builder.class);
}
private int typeCase_ = 0;
private java.lang.Object type_;
public enum TypeCase
implements com.google.protobuf.Internal.EnumLite,
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
INT64(1),
BYTES(2),
STRING(3),
TYPE_NOT_SET(0);
private final int value;
private TypeCase(int value) {
this.value = value;
}
/**
* @param value The number of the enum to look for.
* @return The enum associated with the given number.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static TypeCase valueOf(int value) {
return forNumber(value);
}
public static TypeCase forNumber(int value) {
switch (value) {
case 1: return INT64;
case 2: return BYTES;
case 3: return STRING;
case 0: return TYPE_NOT_SET;
default: return null;
}
}
public int getNumber() {
return this.value;
}
};
public TypeCase
getTypeCase() {
return TypeCase.forNumber(
typeCase_);
}
public static final int INT64_FIELD_NUMBER = 1;
/**
* int64 Int64 = 1;
* @return Whether the int64 field is set.
*/
@java.lang.Override
public boolean hasInt64() {
return typeCase_ == 1;
}
/**
* int64 Int64 = 1;
* @return The int64.
*/
@java.lang.Override
public long getInt64() {
if (typeCase_ == 1) {
return (java.lang.Long) type_;
}
return 0L;
}
public static final int BYTES_FIELD_NUMBER = 2;
/**
* bytes Bytes = 2;
* @return Whether the bytes field is set.
*/
@java.lang.Override
public boolean hasBytes() {
return typeCase_ == 2;
}
/**
* bytes Bytes = 2;
* @return The bytes.
*/
@java.lang.Override
public com.google.protobuf.ByteString getBytes() {
if (typeCase_ == 2) {
return (com.google.protobuf.ByteString) type_;
}
return com.google.protobuf.ByteString.EMPTY;
}
public static final int STRING_FIELD_NUMBER = 3;
/**
* string String = 3;
* @return Whether the string field is set.
*/
public boolean hasString() {
return typeCase_ == 3;
}
/**
* string String = 3;
* @return The string.
*/
public java.lang.String getString() {
java.lang.Object ref = "";
if (typeCase_ == 3) {
ref = type_;
}
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();
if (typeCase_ == 3) {
type_ = s;
}
return s;
}
}
/**
* string String = 3;
* @return The bytes for string.
*/
public com.google.protobuf.ByteString
getStringBytes() {
java.lang.Object ref = "";
if (typeCase_ == 3) {
ref = type_;
}
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
if (typeCase_ == 3) {
type_ = 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 (typeCase_ == 1) {
output.writeInt64(
1, (long)((java.lang.Long) type_));
}
if (typeCase_ == 2) {
output.writeBytes(
2, (com.google.protobuf.ByteString) type_);
}
if (typeCase_ == 3) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, type_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (typeCase_ == 1) {
size += com.google.protobuf.CodedOutputStream
.computeInt64Size(
1, (long)((java.lang.Long) type_));
}
if (typeCase_ == 2) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(
2, (com.google.protobuf.ByteString) type_);
}
if (typeCase_ == 3) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, type_);
}
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 org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData)) {
return super.equals(obj);
}
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData other = (org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData) obj;
if (!getTypeCase().equals(other.getTypeCase())) return false;
switch (typeCase_) {
case 1:
if (getInt64()
!= other.getInt64()) return false;
break;
case 2:
if (!getBytes()
.equals(other.getBytes())) return false;
break;
case 3:
if (!getString()
.equals(other.getString())) return false;
break;
case 0:
default:
}
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();
switch (typeCase_) {
case 1:
hash = (37 * hash) + INT64_FIELD_NUMBER;
hash = (53 * hash) + com.google.protobuf.Internal.hashLong(
getInt64());
break;
case 2:
hash = (37 * hash) + BYTES_FIELD_NUMBER;
hash = (53 * hash) + getBytes().hashCode();
break;
case 3:
hash = (37 * hash) + STRING_FIELD_NUMBER;
hash = (53 * hash) + getString().hashCode();
break;
case 0:
default:
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData 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 org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData 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 org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData 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(org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData 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;
}
/**
*
* StateData encodes a particular field of a datatype
*
*
* Protobuf type {@code lifecycle.StateData}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:lifecycle.StateData)
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateDataOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.internal_static_lifecycle_StateData_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.internal_static_lifecycle_StateData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData.class, org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData.Builder.class);
}
// Construct using org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
typeCase_ = 0;
type_ = null;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.internal_static_lifecycle_StateData_descriptor;
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData getDefaultInstanceForType() {
return org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData.getDefaultInstance();
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData build() {
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData buildPartial() {
org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData result = new org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData(this);
if (typeCase_ == 1) {
result.type_ = type_;
}
if (typeCase_ == 2) {
result.type_ = type_;
}
if (typeCase_ == 3) {
result.type_ = type_;
}
result.typeCase_ = typeCase_;
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 org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData) {
return mergeFrom((org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData other) {
if (other == org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData.getDefaultInstance()) return this;
switch (other.getTypeCase()) {
case INT64: {
setInt64(other.getInt64());
break;
}
case BYTES: {
setBytes(other.getBytes());
break;
}
case STRING: {
typeCase_ = 3;
type_ = other.type_;
onChanged();
break;
}
case TYPE_NOT_SET: {
break;
}
}
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 8: {
type_ = input.readInt64();
typeCase_ = 1;
break;
} // case 8
case 18: {
type_ = input.readBytes();
typeCase_ = 2;
break;
} // case 18
case 26: {
java.lang.String s = input.readStringRequireUtf8();
typeCase_ = 3;
type_ = s;
break;
} // case 26
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 typeCase_ = 0;
private java.lang.Object type_;
public TypeCase
getTypeCase() {
return TypeCase.forNumber(
typeCase_);
}
public Builder clearType() {
typeCase_ = 0;
type_ = null;
onChanged();
return this;
}
/**
* int64 Int64 = 1;
* @return Whether the int64 field is set.
*/
public boolean hasInt64() {
return typeCase_ == 1;
}
/**
* int64 Int64 = 1;
* @return The int64.
*/
public long getInt64() {
if (typeCase_ == 1) {
return (java.lang.Long) type_;
}
return 0L;
}
/**
* int64 Int64 = 1;
* @param value The int64 to set.
* @return This builder for chaining.
*/
public Builder setInt64(long value) {
typeCase_ = 1;
type_ = value;
onChanged();
return this;
}
/**
* int64 Int64 = 1;
* @return This builder for chaining.
*/
public Builder clearInt64() {
if (typeCase_ == 1) {
typeCase_ = 0;
type_ = null;
onChanged();
}
return this;
}
/**
* bytes Bytes = 2;
* @return Whether the bytes field is set.
*/
public boolean hasBytes() {
return typeCase_ == 2;
}
/**
* bytes Bytes = 2;
* @return The bytes.
*/
public com.google.protobuf.ByteString getBytes() {
if (typeCase_ == 2) {
return (com.google.protobuf.ByteString) type_;
}
return com.google.protobuf.ByteString.EMPTY;
}
/**
* bytes Bytes = 2;
* @param value The bytes to set.
* @return This builder for chaining.
*/
public Builder setBytes(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
typeCase_ = 2;
type_ = value;
onChanged();
return this;
}
/**
* bytes Bytes = 2;
* @return This builder for chaining.
*/
public Builder clearBytes() {
if (typeCase_ == 2) {
typeCase_ = 0;
type_ = null;
onChanged();
}
return this;
}
/**
* string String = 3;
* @return Whether the string field is set.
*/
@java.lang.Override
public boolean hasString() {
return typeCase_ == 3;
}
/**
* string String = 3;
* @return The string.
*/
@java.lang.Override
public java.lang.String getString() {
java.lang.Object ref = "";
if (typeCase_ == 3) {
ref = type_;
}
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (typeCase_ == 3) {
type_ = s;
}
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string String = 3;
* @return The bytes for string.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getStringBytes() {
java.lang.Object ref = "";
if (typeCase_ == 3) {
ref = type_;
}
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
if (typeCase_ == 3) {
type_ = b;
}
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string String = 3;
* @param value The string to set.
* @return This builder for chaining.
*/
public Builder setString(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
typeCase_ = 3;
type_ = value;
onChanged();
return this;
}
/**
* string String = 3;
* @return This builder for chaining.
*/
public Builder clearString() {
if (typeCase_ == 3) {
typeCase_ = 0;
type_ = null;
onChanged();
}
return this;
}
/**
* string String = 3;
* @param value The bytes for string to set.
* @return This builder for chaining.
*/
public Builder setStringBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
typeCase_ = 3;
type_ = value;
onChanged();
return this;
}
@java.lang.Override
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFields(unknownFields);
}
@java.lang.Override
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:lifecycle.StateData)
}
// @@protoc_insertion_point(class_scope:lifecycle.StateData)
private static final org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData();
}
public static org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public StateData 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 org.hyperledger.fabric.protos.peer.lifecycle.Db.StateData getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_lifecycle_StateMetadata_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_lifecycle_StateMetadata_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_lifecycle_StateData_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_lifecycle_StateData_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\027peer/lifecycle/db.proto\022\tlifecycle\"1\n\r" +
"StateMetadata\022\020\n\010datatype\030\001 \001(\t\022\016\n\006field" +
"s\030\002 \003(\t\"G\n\tStateData\022\017\n\005Int64\030\001 \001(\003H\000\022\017\n" +
"\005Bytes\030\002 \001(\014H\000\022\020\n\006String\030\003 \001(\tH\000B\006\n\004Type" +
"Bf\n,org.hyperledger.fabric.protos.peer.l" +
"ifecycleZ6github.com/hyperledger/fabric-" +
"protos-go/peer/lifecycleb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_lifecycle_StateMetadata_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_lifecycle_StateMetadata_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_lifecycle_StateMetadata_descriptor,
new java.lang.String[] { "Datatype", "Fields", });
internal_static_lifecycle_StateData_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_lifecycle_StateData_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_lifecycle_StateData_descriptor,
new java.lang.String[] { "Int64", "Bytes", "String", "Type", });
}
// @@protoc_insertion_point(outer_class_scope)
}