com.alibaba.graphscope.proto.groot.RelationShipReq Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of groot-client Show documentation
Show all versions of groot-client Show documentation
The Java client of Groot, a persistence storage engine
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: groot/sdk/schema.proto
package com.alibaba.graphscope.proto.groot;
/**
* Protobuf type {@code gs.rpc.groot.RelationShipReq}
*/
public final class RelationShipReq extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:gs.rpc.groot.RelationShipReq)
RelationShipReqOrBuilder {
private static final long serialVersionUID = 0L;
// Use RelationShipReq.newBuilder() to construct.
private RelationShipReq(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private RelationShipReq() {
edgeLabel_ = "";
srcVertexLabel_ = "";
dstVertexLabel_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new RelationShipReq();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alibaba.graphscope.proto.groot.Schema.internal_static_gs_rpc_groot_RelationShipReq_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alibaba.graphscope.proto.groot.Schema.internal_static_gs_rpc_groot_RelationShipReq_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.alibaba.graphscope.proto.groot.RelationShipReq.class, com.alibaba.graphscope.proto.groot.RelationShipReq.Builder.class);
}
public static final int EDGELABEL_FIELD_NUMBER = 1;
@SuppressWarnings("serial")
private volatile java.lang.Object edgeLabel_ = "";
/**
* string edgeLabel = 1;
* @return The edgeLabel.
*/
@java.lang.Override
public java.lang.String getEdgeLabel() {
java.lang.Object ref = edgeLabel_;
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();
edgeLabel_ = s;
return s;
}
}
/**
* string edgeLabel = 1;
* @return The bytes for edgeLabel.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getEdgeLabelBytes() {
java.lang.Object ref = edgeLabel_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
edgeLabel_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int SRCVERTEXLABEL_FIELD_NUMBER = 2;
@SuppressWarnings("serial")
private volatile java.lang.Object srcVertexLabel_ = "";
/**
* string srcVertexLabel = 2;
* @return The srcVertexLabel.
*/
@java.lang.Override
public java.lang.String getSrcVertexLabel() {
java.lang.Object ref = srcVertexLabel_;
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();
srcVertexLabel_ = s;
return s;
}
}
/**
* string srcVertexLabel = 2;
* @return The bytes for srcVertexLabel.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getSrcVertexLabelBytes() {
java.lang.Object ref = srcVertexLabel_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
srcVertexLabel_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DSTVERTEXLABEL_FIELD_NUMBER = 3;
@SuppressWarnings("serial")
private volatile java.lang.Object dstVertexLabel_ = "";
/**
* string dstVertexLabel = 3;
* @return The dstVertexLabel.
*/
@java.lang.Override
public java.lang.String getDstVertexLabel() {
java.lang.Object ref = dstVertexLabel_;
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();
dstVertexLabel_ = s;
return s;
}
}
/**
* string dstVertexLabel = 3;
* @return The bytes for dstVertexLabel.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDstVertexLabelBytes() {
java.lang.Object ref = dstVertexLabel_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
dstVertexLabel_ = 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(edgeLabel_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, edgeLabel_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(srcVertexLabel_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, srcVertexLabel_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dstVertexLabel_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, dstVertexLabel_);
}
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(edgeLabel_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, edgeLabel_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(srcVertexLabel_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, srcVertexLabel_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(dstVertexLabel_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, dstVertexLabel_);
}
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 com.alibaba.graphscope.proto.groot.RelationShipReq)) {
return super.equals(obj);
}
com.alibaba.graphscope.proto.groot.RelationShipReq other = (com.alibaba.graphscope.proto.groot.RelationShipReq) obj;
if (!getEdgeLabel()
.equals(other.getEdgeLabel())) return false;
if (!getSrcVertexLabel()
.equals(other.getSrcVertexLabel())) return false;
if (!getDstVertexLabel()
.equals(other.getDstVertexLabel())) 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) + EDGELABEL_FIELD_NUMBER;
hash = (53 * hash) + getEdgeLabel().hashCode();
hash = (37 * hash) + SRCVERTEXLABEL_FIELD_NUMBER;
hash = (53 * hash) + getSrcVertexLabel().hashCode();
hash = (37 * hash) + DSTVERTEXLABEL_FIELD_NUMBER;
hash = (53 * hash) + getDstVertexLabel().hashCode();
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
public static Builder newBuilder(com.alibaba.graphscope.proto.groot.RelationShipReq 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 gs.rpc.groot.RelationShipReq}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:gs.rpc.groot.RelationShipReq)
com.alibaba.graphscope.proto.groot.RelationShipReqOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alibaba.graphscope.proto.groot.Schema.internal_static_gs_rpc_groot_RelationShipReq_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alibaba.graphscope.proto.groot.Schema.internal_static_gs_rpc_groot_RelationShipReq_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.alibaba.graphscope.proto.groot.RelationShipReq.class, com.alibaba.graphscope.proto.groot.RelationShipReq.Builder.class);
}
// Construct using com.alibaba.graphscope.proto.groot.RelationShipReq.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
edgeLabel_ = "";
srcVertexLabel_ = "";
dstVertexLabel_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.alibaba.graphscope.proto.groot.Schema.internal_static_gs_rpc_groot_RelationShipReq_descriptor;
}
@java.lang.Override
public com.alibaba.graphscope.proto.groot.RelationShipReq getDefaultInstanceForType() {
return com.alibaba.graphscope.proto.groot.RelationShipReq.getDefaultInstance();
}
@java.lang.Override
public com.alibaba.graphscope.proto.groot.RelationShipReq build() {
com.alibaba.graphscope.proto.groot.RelationShipReq result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.alibaba.graphscope.proto.groot.RelationShipReq buildPartial() {
com.alibaba.graphscope.proto.groot.RelationShipReq result = new com.alibaba.graphscope.proto.groot.RelationShipReq(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.alibaba.graphscope.proto.groot.RelationShipReq result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.edgeLabel_ = edgeLabel_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.srcVertexLabel_ = srcVertexLabel_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.dstVertexLabel_ = dstVertexLabel_;
}
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.alibaba.graphscope.proto.groot.RelationShipReq) {
return mergeFrom((com.alibaba.graphscope.proto.groot.RelationShipReq)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.alibaba.graphscope.proto.groot.RelationShipReq other) {
if (other == com.alibaba.graphscope.proto.groot.RelationShipReq.getDefaultInstance()) return this;
if (!other.getEdgeLabel().isEmpty()) {
edgeLabel_ = other.edgeLabel_;
bitField0_ |= 0x00000001;
onChanged();
}
if (!other.getSrcVertexLabel().isEmpty()) {
srcVertexLabel_ = other.srcVertexLabel_;
bitField0_ |= 0x00000002;
onChanged();
}
if (!other.getDstVertexLabel().isEmpty()) {
dstVertexLabel_ = other.dstVertexLabel_;
bitField0_ |= 0x00000004;
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: {
edgeLabel_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
srcVertexLabel_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000002;
break;
} // case 18
case 26: {
dstVertexLabel_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000004;
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 bitField0_;
private java.lang.Object edgeLabel_ = "";
/**
* string edgeLabel = 1;
* @return The edgeLabel.
*/
public java.lang.String getEdgeLabel() {
java.lang.Object ref = edgeLabel_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
edgeLabel_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string edgeLabel = 1;
* @return The bytes for edgeLabel.
*/
public com.google.protobuf.ByteString
getEdgeLabelBytes() {
java.lang.Object ref = edgeLabel_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
edgeLabel_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string edgeLabel = 1;
* @param value The edgeLabel to set.
* @return This builder for chaining.
*/
public Builder setEdgeLabel(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
edgeLabel_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* string edgeLabel = 1;
* @return This builder for chaining.
*/
public Builder clearEdgeLabel() {
edgeLabel_ = getDefaultInstance().getEdgeLabel();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
return this;
}
/**
* string edgeLabel = 1;
* @param value The bytes for edgeLabel to set.
* @return This builder for chaining.
*/
public Builder setEdgeLabelBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
edgeLabel_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
private java.lang.Object srcVertexLabel_ = "";
/**
* string srcVertexLabel = 2;
* @return The srcVertexLabel.
*/
public java.lang.String getSrcVertexLabel() {
java.lang.Object ref = srcVertexLabel_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
srcVertexLabel_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string srcVertexLabel = 2;
* @return The bytes for srcVertexLabel.
*/
public com.google.protobuf.ByteString
getSrcVertexLabelBytes() {
java.lang.Object ref = srcVertexLabel_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
srcVertexLabel_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string srcVertexLabel = 2;
* @param value The srcVertexLabel to set.
* @return This builder for chaining.
*/
public Builder setSrcVertexLabel(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
srcVertexLabel_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* string srcVertexLabel = 2;
* @return This builder for chaining.
*/
public Builder clearSrcVertexLabel() {
srcVertexLabel_ = getDefaultInstance().getSrcVertexLabel();
bitField0_ = (bitField0_ & ~0x00000002);
onChanged();
return this;
}
/**
* string srcVertexLabel = 2;
* @param value The bytes for srcVertexLabel to set.
* @return This builder for chaining.
*/
public Builder setSrcVertexLabelBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
srcVertexLabel_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
private java.lang.Object dstVertexLabel_ = "";
/**
* string dstVertexLabel = 3;
* @return The dstVertexLabel.
*/
public java.lang.String getDstVertexLabel() {
java.lang.Object ref = dstVertexLabel_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
dstVertexLabel_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string dstVertexLabel = 3;
* @return The bytes for dstVertexLabel.
*/
public com.google.protobuf.ByteString
getDstVertexLabelBytes() {
java.lang.Object ref = dstVertexLabel_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
dstVertexLabel_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string dstVertexLabel = 3;
* @param value The dstVertexLabel to set.
* @return This builder for chaining.
*/
public Builder setDstVertexLabel(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
dstVertexLabel_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* string dstVertexLabel = 3;
* @return This builder for chaining.
*/
public Builder clearDstVertexLabel() {
dstVertexLabel_ = getDefaultInstance().getDstVertexLabel();
bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
return this;
}
/**
* string dstVertexLabel = 3;
* @param value The bytes for dstVertexLabel to set.
* @return This builder for chaining.
*/
public Builder setDstVertexLabelBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
dstVertexLabel_ = value;
bitField0_ |= 0x00000004;
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:gs.rpc.groot.RelationShipReq)
}
// @@protoc_insertion_point(class_scope:gs.rpc.groot.RelationShipReq)
private static final com.alibaba.graphscope.proto.groot.RelationShipReq DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.alibaba.graphscope.proto.groot.RelationShipReq();
}
public static com.alibaba.graphscope.proto.groot.RelationShipReq getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public RelationShipReq 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 com.alibaba.graphscope.proto.groot.RelationShipReq getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy