com.alibaba.graphscope.proto.groot.BatchSubmitResponse 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: ddl_service.proto
package com.alibaba.graphscope.proto.groot;
/**
* Protobuf type {@code gs.rpc.groot.BatchSubmitResponse}
*/
public final class BatchSubmitResponse extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:gs.rpc.groot.BatchSubmitResponse)
BatchSubmitResponseOrBuilder {
private static final long serialVersionUID = 0L;
// Use BatchSubmitResponse.newBuilder() to construct.
private BatchSubmitResponse(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private BatchSubmitResponse() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new BatchSubmitResponse();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alibaba.graphscope.proto.groot.DdlService.internal_static_gs_rpc_groot_BatchSubmitResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alibaba.graphscope.proto.groot.DdlService.internal_static_gs_rpc_groot_BatchSubmitResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.alibaba.graphscope.proto.groot.BatchSubmitResponse.class, com.alibaba.graphscope.proto.groot.BatchSubmitResponse.Builder.class);
}
public static final int FORMAT_VERSION_FIELD_NUMBER = 1;
private int formatVersion_ = 0;
/**
* int32 format_version = 1;
* @return The formatVersion.
*/
@java.lang.Override
public int getFormatVersion() {
return formatVersion_;
}
public static final int GRAPH_DEF_FIELD_NUMBER = 2;
private com.alibaba.graphscope.proto.GraphDefPb graphDef_;
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
* @return Whether the graphDef field is set.
*/
@java.lang.Override
public boolean hasGraphDef() {
return graphDef_ != null;
}
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
* @return The graphDef.
*/
@java.lang.Override
public com.alibaba.graphscope.proto.GraphDefPb getGraphDef() {
return graphDef_ == null ? com.alibaba.graphscope.proto.GraphDefPb.getDefaultInstance() : graphDef_;
}
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
*/
@java.lang.Override
public com.alibaba.graphscope.proto.GraphDefPbOrBuilder getGraphDefOrBuilder() {
return graphDef_ == null ? com.alibaba.graphscope.proto.GraphDefPb.getDefaultInstance() : graphDef_;
}
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 (formatVersion_ != 0) {
output.writeInt32(1, formatVersion_);
}
if (graphDef_ != null) {
output.writeMessage(2, getGraphDef());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (formatVersion_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(1, formatVersion_);
}
if (graphDef_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getGraphDef());
}
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.BatchSubmitResponse)) {
return super.equals(obj);
}
com.alibaba.graphscope.proto.groot.BatchSubmitResponse other = (com.alibaba.graphscope.proto.groot.BatchSubmitResponse) obj;
if (getFormatVersion()
!= other.getFormatVersion()) return false;
if (hasGraphDef() != other.hasGraphDef()) return false;
if (hasGraphDef()) {
if (!getGraphDef()
.equals(other.getGraphDef())) 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) + FORMAT_VERSION_FIELD_NUMBER;
hash = (53 * hash) + getFormatVersion();
if (hasGraphDef()) {
hash = (37 * hash) + GRAPH_DEF_FIELD_NUMBER;
hash = (53 * hash) + getGraphDef().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.alibaba.graphscope.proto.groot.BatchSubmitResponse parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.graphscope.proto.groot.BatchSubmitResponse 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.BatchSubmitResponse parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.graphscope.proto.groot.BatchSubmitResponse 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.BatchSubmitResponse parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.alibaba.graphscope.proto.groot.BatchSubmitResponse 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.BatchSubmitResponse parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.alibaba.graphscope.proto.groot.BatchSubmitResponse 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.BatchSubmitResponse parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.alibaba.graphscope.proto.groot.BatchSubmitResponse 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.BatchSubmitResponse 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.BatchSubmitResponse 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.BatchSubmitResponse 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.BatchSubmitResponse}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:gs.rpc.groot.BatchSubmitResponse)
com.alibaba.graphscope.proto.groot.BatchSubmitResponseOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.alibaba.graphscope.proto.groot.DdlService.internal_static_gs_rpc_groot_BatchSubmitResponse_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.alibaba.graphscope.proto.groot.DdlService.internal_static_gs_rpc_groot_BatchSubmitResponse_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.alibaba.graphscope.proto.groot.BatchSubmitResponse.class, com.alibaba.graphscope.proto.groot.BatchSubmitResponse.Builder.class);
}
// Construct using com.alibaba.graphscope.proto.groot.BatchSubmitResponse.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
formatVersion_ = 0;
graphDef_ = null;
if (graphDefBuilder_ != null) {
graphDefBuilder_.dispose();
graphDefBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.alibaba.graphscope.proto.groot.DdlService.internal_static_gs_rpc_groot_BatchSubmitResponse_descriptor;
}
@java.lang.Override
public com.alibaba.graphscope.proto.groot.BatchSubmitResponse getDefaultInstanceForType() {
return com.alibaba.graphscope.proto.groot.BatchSubmitResponse.getDefaultInstance();
}
@java.lang.Override
public com.alibaba.graphscope.proto.groot.BatchSubmitResponse build() {
com.alibaba.graphscope.proto.groot.BatchSubmitResponse result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.alibaba.graphscope.proto.groot.BatchSubmitResponse buildPartial() {
com.alibaba.graphscope.proto.groot.BatchSubmitResponse result = new com.alibaba.graphscope.proto.groot.BatchSubmitResponse(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.alibaba.graphscope.proto.groot.BatchSubmitResponse result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.formatVersion_ = formatVersion_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.graphDef_ = graphDefBuilder_ == null
? graphDef_
: graphDefBuilder_.build();
}
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.alibaba.graphscope.proto.groot.BatchSubmitResponse) {
return mergeFrom((com.alibaba.graphscope.proto.groot.BatchSubmitResponse)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.alibaba.graphscope.proto.groot.BatchSubmitResponse other) {
if (other == com.alibaba.graphscope.proto.groot.BatchSubmitResponse.getDefaultInstance()) return this;
if (other.getFormatVersion() != 0) {
setFormatVersion(other.getFormatVersion());
}
if (other.hasGraphDef()) {
mergeGraphDef(other.getGraphDef());
}
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: {
formatVersion_ = input.readInt32();
bitField0_ |= 0x00000001;
break;
} // case 8
case 18: {
input.readMessage(
getGraphDefFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000002;
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 int formatVersion_ ;
/**
* int32 format_version = 1;
* @return The formatVersion.
*/
@java.lang.Override
public int getFormatVersion() {
return formatVersion_;
}
/**
* int32 format_version = 1;
* @param value The formatVersion to set.
* @return This builder for chaining.
*/
public Builder setFormatVersion(int value) {
formatVersion_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* int32 format_version = 1;
* @return This builder for chaining.
*/
public Builder clearFormatVersion() {
bitField0_ = (bitField0_ & ~0x00000001);
formatVersion_ = 0;
onChanged();
return this;
}
private com.alibaba.graphscope.proto.GraphDefPb graphDef_;
private com.google.protobuf.SingleFieldBuilderV3<
com.alibaba.graphscope.proto.GraphDefPb, com.alibaba.graphscope.proto.GraphDefPb.Builder, com.alibaba.graphscope.proto.GraphDefPbOrBuilder> graphDefBuilder_;
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
* @return Whether the graphDef field is set.
*/
public boolean hasGraphDef() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
* @return The graphDef.
*/
public com.alibaba.graphscope.proto.GraphDefPb getGraphDef() {
if (graphDefBuilder_ == null) {
return graphDef_ == null ? com.alibaba.graphscope.proto.GraphDefPb.getDefaultInstance() : graphDef_;
} else {
return graphDefBuilder_.getMessage();
}
}
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
*/
public Builder setGraphDef(com.alibaba.graphscope.proto.GraphDefPb value) {
if (graphDefBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
graphDef_ = value;
} else {
graphDefBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
*/
public Builder setGraphDef(
com.alibaba.graphscope.proto.GraphDefPb.Builder builderForValue) {
if (graphDefBuilder_ == null) {
graphDef_ = builderForValue.build();
} else {
graphDefBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
*/
public Builder mergeGraphDef(com.alibaba.graphscope.proto.GraphDefPb value) {
if (graphDefBuilder_ == null) {
if (((bitField0_ & 0x00000002) != 0) &&
graphDef_ != null &&
graphDef_ != com.alibaba.graphscope.proto.GraphDefPb.getDefaultInstance()) {
getGraphDefBuilder().mergeFrom(value);
} else {
graphDef_ = value;
}
} else {
graphDefBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
*/
public Builder clearGraphDef() {
bitField0_ = (bitField0_ & ~0x00000002);
graphDef_ = null;
if (graphDefBuilder_ != null) {
graphDefBuilder_.dispose();
graphDefBuilder_ = null;
}
onChanged();
return this;
}
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
*/
public com.alibaba.graphscope.proto.GraphDefPb.Builder getGraphDefBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getGraphDefFieldBuilder().getBuilder();
}
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
*/
public com.alibaba.graphscope.proto.GraphDefPbOrBuilder getGraphDefOrBuilder() {
if (graphDefBuilder_ != null) {
return graphDefBuilder_.getMessageOrBuilder();
} else {
return graphDef_ == null ?
com.alibaba.graphscope.proto.GraphDefPb.getDefaultInstance() : graphDef_;
}
}
/**
*
* If `simple_response` of BatchSubmitRequest is set to True,
* only `version` and `key` fields will be filled
*
*
* .gs.rpc.graph.GraphDefPb graph_def = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.alibaba.graphscope.proto.GraphDefPb, com.alibaba.graphscope.proto.GraphDefPb.Builder, com.alibaba.graphscope.proto.GraphDefPbOrBuilder>
getGraphDefFieldBuilder() {
if (graphDefBuilder_ == null) {
graphDefBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.alibaba.graphscope.proto.GraphDefPb, com.alibaba.graphscope.proto.GraphDefPb.Builder, com.alibaba.graphscope.proto.GraphDefPbOrBuilder>(
getGraphDef(),
getParentForChildren(),
isClean());
graphDef_ = null;
}
return graphDefBuilder_;
}
@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.BatchSubmitResponse)
}
// @@protoc_insertion_point(class_scope:gs.rpc.groot.BatchSubmitResponse)
private static final com.alibaba.graphscope.proto.groot.BatchSubmitResponse DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.alibaba.graphscope.proto.groot.BatchSubmitResponse();
}
public static com.alibaba.graphscope.proto.groot.BatchSubmitResponse getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public BatchSubmitResponse 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.BatchSubmitResponse getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy