apsara.odps.cupid.protocol.SavePathsProtos Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: cupidsavepaths.proto
package apsara.odps.cupid.protocol;
public final class SavePathsProtos {
private SavePathsProtos() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
public interface SavePathsOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
java.util.List
getSavePathItermList();
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm getSavePathIterm(int index);
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
int getSavePathItermCount();
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
java.util.List extends apsara.odps.cupid.protocol.SavePathsProtos.SavePathItermOrBuilder>
getSavePathItermOrBuilderList();
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
apsara.odps.cupid.protocol.SavePathsProtos.SavePathItermOrBuilder getSavePathItermOrBuilder(
int index);
// optional string saveTempCapFile = 2;
/**
* optional string saveTempCapFile = 2;
*/
boolean hasSaveTempCapFile();
/**
* optional string saveTempCapFile = 2;
*/
java.lang.String getSaveTempCapFile();
/**
* optional string saveTempCapFile = 2;
*/
com.google.protobuf.ByteString
getSaveTempCapFileBytes();
}
/**
* Protobuf type {@code apsara.odps.cupid.protocol.SavePaths}
*/
public static final class SavePaths extends
com.google.protobuf.GeneratedMessage
implements SavePathsOrBuilder {
// Use SavePaths.newBuilder() to construct.
private SavePaths(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private SavePaths(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final SavePaths defaultInstance;
public static SavePaths getDefaultInstance() {
return defaultInstance;
}
public SavePaths getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private SavePaths(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
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 (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
savePathIterm_ = new java.util.ArrayList();
mutable_bitField0_ |= 0x00000001;
}
savePathIterm_.add(input.readMessage(apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.PARSER, extensionRegistry));
break;
}
case 18: {
bitField0_ |= 0x00000001;
saveTempCapFile_ = input.readBytes();
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) {
savePathIterm_ = java.util.Collections.unmodifiableList(savePathIterm_);
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_SavePaths_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_SavePaths_fieldAccessorTable
.ensureFieldAccessorsInitialized(
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.class, apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public SavePaths parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new SavePaths(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
// repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
public static final int SAVEPATHITERM_FIELD_NUMBER = 1;
private java.util.List savePathIterm_;
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public java.util.List getSavePathItermList() {
return savePathIterm_;
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public java.util.List extends apsara.odps.cupid.protocol.SavePathsProtos.SavePathItermOrBuilder>
getSavePathItermOrBuilderList() {
return savePathIterm_;
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public int getSavePathItermCount() {
return savePathIterm_.size();
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm getSavePathIterm(int index) {
return savePathIterm_.get(index);
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathItermOrBuilder getSavePathItermOrBuilder(
int index) {
return savePathIterm_.get(index);
}
// optional string saveTempCapFile = 2;
public static final int SAVETEMPCAPFILE_FIELD_NUMBER = 2;
private java.lang.Object saveTempCapFile_;
/**
* optional string saveTempCapFile = 2;
*/
public boolean hasSaveTempCapFile() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* optional string saveTempCapFile = 2;
*/
public java.lang.String getSaveTempCapFile() {
java.lang.Object ref = saveTempCapFile_;
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 (bs.isValidUtf8()) {
saveTempCapFile_ = s;
}
return s;
}
}
/**
* optional string saveTempCapFile = 2;
*/
public com.google.protobuf.ByteString
getSaveTempCapFileBytes() {
java.lang.Object ref = saveTempCapFile_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
saveTempCapFile_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private void initFields() {
savePathIterm_ = java.util.Collections.emptyList();
saveTempCapFile_ = "";
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
for (int i = 0; i < getSavePathItermCount(); i++) {
if (!getSavePathIterm(i).isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
for (int i = 0; i < savePathIterm_.size(); i++) {
output.writeMessage(1, savePathIterm_.get(i));
}
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeBytes(2, getSaveTempCapFileBytes());
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
for (int i = 0; i < savePathIterm_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, savePathIterm_.get(i));
}
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(2, getSaveTempCapFileBytes());
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePaths parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePaths parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePaths parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePaths parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePaths parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePaths parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePaths parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePaths parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePaths parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePaths parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(apsara.odps.cupid.protocol.SavePathsProtos.SavePaths prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code apsara.odps.cupid.protocol.SavePaths}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder
implements apsara.odps.cupid.protocol.SavePathsProtos.SavePathsOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_SavePaths_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_SavePaths_fieldAccessorTable
.ensureFieldAccessorsInitialized(
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.class, apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.Builder.class);
}
// Construct using apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getSavePathItermFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
if (savePathItermBuilder_ == null) {
savePathIterm_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
} else {
savePathItermBuilder_.clear();
}
saveTempCapFile_ = "";
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_SavePaths_descriptor;
}
public apsara.odps.cupid.protocol.SavePathsProtos.SavePaths getDefaultInstanceForType() {
return apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.getDefaultInstance();
}
public apsara.odps.cupid.protocol.SavePathsProtos.SavePaths build() {
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public apsara.odps.cupid.protocol.SavePathsProtos.SavePaths buildPartial() {
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths result = new apsara.odps.cupid.protocol.SavePathsProtos.SavePaths(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (savePathItermBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001)) {
savePathIterm_ = java.util.Collections.unmodifiableList(savePathIterm_);
bitField0_ = (bitField0_ & ~0x00000001);
}
result.savePathIterm_ = savePathIterm_;
} else {
result.savePathIterm_ = savePathItermBuilder_.build();
}
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000001;
}
result.saveTempCapFile_ = saveTempCapFile_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof apsara.odps.cupid.protocol.SavePathsProtos.SavePaths) {
return mergeFrom((apsara.odps.cupid.protocol.SavePathsProtos.SavePaths)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(apsara.odps.cupid.protocol.SavePathsProtos.SavePaths other) {
if (other == apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.getDefaultInstance()) return this;
if (savePathItermBuilder_ == null) {
if (!other.savePathIterm_.isEmpty()) {
if (savePathIterm_.isEmpty()) {
savePathIterm_ = other.savePathIterm_;
bitField0_ = (bitField0_ & ~0x00000001);
} else {
ensureSavePathItermIsMutable();
savePathIterm_.addAll(other.savePathIterm_);
}
onChanged();
}
} else {
if (!other.savePathIterm_.isEmpty()) {
if (savePathItermBuilder_.isEmpty()) {
savePathItermBuilder_.dispose();
savePathItermBuilder_ = null;
savePathIterm_ = other.savePathIterm_;
bitField0_ = (bitField0_ & ~0x00000001);
savePathItermBuilder_ =
com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ?
getSavePathItermFieldBuilder() : null;
} else {
savePathItermBuilder_.addAllMessages(other.savePathIterm_);
}
}
}
if (other.hasSaveTempCapFile()) {
bitField0_ |= 0x00000002;
saveTempCapFile_ = other.saveTempCapFile_;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
for (int i = 0; i < getSavePathItermCount(); i++) {
if (!getSavePathIterm(i).isInitialized()) {
return false;
}
}
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (apsara.odps.cupid.protocol.SavePathsProtos.SavePaths) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
// repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
private java.util.List savePathIterm_ =
java.util.Collections.emptyList();
private void ensureSavePathItermIsMutable() {
if (!((bitField0_ & 0x00000001) == 0x00000001)) {
savePathIterm_ = new java.util.ArrayList(savePathIterm_);
bitField0_ |= 0x00000001;
}
}
private com.google.protobuf.RepeatedFieldBuilder<
apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm, apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.Builder, apsara.odps.cupid.protocol.SavePathsProtos.SavePathItermOrBuilder> savePathItermBuilder_;
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public java.util.List getSavePathItermList() {
if (savePathItermBuilder_ == null) {
return java.util.Collections.unmodifiableList(savePathIterm_);
} else {
return savePathItermBuilder_.getMessageList();
}
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public int getSavePathItermCount() {
if (savePathItermBuilder_ == null) {
return savePathIterm_.size();
} else {
return savePathItermBuilder_.getCount();
}
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm getSavePathIterm(int index) {
if (savePathItermBuilder_ == null) {
return savePathIterm_.get(index);
} else {
return savePathItermBuilder_.getMessage(index);
}
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public Builder setSavePathIterm(
int index, apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm value) {
if (savePathItermBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSavePathItermIsMutable();
savePathIterm_.set(index, value);
onChanged();
} else {
savePathItermBuilder_.setMessage(index, value);
}
return this;
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public Builder setSavePathIterm(
int index, apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.Builder builderForValue) {
if (savePathItermBuilder_ == null) {
ensureSavePathItermIsMutable();
savePathIterm_.set(index, builderForValue.build());
onChanged();
} else {
savePathItermBuilder_.setMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public Builder addSavePathIterm(apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm value) {
if (savePathItermBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSavePathItermIsMutable();
savePathIterm_.add(value);
onChanged();
} else {
savePathItermBuilder_.addMessage(value);
}
return this;
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public Builder addSavePathIterm(
int index, apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm value) {
if (savePathItermBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ensureSavePathItermIsMutable();
savePathIterm_.add(index, value);
onChanged();
} else {
savePathItermBuilder_.addMessage(index, value);
}
return this;
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public Builder addSavePathIterm(
apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.Builder builderForValue) {
if (savePathItermBuilder_ == null) {
ensureSavePathItermIsMutable();
savePathIterm_.add(builderForValue.build());
onChanged();
} else {
savePathItermBuilder_.addMessage(builderForValue.build());
}
return this;
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public Builder addSavePathIterm(
int index, apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.Builder builderForValue) {
if (savePathItermBuilder_ == null) {
ensureSavePathItermIsMutable();
savePathIterm_.add(index, builderForValue.build());
onChanged();
} else {
savePathItermBuilder_.addMessage(index, builderForValue.build());
}
return this;
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public Builder addAllSavePathIterm(
java.lang.Iterable extends apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm> values) {
if (savePathItermBuilder_ == null) {
ensureSavePathItermIsMutable();
super.addAll(values, savePathIterm_);
onChanged();
} else {
savePathItermBuilder_.addAllMessages(values);
}
return this;
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public Builder clearSavePathIterm() {
if (savePathItermBuilder_ == null) {
savePathIterm_ = java.util.Collections.emptyList();
bitField0_ = (bitField0_ & ~0x00000001);
onChanged();
} else {
savePathItermBuilder_.clear();
}
return this;
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public Builder removeSavePathIterm(int index) {
if (savePathItermBuilder_ == null) {
ensureSavePathItermIsMutable();
savePathIterm_.remove(index);
onChanged();
} else {
savePathItermBuilder_.remove(index);
}
return this;
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.Builder getSavePathItermBuilder(
int index) {
return getSavePathItermFieldBuilder().getBuilder(index);
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathItermOrBuilder getSavePathItermOrBuilder(
int index) {
if (savePathItermBuilder_ == null) {
return savePathIterm_.get(index); } else {
return savePathItermBuilder_.getMessageOrBuilder(index);
}
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public java.util.List extends apsara.odps.cupid.protocol.SavePathsProtos.SavePathItermOrBuilder>
getSavePathItermOrBuilderList() {
if (savePathItermBuilder_ != null) {
return savePathItermBuilder_.getMessageOrBuilderList();
} else {
return java.util.Collections.unmodifiableList(savePathIterm_);
}
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.Builder addSavePathItermBuilder() {
return getSavePathItermFieldBuilder().addBuilder(
apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.getDefaultInstance());
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.Builder addSavePathItermBuilder(
int index) {
return getSavePathItermFieldBuilder().addBuilder(
index, apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.getDefaultInstance());
}
/**
* repeated .apsara.odps.cupid.protocol.SavePathIterm savePathIterm = 1;
*/
public java.util.List
getSavePathItermBuilderList() {
return getSavePathItermFieldBuilder().getBuilderList();
}
private com.google.protobuf.RepeatedFieldBuilder<
apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm, apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.Builder, apsara.odps.cupid.protocol.SavePathsProtos.SavePathItermOrBuilder>
getSavePathItermFieldBuilder() {
if (savePathItermBuilder_ == null) {
savePathItermBuilder_ = new com.google.protobuf.RepeatedFieldBuilder<
apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm, apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.Builder, apsara.odps.cupid.protocol.SavePathsProtos.SavePathItermOrBuilder>(
savePathIterm_,
((bitField0_ & 0x00000001) == 0x00000001),
getParentForChildren(),
isClean());
savePathIterm_ = null;
}
return savePathItermBuilder_;
}
// optional string saveTempCapFile = 2;
private java.lang.Object saveTempCapFile_ = "";
/**
* optional string saveTempCapFile = 2;
*/
public boolean hasSaveTempCapFile() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional string saveTempCapFile = 2;
*/
public java.lang.String getSaveTempCapFile() {
java.lang.Object ref = saveTempCapFile_;
if (!(ref instanceof java.lang.String)) {
java.lang.String s = ((com.google.protobuf.ByteString) ref)
.toStringUtf8();
saveTempCapFile_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string saveTempCapFile = 2;
*/
public com.google.protobuf.ByteString
getSaveTempCapFileBytes() {
java.lang.Object ref = saveTempCapFile_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
saveTempCapFile_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string saveTempCapFile = 2;
*/
public Builder setSaveTempCapFile(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
saveTempCapFile_ = value;
onChanged();
return this;
}
/**
* optional string saveTempCapFile = 2;
*/
public Builder clearSaveTempCapFile() {
bitField0_ = (bitField0_ & ~0x00000002);
saveTempCapFile_ = getDefaultInstance().getSaveTempCapFile();
onChanged();
return this;
}
/**
* optional string saveTempCapFile = 2;
*/
public Builder setSaveTempCapFileBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
saveTempCapFile_ = value;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:apsara.odps.cupid.protocol.SavePaths)
}
static {
defaultInstance = new SavePaths(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:apsara.odps.cupid.protocol.SavePaths)
}
public interface SavePathItermOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// required string tmpLocation = 1;
/**
* required string tmpLocation = 1;
*/
boolean hasTmpLocation();
/**
* required string tmpLocation = 1;
*/
java.lang.String getTmpLocation();
/**
* required string tmpLocation = 1;
*/
com.google.protobuf.ByteString
getTmpLocationBytes();
// required string ddlLocation = 2;
/**
* required string ddlLocation = 2;
*/
boolean hasDdlLocation();
/**
* required string ddlLocation = 2;
*/
java.lang.String getDdlLocation();
/**
* required string ddlLocation = 2;
*/
com.google.protobuf.ByteString
getDdlLocationBytes();
}
/**
* Protobuf type {@code apsara.odps.cupid.protocol.SavePathIterm}
*/
public static final class SavePathIterm extends
com.google.protobuf.GeneratedMessage
implements SavePathItermOrBuilder {
// Use SavePathIterm.newBuilder() to construct.
private SavePathIterm(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private SavePathIterm(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final SavePathIterm defaultInstance;
public static SavePathIterm getDefaultInstance() {
return defaultInstance;
}
public SavePathIterm getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private SavePathIterm(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
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 (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
bitField0_ |= 0x00000001;
tmpLocation_ = input.readBytes();
break;
}
case 18: {
bitField0_ |= 0x00000002;
ddlLocation_ = input.readBytes();
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_SavePathIterm_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_SavePathIterm_fieldAccessorTable
.ensureFieldAccessorsInitialized(
apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.class, apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public SavePathIterm parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new SavePathIterm(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
// required string tmpLocation = 1;
public static final int TMPLOCATION_FIELD_NUMBER = 1;
private java.lang.Object tmpLocation_;
/**
* required string tmpLocation = 1;
*/
public boolean hasTmpLocation() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required string tmpLocation = 1;
*/
public java.lang.String getTmpLocation() {
java.lang.Object ref = tmpLocation_;
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 (bs.isValidUtf8()) {
tmpLocation_ = s;
}
return s;
}
}
/**
* required string tmpLocation = 1;
*/
public com.google.protobuf.ByteString
getTmpLocationBytes() {
java.lang.Object ref = tmpLocation_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
tmpLocation_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
// required string ddlLocation = 2;
public static final int DDLLOCATION_FIELD_NUMBER = 2;
private java.lang.Object ddlLocation_;
/**
* required string ddlLocation = 2;
*/
public boolean hasDdlLocation() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* required string ddlLocation = 2;
*/
public java.lang.String getDdlLocation() {
java.lang.Object ref = ddlLocation_;
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 (bs.isValidUtf8()) {
ddlLocation_ = s;
}
return s;
}
}
/**
* required string ddlLocation = 2;
*/
public com.google.protobuf.ByteString
getDdlLocationBytes() {
java.lang.Object ref = ddlLocation_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
ddlLocation_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private void initFields() {
tmpLocation_ = "";
ddlLocation_ = "";
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasTmpLocation()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasDdlLocation()) {
memoizedIsInitialized = 0;
return false;
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeBytes(1, getTmpLocationBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeBytes(2, getDdlLocationBytes());
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(1, getTmpLocationBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(2, getDdlLocationBytes());
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code apsara.odps.cupid.protocol.SavePathIterm}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder
implements apsara.odps.cupid.protocol.SavePathsProtos.SavePathItermOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_SavePathIterm_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_SavePathIterm_fieldAccessorTable
.ensureFieldAccessorsInitialized(
apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.class, apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.Builder.class);
}
// Construct using apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
tmpLocation_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
ddlLocation_ = "";
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_SavePathIterm_descriptor;
}
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm getDefaultInstanceForType() {
return apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.getDefaultInstance();
}
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm build() {
apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm buildPartial() {
apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm result = new apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.tmpLocation_ = tmpLocation_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.ddlLocation_ = ddlLocation_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm) {
return mergeFrom((apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm other) {
if (other == apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm.getDefaultInstance()) return this;
if (other.hasTmpLocation()) {
bitField0_ |= 0x00000001;
tmpLocation_ = other.tmpLocation_;
onChanged();
}
if (other.hasDdlLocation()) {
bitField0_ |= 0x00000002;
ddlLocation_ = other.ddlLocation_;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (!hasTmpLocation()) {
return false;
}
if (!hasDdlLocation()) {
return false;
}
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (apsara.odps.cupid.protocol.SavePathsProtos.SavePathIterm) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
// required string tmpLocation = 1;
private java.lang.Object tmpLocation_ = "";
/**
* required string tmpLocation = 1;
*/
public boolean hasTmpLocation() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required string tmpLocation = 1;
*/
public java.lang.String getTmpLocation() {
java.lang.Object ref = tmpLocation_;
if (!(ref instanceof java.lang.String)) {
java.lang.String s = ((com.google.protobuf.ByteString) ref)
.toStringUtf8();
tmpLocation_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* required string tmpLocation = 1;
*/
public com.google.protobuf.ByteString
getTmpLocationBytes() {
java.lang.Object ref = tmpLocation_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
tmpLocation_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* required string tmpLocation = 1;
*/
public Builder setTmpLocation(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
tmpLocation_ = value;
onChanged();
return this;
}
/**
* required string tmpLocation = 1;
*/
public Builder clearTmpLocation() {
bitField0_ = (bitField0_ & ~0x00000001);
tmpLocation_ = getDefaultInstance().getTmpLocation();
onChanged();
return this;
}
/**
* required string tmpLocation = 1;
*/
public Builder setTmpLocationBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
tmpLocation_ = value;
onChanged();
return this;
}
// required string ddlLocation = 2;
private java.lang.Object ddlLocation_ = "";
/**
* required string ddlLocation = 2;
*/
public boolean hasDdlLocation() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* required string ddlLocation = 2;
*/
public java.lang.String getDdlLocation() {
java.lang.Object ref = ddlLocation_;
if (!(ref instanceof java.lang.String)) {
java.lang.String s = ((com.google.protobuf.ByteString) ref)
.toStringUtf8();
ddlLocation_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* required string ddlLocation = 2;
*/
public com.google.protobuf.ByteString
getDdlLocationBytes() {
java.lang.Object ref = ddlLocation_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
ddlLocation_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* required string ddlLocation = 2;
*/
public Builder setDdlLocation(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
ddlLocation_ = value;
onChanged();
return this;
}
/**
* required string ddlLocation = 2;
*/
public Builder clearDdlLocation() {
bitField0_ = (bitField0_ & ~0x00000002);
ddlLocation_ = getDefaultInstance().getDdlLocation();
onChanged();
return this;
}
/**
* required string ddlLocation = 2;
*/
public Builder setDdlLocationBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
ddlLocation_ = value;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:apsara.odps.cupid.protocol.SavePathIterm)
}
static {
defaultInstance = new SavePathIterm(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:apsara.odps.cupid.protocol.SavePathIterm)
}
public interface CommitTaskRenameFileRequestParamOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// required string taskattempid = 1;
/**
* required string taskattempid = 1;
*/
boolean hasTaskattempid();
/**
* required string taskattempid = 1;
*/
java.lang.String getTaskattempid();
/**
* required string taskattempid = 1;
*/
com.google.protobuf.ByteString
getTaskattempidBytes();
// optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
boolean hasSavepaths();
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths getSavepaths();
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
apsara.odps.cupid.protocol.SavePathsProtos.SavePathsOrBuilder getSavepathsOrBuilder();
}
/**
* Protobuf type {@code apsara.odps.cupid.protocol.CommitTaskRenameFileRequestParam}
*/
public static final class CommitTaskRenameFileRequestParam extends
com.google.protobuf.GeneratedMessage
implements CommitTaskRenameFileRequestParamOrBuilder {
// Use CommitTaskRenameFileRequestParam.newBuilder() to construct.
private CommitTaskRenameFileRequestParam(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private CommitTaskRenameFileRequestParam(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final CommitTaskRenameFileRequestParam defaultInstance;
public static CommitTaskRenameFileRequestParam getDefaultInstance() {
return defaultInstance;
}
public CommitTaskRenameFileRequestParam getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private CommitTaskRenameFileRequestParam(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
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 (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
bitField0_ |= 0x00000001;
taskattempid_ = input.readBytes();
break;
}
case 18: {
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.Builder subBuilder = null;
if (((bitField0_ & 0x00000002) == 0x00000002)) {
subBuilder = savepaths_.toBuilder();
}
savepaths_ = input.readMessage(apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.PARSER, extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(savepaths_);
savepaths_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000002;
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_CommitTaskRenameFileRequestParam_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_CommitTaskRenameFileRequestParam_fieldAccessorTable
.ensureFieldAccessorsInitialized(
apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam.class, apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public CommitTaskRenameFileRequestParam parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new CommitTaskRenameFileRequestParam(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
// required string taskattempid = 1;
public static final int TASKATTEMPID_FIELD_NUMBER = 1;
private java.lang.Object taskattempid_;
/**
* required string taskattempid = 1;
*/
public boolean hasTaskattempid() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required string taskattempid = 1;
*/
public java.lang.String getTaskattempid() {
java.lang.Object ref = taskattempid_;
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 (bs.isValidUtf8()) {
taskattempid_ = s;
}
return s;
}
}
/**
* required string taskattempid = 1;
*/
public com.google.protobuf.ByteString
getTaskattempidBytes() {
java.lang.Object ref = taskattempid_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
taskattempid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
// optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
public static final int SAVEPATHS_FIELD_NUMBER = 2;
private apsara.odps.cupid.protocol.SavePathsProtos.SavePaths savepaths_;
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
public boolean hasSavepaths() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePaths getSavepaths() {
return savepaths_;
}
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathsOrBuilder getSavepathsOrBuilder() {
return savepaths_;
}
private void initFields() {
taskattempid_ = "";
savepaths_ = apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.getDefaultInstance();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasTaskattempid()) {
memoizedIsInitialized = 0;
return false;
}
if (hasSavepaths()) {
if (!getSavepaths().isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeBytes(1, getTaskattempidBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeMessage(2, savepaths_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(1, getTaskattempidBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, savepaths_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code apsara.odps.cupid.protocol.CommitTaskRenameFileRequestParam}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder
implements apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParamOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_CommitTaskRenameFileRequestParam_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_CommitTaskRenameFileRequestParam_fieldAccessorTable
.ensureFieldAccessorsInitialized(
apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam.class, apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam.Builder.class);
}
// Construct using apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getSavepathsFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
taskattempid_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
if (savepathsBuilder_ == null) {
savepaths_ = apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.getDefaultInstance();
} else {
savepathsBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_CommitTaskRenameFileRequestParam_descriptor;
}
public apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam getDefaultInstanceForType() {
return apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam.getDefaultInstance();
}
public apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam build() {
apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam buildPartial() {
apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam result = new apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.taskattempid_ = taskattempid_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
if (savepathsBuilder_ == null) {
result.savepaths_ = savepaths_;
} else {
result.savepaths_ = savepathsBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam) {
return mergeFrom((apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam other) {
if (other == apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam.getDefaultInstance()) return this;
if (other.hasTaskattempid()) {
bitField0_ |= 0x00000001;
taskattempid_ = other.taskattempid_;
onChanged();
}
if (other.hasSavepaths()) {
mergeSavepaths(other.getSavepaths());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (!hasTaskattempid()) {
return false;
}
if (hasSavepaths()) {
if (!getSavepaths().isInitialized()) {
return false;
}
}
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (apsara.odps.cupid.protocol.SavePathsProtos.CommitTaskRenameFileRequestParam) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
// required string taskattempid = 1;
private java.lang.Object taskattempid_ = "";
/**
* required string taskattempid = 1;
*/
public boolean hasTaskattempid() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required string taskattempid = 1;
*/
public java.lang.String getTaskattempid() {
java.lang.Object ref = taskattempid_;
if (!(ref instanceof java.lang.String)) {
java.lang.String s = ((com.google.protobuf.ByteString) ref)
.toStringUtf8();
taskattempid_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* required string taskattempid = 1;
*/
public com.google.protobuf.ByteString
getTaskattempidBytes() {
java.lang.Object ref = taskattempid_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
taskattempid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* required string taskattempid = 1;
*/
public Builder setTaskattempid(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
taskattempid_ = value;
onChanged();
return this;
}
/**
* required string taskattempid = 1;
*/
public Builder clearTaskattempid() {
bitField0_ = (bitField0_ & ~0x00000001);
taskattempid_ = getDefaultInstance().getTaskattempid();
onChanged();
return this;
}
/**
* required string taskattempid = 1;
*/
public Builder setTaskattempidBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
taskattempid_ = value;
onChanged();
return this;
}
// optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
private apsara.odps.cupid.protocol.SavePathsProtos.SavePaths savepaths_ = apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.getDefaultInstance();
private com.google.protobuf.SingleFieldBuilder<
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths, apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.Builder, apsara.odps.cupid.protocol.SavePathsProtos.SavePathsOrBuilder> savepathsBuilder_;
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
public boolean hasSavepaths() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePaths getSavepaths() {
if (savepathsBuilder_ == null) {
return savepaths_;
} else {
return savepathsBuilder_.getMessage();
}
}
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
public Builder setSavepaths(apsara.odps.cupid.protocol.SavePathsProtos.SavePaths value) {
if (savepathsBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
savepaths_ = value;
onChanged();
} else {
savepathsBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
return this;
}
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
public Builder setSavepaths(
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.Builder builderForValue) {
if (savepathsBuilder_ == null) {
savepaths_ = builderForValue.build();
onChanged();
} else {
savepathsBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
return this;
}
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
public Builder mergeSavepaths(apsara.odps.cupid.protocol.SavePathsProtos.SavePaths value) {
if (savepathsBuilder_ == null) {
if (((bitField0_ & 0x00000002) == 0x00000002) &&
savepaths_ != apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.getDefaultInstance()) {
savepaths_ =
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.newBuilder(savepaths_).mergeFrom(value).buildPartial();
} else {
savepaths_ = value;
}
onChanged();
} else {
savepathsBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000002;
return this;
}
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
public Builder clearSavepaths() {
if (savepathsBuilder_ == null) {
savepaths_ = apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.getDefaultInstance();
onChanged();
} else {
savepathsBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.Builder getSavepathsBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getSavepathsFieldBuilder().getBuilder();
}
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
public apsara.odps.cupid.protocol.SavePathsProtos.SavePathsOrBuilder getSavepathsOrBuilder() {
if (savepathsBuilder_ != null) {
return savepathsBuilder_.getMessageOrBuilder();
} else {
return savepaths_;
}
}
/**
* optional .apsara.odps.cupid.protocol.SavePaths savepaths = 2;
*/
private com.google.protobuf.SingleFieldBuilder<
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths, apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.Builder, apsara.odps.cupid.protocol.SavePathsProtos.SavePathsOrBuilder>
getSavepathsFieldBuilder() {
if (savepathsBuilder_ == null) {
savepathsBuilder_ = new com.google.protobuf.SingleFieldBuilder<
apsara.odps.cupid.protocol.SavePathsProtos.SavePaths, apsara.odps.cupid.protocol.SavePathsProtos.SavePaths.Builder, apsara.odps.cupid.protocol.SavePathsProtos.SavePathsOrBuilder>(
savepaths_,
getParentForChildren(),
isClean());
savepaths_ = null;
}
return savepathsBuilder_;
}
// @@protoc_insertion_point(builder_scope:apsara.odps.cupid.protocol.CommitTaskRenameFileRequestParam)
}
static {
defaultInstance = new CommitTaskRenameFileRequestParam(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:apsara.odps.cupid.protocol.CommitTaskRenameFileRequestParam)
}
public interface RegisterWriteTableRequestParamOrBuilder
extends com.google.protobuf.MessageOrBuilder {
// required string schema = 1;
/**
* required string schema = 1;
*/
boolean hasSchema();
/**
* required string schema = 1;
*/
java.lang.String getSchema();
/**
* required string schema = 1;
*/
com.google.protobuf.ByteString
getSchemaBytes();
// required string fileLocation = 2;
/**
* required string fileLocation = 2;
*/
boolean hasFileLocation();
/**
* required string fileLocation = 2;
*/
java.lang.String getFileLocation();
/**
* required string fileLocation = 2;
*/
com.google.protobuf.ByteString
getFileLocationBytes();
// required string capabilityFile = 3;
/**
* required string capabilityFile = 3;
*/
boolean hasCapabilityFile();
/**
* required string capabilityFile = 3;
*/
java.lang.String getCapabilityFile();
/**
* required string capabilityFile = 3;
*/
com.google.protobuf.ByteString
getCapabilityFileBytes();
}
/**
* Protobuf type {@code apsara.odps.cupid.protocol.RegisterWriteTableRequestParam}
*/
public static final class RegisterWriteTableRequestParam extends
com.google.protobuf.GeneratedMessage
implements RegisterWriteTableRequestParamOrBuilder {
// Use RegisterWriteTableRequestParam.newBuilder() to construct.
private RegisterWriteTableRequestParam(com.google.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private RegisterWriteTableRequestParam(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final RegisterWriteTableRequestParam defaultInstance;
public static RegisterWriteTableRequestParam getDefaultInstance() {
return defaultInstance;
}
public RegisterWriteTableRequestParam getDefaultInstanceForType() {
return defaultInstance;
}
private final com.google.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private RegisterWriteTableRequestParam(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
initFields();
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 (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
bitField0_ |= 0x00000001;
schema_ = input.readBytes();
break;
}
case 18: {
bitField0_ |= 0x00000002;
fileLocation_ = input.readBytes();
break;
}
case 26: {
bitField0_ |= 0x00000004;
capabilityFile_ = input.readBytes();
break;
}
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_RegisterWriteTableRequestParam_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_RegisterWriteTableRequestParam_fieldAccessorTable
.ensureFieldAccessorsInitialized(
apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam.class, apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam.Builder.class);
}
public static com.google.protobuf.Parser PARSER =
new com.google.protobuf.AbstractParser() {
public RegisterWriteTableRequestParam parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new RegisterWriteTableRequestParam(input, extensionRegistry);
}
};
@java.lang.Override
public com.google.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
// required string schema = 1;
public static final int SCHEMA_FIELD_NUMBER = 1;
private java.lang.Object schema_;
/**
* required string schema = 1;
*/
public boolean hasSchema() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required string schema = 1;
*/
public java.lang.String getSchema() {
java.lang.Object ref = schema_;
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 (bs.isValidUtf8()) {
schema_ = s;
}
return s;
}
}
/**
* required string schema = 1;
*/
public com.google.protobuf.ByteString
getSchemaBytes() {
java.lang.Object ref = schema_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
schema_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
// required string fileLocation = 2;
public static final int FILELOCATION_FIELD_NUMBER = 2;
private java.lang.Object fileLocation_;
/**
* required string fileLocation = 2;
*/
public boolean hasFileLocation() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* required string fileLocation = 2;
*/
public java.lang.String getFileLocation() {
java.lang.Object ref = fileLocation_;
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 (bs.isValidUtf8()) {
fileLocation_ = s;
}
return s;
}
}
/**
* required string fileLocation = 2;
*/
public com.google.protobuf.ByteString
getFileLocationBytes() {
java.lang.Object ref = fileLocation_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fileLocation_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
// required string capabilityFile = 3;
public static final int CAPABILITYFILE_FIELD_NUMBER = 3;
private java.lang.Object capabilityFile_;
/**
* required string capabilityFile = 3;
*/
public boolean hasCapabilityFile() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* required string capabilityFile = 3;
*/
public java.lang.String getCapabilityFile() {
java.lang.Object ref = capabilityFile_;
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 (bs.isValidUtf8()) {
capabilityFile_ = s;
}
return s;
}
}
/**
* required string capabilityFile = 3;
*/
public com.google.protobuf.ByteString
getCapabilityFileBytes() {
java.lang.Object ref = capabilityFile_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
capabilityFile_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private void initFields() {
schema_ = "";
fileLocation_ = "";
capabilityFile_ = "";
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasSchema()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasFileLocation()) {
memoizedIsInitialized = 0;
return false;
}
if (!hasCapabilityFile()) {
memoizedIsInitialized = 0;
return false;
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeBytes(1, getSchemaBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeBytes(2, getFileLocationBytes());
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
output.writeBytes(3, getCapabilityFileBytes());
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(1, getSchemaBytes());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(2, getFileLocationBytes());
}
if (((bitField0_ & 0x00000004) == 0x00000004)) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(3, getCapabilityFileBytes());
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code apsara.odps.cupid.protocol.RegisterWriteTableRequestParam}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessage.Builder
implements apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParamOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_RegisterWriteTableRequestParam_descriptor;
}
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_RegisterWriteTableRequestParam_fieldAccessorTable
.ensureFieldAccessorsInitialized(
apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam.class, apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam.Builder.class);
}
// Construct using apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
com.google.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
schema_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
fileLocation_ = "";
bitField0_ = (bitField0_ & ~0x00000002);
capabilityFile_ = "";
bitField0_ = (bitField0_ & ~0x00000004);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return apsara.odps.cupid.protocol.SavePathsProtos.internal_static_apsara_odps_cupid_protocol_RegisterWriteTableRequestParam_descriptor;
}
public apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam getDefaultInstanceForType() {
return apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam.getDefaultInstance();
}
public apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam build() {
apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam buildPartial() {
apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam result = new apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.schema_ = schema_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.fileLocation_ = fileLocation_;
if (((from_bitField0_ & 0x00000004) == 0x00000004)) {
to_bitField0_ |= 0x00000004;
}
result.capabilityFile_ = capabilityFile_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam) {
return mergeFrom((apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam other) {
if (other == apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam.getDefaultInstance()) return this;
if (other.hasSchema()) {
bitField0_ |= 0x00000001;
schema_ = other.schema_;
onChanged();
}
if (other.hasFileLocation()) {
bitField0_ |= 0x00000002;
fileLocation_ = other.fileLocation_;
onChanged();
}
if (other.hasCapabilityFile()) {
bitField0_ |= 0x00000004;
capabilityFile_ = other.capabilityFile_;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (!hasSchema()) {
return false;
}
if (!hasFileLocation()) {
return false;
}
if (!hasCapabilityFile()) {
return false;
}
return true;
}
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (apsara.odps.cupid.protocol.SavePathsProtos.RegisterWriteTableRequestParam) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
// required string schema = 1;
private java.lang.Object schema_ = "";
/**
* required string schema = 1;
*/
public boolean hasSchema() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required string schema = 1;
*/
public java.lang.String getSchema() {
java.lang.Object ref = schema_;
if (!(ref instanceof java.lang.String)) {
java.lang.String s = ((com.google.protobuf.ByteString) ref)
.toStringUtf8();
schema_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* required string schema = 1;
*/
public com.google.protobuf.ByteString
getSchemaBytes() {
java.lang.Object ref = schema_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
schema_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* required string schema = 1;
*/
public Builder setSchema(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
schema_ = value;
onChanged();
return this;
}
/**
* required string schema = 1;
*/
public Builder clearSchema() {
bitField0_ = (bitField0_ & ~0x00000001);
schema_ = getDefaultInstance().getSchema();
onChanged();
return this;
}
/**
* required string schema = 1;
*/
public Builder setSchemaBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
schema_ = value;
onChanged();
return this;
}
// required string fileLocation = 2;
private java.lang.Object fileLocation_ = "";
/**
* required string fileLocation = 2;
*/
public boolean hasFileLocation() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* required string fileLocation = 2;
*/
public java.lang.String getFileLocation() {
java.lang.Object ref = fileLocation_;
if (!(ref instanceof java.lang.String)) {
java.lang.String s = ((com.google.protobuf.ByteString) ref)
.toStringUtf8();
fileLocation_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* required string fileLocation = 2;
*/
public com.google.protobuf.ByteString
getFileLocationBytes() {
java.lang.Object ref = fileLocation_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
fileLocation_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* required string fileLocation = 2;
*/
public Builder setFileLocation(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
fileLocation_ = value;
onChanged();
return this;
}
/**
* required string fileLocation = 2;
*/
public Builder clearFileLocation() {
bitField0_ = (bitField0_ & ~0x00000002);
fileLocation_ = getDefaultInstance().getFileLocation();
onChanged();
return this;
}
/**
* required string fileLocation = 2;
*/
public Builder setFileLocationBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
fileLocation_ = value;
onChanged();
return this;
}
// required string capabilityFile = 3;
private java.lang.Object capabilityFile_ = "";
/**
* required string capabilityFile = 3;
*/
public boolean hasCapabilityFile() {
return ((bitField0_ & 0x00000004) == 0x00000004);
}
/**
* required string capabilityFile = 3;
*/
public java.lang.String getCapabilityFile() {
java.lang.Object ref = capabilityFile_;
if (!(ref instanceof java.lang.String)) {
java.lang.String s = ((com.google.protobuf.ByteString) ref)
.toStringUtf8();
capabilityFile_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* required string capabilityFile = 3;
*/
public com.google.protobuf.ByteString
getCapabilityFileBytes() {
java.lang.Object ref = capabilityFile_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
capabilityFile_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* required string capabilityFile = 3;
*/
public Builder setCapabilityFile(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000004;
capabilityFile_ = value;
onChanged();
return this;
}
/**
* required string capabilityFile = 3;
*/
public Builder clearCapabilityFile() {
bitField0_ = (bitField0_ & ~0x00000004);
capabilityFile_ = getDefaultInstance().getCapabilityFile();
onChanged();
return this;
}
/**
* required string capabilityFile = 3;
*/
public Builder setCapabilityFileBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000004;
capabilityFile_ = value;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:apsara.odps.cupid.protocol.RegisterWriteTableRequestParam)
}
static {
defaultInstance = new RegisterWriteTableRequestParam(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:apsara.odps.cupid.protocol.RegisterWriteTableRequestParam)
}
private static com.google.protobuf.Descriptors.Descriptor
internal_static_apsara_odps_cupid_protocol_SavePaths_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_apsara_odps_cupid_protocol_SavePaths_fieldAccessorTable;
private static com.google.protobuf.Descriptors.Descriptor
internal_static_apsara_odps_cupid_protocol_SavePathIterm_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_apsara_odps_cupid_protocol_SavePathIterm_fieldAccessorTable;
private static com.google.protobuf.Descriptors.Descriptor
internal_static_apsara_odps_cupid_protocol_CommitTaskRenameFileRequestParam_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_apsara_odps_cupid_protocol_CommitTaskRenameFileRequestParam_fieldAccessorTable;
private static com.google.protobuf.Descriptors.Descriptor
internal_static_apsara_odps_cupid_protocol_RegisterWriteTableRequestParam_descriptor;
private static
com.google.protobuf.GeneratedMessage.FieldAccessorTable
internal_static_apsara_odps_cupid_protocol_RegisterWriteTableRequestParam_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\024cupidsavepaths.proto\022\032apsara.odps.cupi" +
"d.protocol\"f\n\tSavePaths\022@\n\rsavePathIterm" +
"\030\001 \003(\0132).apsara.odps.cupid.protocol.Save" +
"PathIterm\022\027\n\017saveTempCapFile\030\002 \001(\t\"9\n\rSa" +
"vePathIterm\022\023\n\013tmpLocation\030\001 \002(\t\022\023\n\013ddlL" +
"ocation\030\002 \002(\t\"r\n CommitTaskRenameFileReq" +
"uestParam\022\024\n\014taskattempid\030\001 \002(\t\0228\n\tsavep" +
"aths\030\002 \001(\0132%.apsara.odps.cupid.protocol." +
"SavePaths\"^\n\036RegisterWriteTableRequestPa" +
"ram\022\016\n\006schema\030\001 \002(\t\022\024\n\014fileLocation\030\002 \002(",
"\t\022\026\n\016capabilityFile\030\003 \002(\tB\021B\017SavePathsPr" +
"otos"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
internal_static_apsara_odps_cupid_protocol_SavePaths_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_apsara_odps_cupid_protocol_SavePaths_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_apsara_odps_cupid_protocol_SavePaths_descriptor,
new java.lang.String[] { "SavePathIterm", "SaveTempCapFile", });
internal_static_apsara_odps_cupid_protocol_SavePathIterm_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_apsara_odps_cupid_protocol_SavePathIterm_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_apsara_odps_cupid_protocol_SavePathIterm_descriptor,
new java.lang.String[] { "TmpLocation", "DdlLocation", });
internal_static_apsara_odps_cupid_protocol_CommitTaskRenameFileRequestParam_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_apsara_odps_cupid_protocol_CommitTaskRenameFileRequestParam_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_apsara_odps_cupid_protocol_CommitTaskRenameFileRequestParam_descriptor,
new java.lang.String[] { "Taskattempid", "Savepaths", });
internal_static_apsara_odps_cupid_protocol_RegisterWriteTableRequestParam_descriptor =
getDescriptor().getMessageTypes().get(3);
internal_static_apsara_odps_cupid_protocol_RegisterWriteTableRequestParam_fieldAccessorTable = new
com.google.protobuf.GeneratedMessage.FieldAccessorTable(
internal_static_apsara_odps_cupid_protocol_RegisterWriteTableRequestParam_descriptor,
new java.lang.String[] { "Schema", "FileLocation", "CapabilityFile", });
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy