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.
org.tensorflow.example.FeatureLists Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: feature.proto
package org.tensorflow.example;
/**
* Protobuf type {@code tensorflow.FeatureLists}
*/
public final class FeatureLists extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:tensorflow.FeatureLists)
FeatureListsOrBuilder {
private static final long serialVersionUID = 0L;
// Use FeatureLists.newBuilder() to construct.
private FeatureLists(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private FeatureLists() {
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private FeatureLists(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownFieldProto3(
input, unknownFields, extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
featureList_ = com.google.protobuf.MapField.newMapField(
FeatureListDefaultEntryHolder.defaultEntry);
mutable_bitField0_ |= 0x00000001;
}
com.google.protobuf.MapEntry
featureList__ = input.readMessage(
FeatureListDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
featureList_.getMutableMap().put(
featureList__.getKey(), featureList__.getValue());
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.tensorflow.example.FeatureProtos.internal_static_tensorflow_FeatureLists_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 1:
return internalGetFeatureList();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.tensorflow.example.FeatureProtos.internal_static_tensorflow_FeatureLists_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.tensorflow.example.FeatureLists.class, org.tensorflow.example.FeatureLists.Builder.class);
}
public static final int FEATURE_LIST_FIELD_NUMBER = 1;
private static final class FeatureListDefaultEntryHolder {
static final com.google.protobuf.MapEntry<
java.lang.String, org.tensorflow.example.FeatureList> defaultEntry =
com.google.protobuf.MapEntry
.newDefaultInstance(
org.tensorflow.example.FeatureProtos.internal_static_tensorflow_FeatureLists_FeatureListEntry_descriptor,
com.google.protobuf.WireFormat.FieldType.STRING,
"",
com.google.protobuf.WireFormat.FieldType.MESSAGE,
org.tensorflow.example.FeatureList.getDefaultInstance());
}
private com.google.protobuf.MapField<
java.lang.String, org.tensorflow.example.FeatureList> featureList_;
private com.google.protobuf.MapField
internalGetFeatureList() {
if (featureList_ == null) {
return com.google.protobuf.MapField.emptyMapField(
FeatureListDefaultEntryHolder.defaultEntry);
}
return featureList_;
}
public int getFeatureListCount() {
return internalGetFeatureList().getMap().size();
}
/**
*
* Map from feature name to feature list.
*
*
* map<string, .tensorflow.FeatureList> feature_list = 1;
*/
public boolean containsFeatureList(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetFeatureList().getMap().containsKey(key);
}
/**
* Use {@link #getFeatureListMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getFeatureList() {
return getFeatureListMap();
}
/**
*
* Map from feature name to feature list.
*
*
* map<string, .tensorflow.FeatureList> feature_list = 1;
*/
public java.util.Map getFeatureListMap() {
return internalGetFeatureList().getMap();
}
/**
*
* Map from feature name to feature list.
*
*
* map<string, .tensorflow.FeatureList> feature_list = 1;
*/
public org.tensorflow.example.FeatureList getFeatureListOrDefault(
java.lang.String key,
org.tensorflow.example.FeatureList defaultValue) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetFeatureList().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
* Map from feature name to feature list.
*
*
* map<string, .tensorflow.FeatureList> feature_list = 1;
*/
public org.tensorflow.example.FeatureList getFeatureListOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetFeatureList().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized == 1) return true;
if (isInitialized == 0) return false;
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
com.google.protobuf.GeneratedMessageV3
.serializeStringMapTo(
output,
internalGetFeatureList(),
FeatureListDefaultEntryHolder.defaultEntry,
1);
unknownFields.writeTo(output);
}
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (java.util.Map.Entry entry
: internalGetFeatureList().getMap().entrySet()) {
com.google.protobuf.MapEntry
featureList__ = FeatureListDefaultEntryHolder.defaultEntry.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, featureList__);
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
return size;
}
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
return true;
}
if (!(obj instanceof org.tensorflow.example.FeatureLists)) {
return super.equals(obj);
}
org.tensorflow.example.FeatureLists other = (org.tensorflow.example.FeatureLists) obj;
boolean result = true;
result = result && internalGetFeatureList().equals(
other.internalGetFeatureList());
result = result && unknownFields.equals(other.unknownFields);
return result;
}
@java.lang.Override
public int hashCode() {
if (memoizedHashCode != 0) {
return memoizedHashCode;
}
int hash = 41;
hash = (19 * hash) + getDescriptor().hashCode();
if (!internalGetFeatureList().getMap().isEmpty()) {
hash = (37 * hash) + FEATURE_LIST_FIELD_NUMBER;
hash = (53 * hash) + internalGetFeatureList().hashCode();
}
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static org.tensorflow.example.FeatureLists parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.tensorflow.example.FeatureLists parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.tensorflow.example.FeatureLists parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.tensorflow.example.FeatureLists parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.tensorflow.example.FeatureLists parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static org.tensorflow.example.FeatureLists parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static org.tensorflow.example.FeatureLists parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.tensorflow.example.FeatureLists 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.tensorflow.example.FeatureLists parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static org.tensorflow.example.FeatureLists 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.tensorflow.example.FeatureLists parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static org.tensorflow.example.FeatureLists parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(org.tensorflow.example.FeatureLists prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
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 tensorflow.FeatureLists}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:tensorflow.FeatureLists)
org.tensorflow.example.FeatureListsOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return org.tensorflow.example.FeatureProtos.internal_static_tensorflow_FeatureLists_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 1:
return internalGetFeatureList();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMutableMapField(
int number) {
switch (number) {
case 1:
return internalGetMutableFeatureList();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return org.tensorflow.example.FeatureProtos.internal_static_tensorflow_FeatureLists_fieldAccessorTable
.ensureFieldAccessorsInitialized(
org.tensorflow.example.FeatureLists.class, org.tensorflow.example.FeatureLists.Builder.class);
}
// Construct using org.tensorflow.example.FeatureLists.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessageV3
.alwaysUseFieldBuilders) {
}
}
public Builder clear() {
super.clear();
internalGetMutableFeatureList().clear();
return this;
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return org.tensorflow.example.FeatureProtos.internal_static_tensorflow_FeatureLists_descriptor;
}
public org.tensorflow.example.FeatureLists getDefaultInstanceForType() {
return org.tensorflow.example.FeatureLists.getDefaultInstance();
}
public org.tensorflow.example.FeatureLists build() {
org.tensorflow.example.FeatureLists result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public org.tensorflow.example.FeatureLists buildPartial() {
org.tensorflow.example.FeatureLists result = new org.tensorflow.example.FeatureLists(this);
int from_bitField0_ = bitField0_;
result.featureList_ = internalGetFeatureList();
result.featureList_.makeImmutable();
onBuilt();
return result;
}
public Builder clone() {
return (Builder) super.clone();
}
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.setField(field, value);
}
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return (Builder) super.clearField(field);
}
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return (Builder) super.clearOneof(oneof);
}
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return (Builder) super.setRepeatedField(field, index, value);
}
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return (Builder) super.addRepeatedField(field, value);
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof org.tensorflow.example.FeatureLists) {
return mergeFrom((org.tensorflow.example.FeatureLists)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(org.tensorflow.example.FeatureLists other) {
if (other == org.tensorflow.example.FeatureLists.getDefaultInstance()) return this;
internalGetMutableFeatureList().mergeFrom(
other.internalGetFeatureList());
this.mergeUnknownFields(other.unknownFields);
onChanged();
return this;
}
public final boolean isInitialized() {
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
org.tensorflow.example.FeatureLists parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (org.tensorflow.example.FeatureLists) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
private com.google.protobuf.MapField<
java.lang.String, org.tensorflow.example.FeatureList> featureList_;
private com.google.protobuf.MapField
internalGetFeatureList() {
if (featureList_ == null) {
return com.google.protobuf.MapField.emptyMapField(
FeatureListDefaultEntryHolder.defaultEntry);
}
return featureList_;
}
private com.google.protobuf.MapField
internalGetMutableFeatureList() {
onChanged();;
if (featureList_ == null) {
featureList_ = com.google.protobuf.MapField.newMapField(
FeatureListDefaultEntryHolder.defaultEntry);
}
if (!featureList_.isMutable()) {
featureList_ = featureList_.copy();
}
return featureList_;
}
public int getFeatureListCount() {
return internalGetFeatureList().getMap().size();
}
/**
*
* Map from feature name to feature list.
*
*
* map<string, .tensorflow.FeatureList> feature_list = 1;
*/
public boolean containsFeatureList(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
return internalGetFeatureList().getMap().containsKey(key);
}
/**
* Use {@link #getFeatureListMap()} instead.
*/
@java.lang.Deprecated
public java.util.Map getFeatureList() {
return getFeatureListMap();
}
/**
*
* Map from feature name to feature list.
*
*
* map<string, .tensorflow.FeatureList> feature_list = 1;
*/
public java.util.Map getFeatureListMap() {
return internalGetFeatureList().getMap();
}
/**
*
* Map from feature name to feature list.
*
*
* map<string, .tensorflow.FeatureList> feature_list = 1;
*/
public org.tensorflow.example.FeatureList getFeatureListOrDefault(
java.lang.String key,
org.tensorflow.example.FeatureList defaultValue) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetFeatureList().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
*
* Map from feature name to feature list.
*
*
* map<string, .tensorflow.FeatureList> feature_list = 1;
*/
public org.tensorflow.example.FeatureList getFeatureListOrThrow(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
java.util.Map map =
internalGetFeatureList().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearFeatureList() {
internalGetMutableFeatureList().getMutableMap()
.clear();
return this;
}
/**
*
* Map from feature name to feature list.
*
*
* map<string, .tensorflow.FeatureList> feature_list = 1;
*/
public Builder removeFeatureList(
java.lang.String key) {
if (key == null) { throw new java.lang.NullPointerException(); }
internalGetMutableFeatureList().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map
getMutableFeatureList() {
return internalGetMutableFeatureList().getMutableMap();
}
/**
*
* Map from feature name to feature list.
*
*
* map<string, .tensorflow.FeatureList> feature_list = 1;
*/
public Builder putFeatureList(
java.lang.String key,
org.tensorflow.example.FeatureList value) {
if (key == null) { throw new java.lang.NullPointerException(); }
if (value == null) { throw new java.lang.NullPointerException(); }
internalGetMutableFeatureList().getMutableMap()
.put(key, value);
return this;
}
/**
*
* Map from feature name to feature list.
*
*
* map<string, .tensorflow.FeatureList> feature_list = 1;
*/
public Builder putAllFeatureList(
java.util.Map values) {
internalGetMutableFeatureList().getMutableMap()
.putAll(values);
return this;
}
public final Builder setUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.setUnknownFieldsProto3(unknownFields);
}
public final Builder mergeUnknownFields(
final com.google.protobuf.UnknownFieldSet unknownFields) {
return super.mergeUnknownFields(unknownFields);
}
// @@protoc_insertion_point(builder_scope:tensorflow.FeatureLists)
}
// @@protoc_insertion_point(class_scope:tensorflow.FeatureLists)
private static final org.tensorflow.example.FeatureLists DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new org.tensorflow.example.FeatureLists();
}
public static org.tensorflow.example.FeatureLists getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
public FeatureLists parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new FeatureLists(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
public org.tensorflow.example.FeatureLists getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}