com.netflix.conductor.proto.SkipTaskRequestPb Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: model/skiptaskrequest.proto
package com.netflix.conductor.proto;
public final class SkipTaskRequestPb {
private SkipTaskRequestPb() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
public interface SkipTaskRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:conductor.proto.SkipTaskRequest)
com.google.protobuf.MessageOrBuilder {
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
int getTaskInputCount();
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
boolean containsTaskInput(
java.lang.String key);
/**
* Use {@link #getTaskInputMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getTaskInput();
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
java.util.Map
getTaskInputMap();
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
/* nullable */
com.google.protobuf.Value getTaskInputOrDefault(
java.lang.String key,
/* nullable */
com.google.protobuf.Value defaultValue);
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
com.google.protobuf.Value getTaskInputOrThrow(
java.lang.String key);
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
int getTaskOutputCount();
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
boolean containsTaskOutput(
java.lang.String key);
/**
* Use {@link #getTaskOutputMap()} instead.
*/
@java.lang.Deprecated
java.util.Map
getTaskOutput();
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
java.util.Map
getTaskOutputMap();
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
/* nullable */
com.google.protobuf.Value getTaskOutputOrDefault(
java.lang.String key,
/* nullable */
com.google.protobuf.Value defaultValue);
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
com.google.protobuf.Value getTaskOutputOrThrow(
java.lang.String key);
/**
* .google.protobuf.Any task_input_message = 3;
* @return Whether the taskInputMessage field is set.
*/
boolean hasTaskInputMessage();
/**
* .google.protobuf.Any task_input_message = 3;
* @return The taskInputMessage.
*/
com.google.protobuf.Any getTaskInputMessage();
/**
* .google.protobuf.Any task_input_message = 3;
*/
com.google.protobuf.AnyOrBuilder getTaskInputMessageOrBuilder();
/**
* .google.protobuf.Any task_output_message = 4;
* @return Whether the taskOutputMessage field is set.
*/
boolean hasTaskOutputMessage();
/**
* .google.protobuf.Any task_output_message = 4;
* @return The taskOutputMessage.
*/
com.google.protobuf.Any getTaskOutputMessage();
/**
* .google.protobuf.Any task_output_message = 4;
*/
com.google.protobuf.AnyOrBuilder getTaskOutputMessageOrBuilder();
}
/**
* Protobuf type {@code conductor.proto.SkipTaskRequest}
*/
public static final class SkipTaskRequest extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:conductor.proto.SkipTaskRequest)
SkipTaskRequestOrBuilder {
private static final long serialVersionUID = 0L;
// Use SkipTaskRequest.newBuilder() to construct.
private SkipTaskRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private SkipTaskRequest() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new SkipTaskRequest();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.netflix.conductor.proto.SkipTaskRequestPb.internal_static_conductor_proto_SkipTaskRequest_descriptor;
}
@SuppressWarnings({"rawtypes"})
@java.lang.Override
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 1:
return internalGetTaskInput();
case 2:
return internalGetTaskOutput();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.netflix.conductor.proto.SkipTaskRequestPb.internal_static_conductor_proto_SkipTaskRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest.class, com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest.Builder.class);
}
public static final int TASK_INPUT_FIELD_NUMBER = 1;
private static final class TaskInputDefaultEntryHolder {
static final com.google.protobuf.MapEntry<
java.lang.String, com.google.protobuf.Value> defaultEntry =
com.google.protobuf.MapEntry
.newDefaultInstance(
com.netflix.conductor.proto.SkipTaskRequestPb.internal_static_conductor_proto_SkipTaskRequest_TaskInputEntry_descriptor,
com.google.protobuf.WireFormat.FieldType.STRING,
"",
com.google.protobuf.WireFormat.FieldType.MESSAGE,
com.google.protobuf.Value.getDefaultInstance());
}
@SuppressWarnings("serial")
private com.google.protobuf.MapField<
java.lang.String, com.google.protobuf.Value> taskInput_;
private com.google.protobuf.MapField
internalGetTaskInput() {
if (taskInput_ == null) {
return com.google.protobuf.MapField.emptyMapField(
TaskInputDefaultEntryHolder.defaultEntry);
}
return taskInput_;
}
public int getTaskInputCount() {
return internalGetTaskInput().getMap().size();
}
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
@java.lang.Override
public boolean containsTaskInput(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
return internalGetTaskInput().getMap().containsKey(key);
}
/**
* Use {@link #getTaskInputMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getTaskInput() {
return getTaskInputMap();
}
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
@java.lang.Override
public java.util.Map getTaskInputMap() {
return internalGetTaskInput().getMap();
}
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
@java.lang.Override
public /* nullable */
com.google.protobuf.Value getTaskInputOrDefault(
java.lang.String key,
/* nullable */
com.google.protobuf.Value defaultValue) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Map map =
internalGetTaskInput().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
@java.lang.Override
public com.google.protobuf.Value getTaskInputOrThrow(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Map map =
internalGetTaskInput().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public static final int TASK_OUTPUT_FIELD_NUMBER = 2;
private static final class TaskOutputDefaultEntryHolder {
static final com.google.protobuf.MapEntry<
java.lang.String, com.google.protobuf.Value> defaultEntry =
com.google.protobuf.MapEntry
.newDefaultInstance(
com.netflix.conductor.proto.SkipTaskRequestPb.internal_static_conductor_proto_SkipTaskRequest_TaskOutputEntry_descriptor,
com.google.protobuf.WireFormat.FieldType.STRING,
"",
com.google.protobuf.WireFormat.FieldType.MESSAGE,
com.google.protobuf.Value.getDefaultInstance());
}
@SuppressWarnings("serial")
private com.google.protobuf.MapField<
java.lang.String, com.google.protobuf.Value> taskOutput_;
private com.google.protobuf.MapField
internalGetTaskOutput() {
if (taskOutput_ == null) {
return com.google.protobuf.MapField.emptyMapField(
TaskOutputDefaultEntryHolder.defaultEntry);
}
return taskOutput_;
}
public int getTaskOutputCount() {
return internalGetTaskOutput().getMap().size();
}
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
@java.lang.Override
public boolean containsTaskOutput(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
return internalGetTaskOutput().getMap().containsKey(key);
}
/**
* Use {@link #getTaskOutputMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getTaskOutput() {
return getTaskOutputMap();
}
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
@java.lang.Override
public java.util.Map getTaskOutputMap() {
return internalGetTaskOutput().getMap();
}
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
@java.lang.Override
public /* nullable */
com.google.protobuf.Value getTaskOutputOrDefault(
java.lang.String key,
/* nullable */
com.google.protobuf.Value defaultValue) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Map map =
internalGetTaskOutput().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
@java.lang.Override
public com.google.protobuf.Value getTaskOutputOrThrow(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Map map =
internalGetTaskOutput().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public static final int TASK_INPUT_MESSAGE_FIELD_NUMBER = 3;
private com.google.protobuf.Any taskInputMessage_;
/**
* .google.protobuf.Any task_input_message = 3;
* @return Whether the taskInputMessage field is set.
*/
@java.lang.Override
public boolean hasTaskInputMessage() {
return taskInputMessage_ != null;
}
/**
* .google.protobuf.Any task_input_message = 3;
* @return The taskInputMessage.
*/
@java.lang.Override
public com.google.protobuf.Any getTaskInputMessage() {
return taskInputMessage_ == null ? com.google.protobuf.Any.getDefaultInstance() : taskInputMessage_;
}
/**
* .google.protobuf.Any task_input_message = 3;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getTaskInputMessageOrBuilder() {
return taskInputMessage_ == null ? com.google.protobuf.Any.getDefaultInstance() : taskInputMessage_;
}
public static final int TASK_OUTPUT_MESSAGE_FIELD_NUMBER = 4;
private com.google.protobuf.Any taskOutputMessage_;
/**
* .google.protobuf.Any task_output_message = 4;
* @return Whether the taskOutputMessage field is set.
*/
@java.lang.Override
public boolean hasTaskOutputMessage() {
return taskOutputMessage_ != null;
}
/**
* .google.protobuf.Any task_output_message = 4;
* @return The taskOutputMessage.
*/
@java.lang.Override
public com.google.protobuf.Any getTaskOutputMessage() {
return taskOutputMessage_ == null ? com.google.protobuf.Any.getDefaultInstance() : taskOutputMessage_;
}
/**
* .google.protobuf.Any task_output_message = 4;
*/
@java.lang.Override
public com.google.protobuf.AnyOrBuilder getTaskOutputMessageOrBuilder() {
return taskOutputMessage_ == null ? com.google.protobuf.Any.getDefaultInstance() : taskOutputMessage_;
}
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 {
com.google.protobuf.GeneratedMessageV3
.serializeStringMapTo(
output,
internalGetTaskInput(),
TaskInputDefaultEntryHolder.defaultEntry,
1);
com.google.protobuf.GeneratedMessageV3
.serializeStringMapTo(
output,
internalGetTaskOutput(),
TaskOutputDefaultEntryHolder.defaultEntry,
2);
if (taskInputMessage_ != null) {
output.writeMessage(3, getTaskInputMessage());
}
if (taskOutputMessage_ != null) {
output.writeMessage(4, getTaskOutputMessage());
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
for (java.util.Map.Entry entry
: internalGetTaskInput().getMap().entrySet()) {
com.google.protobuf.MapEntry
taskInput__ = TaskInputDefaultEntryHolder.defaultEntry.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, taskInput__);
}
for (java.util.Map.Entry entry
: internalGetTaskOutput().getMap().entrySet()) {
com.google.protobuf.MapEntry
taskOutput__ = TaskOutputDefaultEntryHolder.defaultEntry.newBuilderForType()
.setKey(entry.getKey())
.setValue(entry.getValue())
.build();
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, taskOutput__);
}
if (taskInputMessage_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(3, getTaskInputMessage());
}
if (taskOutputMessage_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(4, getTaskOutputMessage());
}
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.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest)) {
return super.equals(obj);
}
com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest other = (com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest) obj;
if (!internalGetTaskInput().equals(
other.internalGetTaskInput())) return false;
if (!internalGetTaskOutput().equals(
other.internalGetTaskOutput())) return false;
if (hasTaskInputMessage() != other.hasTaskInputMessage()) return false;
if (hasTaskInputMessage()) {
if (!getTaskInputMessage()
.equals(other.getTaskInputMessage())) return false;
}
if (hasTaskOutputMessage() != other.hasTaskOutputMessage()) return false;
if (hasTaskOutputMessage()) {
if (!getTaskOutputMessage()
.equals(other.getTaskOutputMessage())) 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();
if (!internalGetTaskInput().getMap().isEmpty()) {
hash = (37 * hash) + TASK_INPUT_FIELD_NUMBER;
hash = (53 * hash) + internalGetTaskInput().hashCode();
}
if (!internalGetTaskOutput().getMap().isEmpty()) {
hash = (37 * hash) + TASK_OUTPUT_FIELD_NUMBER;
hash = (53 * hash) + internalGetTaskOutput().hashCode();
}
if (hasTaskInputMessage()) {
hash = (37 * hash) + TASK_INPUT_MESSAGE_FIELD_NUMBER;
hash = (53 * hash) + getTaskInputMessage().hashCode();
}
if (hasTaskOutputMessage()) {
hash = (37 * hash) + TASK_OUTPUT_MESSAGE_FIELD_NUMBER;
hash = (53 * hash) + getTaskOutputMessage().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest 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.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest 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.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest 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.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest 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 conductor.proto.SkipTaskRequest}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:conductor.proto.SkipTaskRequest)
com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequestOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.netflix.conductor.proto.SkipTaskRequestPb.internal_static_conductor_proto_SkipTaskRequest_descriptor;
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMapField(
int number) {
switch (number) {
case 1:
return internalGetTaskInput();
case 2:
return internalGetTaskOutput();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@SuppressWarnings({"rawtypes"})
protected com.google.protobuf.MapField internalGetMutableMapField(
int number) {
switch (number) {
case 1:
return internalGetMutableTaskInput();
case 2:
return internalGetMutableTaskOutput();
default:
throw new RuntimeException(
"Invalid map field number: " + number);
}
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.netflix.conductor.proto.SkipTaskRequestPb.internal_static_conductor_proto_SkipTaskRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest.class, com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest.Builder.class);
}
// Construct using com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
internalGetMutableTaskInput().clear();
internalGetMutableTaskOutput().clear();
taskInputMessage_ = null;
if (taskInputMessageBuilder_ != null) {
taskInputMessageBuilder_.dispose();
taskInputMessageBuilder_ = null;
}
taskOutputMessage_ = null;
if (taskOutputMessageBuilder_ != null) {
taskOutputMessageBuilder_.dispose();
taskOutputMessageBuilder_ = null;
}
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.netflix.conductor.proto.SkipTaskRequestPb.internal_static_conductor_proto_SkipTaskRequest_descriptor;
}
@java.lang.Override
public com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest getDefaultInstanceForType() {
return com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest.getDefaultInstance();
}
@java.lang.Override
public com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest build() {
com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest buildPartial() {
com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest result = new com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.taskInput_ = internalGetTaskInput();
result.taskInput_.makeImmutable();
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.taskOutput_ = internalGetTaskOutput();
result.taskOutput_.makeImmutable();
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.taskInputMessage_ = taskInputMessageBuilder_ == null
? taskInputMessage_
: taskInputMessageBuilder_.build();
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.taskOutputMessage_ = taskOutputMessageBuilder_ == null
? taskOutputMessage_
: taskOutputMessageBuilder_.build();
}
}
@java.lang.Override
public Builder clone() {
return super.clone();
}
@java.lang.Override
public Builder setField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.setField(field, value);
}
@java.lang.Override
public Builder clearField(
com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
@java.lang.Override
public Builder clearOneof(
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
@java.lang.Override
public Builder addRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) {
return super.addRepeatedField(field, value);
}
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest) {
return mergeFrom((com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest other) {
if (other == com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest.getDefaultInstance()) return this;
internalGetMutableTaskInput().mergeFrom(
other.internalGetTaskInput());
bitField0_ |= 0x00000001;
internalGetMutableTaskOutput().mergeFrom(
other.internalGetTaskOutput());
bitField0_ |= 0x00000002;
if (other.hasTaskInputMessage()) {
mergeTaskInputMessage(other.getTaskInputMessage());
}
if (other.hasTaskOutputMessage()) {
mergeTaskOutputMessage(other.getTaskOutputMessage());
}
this.mergeUnknownFields(other.getUnknownFields());
onChanged();
return this;
}
@java.lang.Override
public final boolean isInitialized() {
return true;
}
@java.lang.Override
public Builder mergeFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
case 10: {
com.google.protobuf.MapEntry
taskInput__ = input.readMessage(
TaskInputDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
internalGetMutableTaskInput().getMutableMap().put(
taskInput__.getKey(), taskInput__.getValue());
bitField0_ |= 0x00000001;
break;
} // case 10
case 18: {
com.google.protobuf.MapEntry
taskOutput__ = input.readMessage(
TaskOutputDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
internalGetMutableTaskOutput().getMutableMap().put(
taskOutput__.getKey(), taskOutput__.getValue());
bitField0_ |= 0x00000002;
break;
} // case 18
case 26: {
input.readMessage(
getTaskInputMessageFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000004;
break;
} // case 26
case 34: {
input.readMessage(
getTaskOutputMessageFieldBuilder().getBuilder(),
extensionRegistry);
bitField0_ |= 0x00000008;
break;
} // case 34
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 com.google.protobuf.MapField<
java.lang.String, com.google.protobuf.Value> taskInput_;
private com.google.protobuf.MapField
internalGetTaskInput() {
if (taskInput_ == null) {
return com.google.protobuf.MapField.emptyMapField(
TaskInputDefaultEntryHolder.defaultEntry);
}
return taskInput_;
}
private com.google.protobuf.MapField
internalGetMutableTaskInput() {
if (taskInput_ == null) {
taskInput_ = com.google.protobuf.MapField.newMapField(
TaskInputDefaultEntryHolder.defaultEntry);
}
if (!taskInput_.isMutable()) {
taskInput_ = taskInput_.copy();
}
bitField0_ |= 0x00000001;
onChanged();
return taskInput_;
}
public int getTaskInputCount() {
return internalGetTaskInput().getMap().size();
}
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
@java.lang.Override
public boolean containsTaskInput(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
return internalGetTaskInput().getMap().containsKey(key);
}
/**
* Use {@link #getTaskInputMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getTaskInput() {
return getTaskInputMap();
}
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
@java.lang.Override
public java.util.Map getTaskInputMap() {
return internalGetTaskInput().getMap();
}
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
@java.lang.Override
public /* nullable */
com.google.protobuf.Value getTaskInputOrDefault(
java.lang.String key,
/* nullable */
com.google.protobuf.Value defaultValue) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Map map =
internalGetTaskInput().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
@java.lang.Override
public com.google.protobuf.Value getTaskInputOrThrow(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Map map =
internalGetTaskInput().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearTaskInput() {
bitField0_ = (bitField0_ & ~0x00000001);
internalGetMutableTaskInput().getMutableMap()
.clear();
return this;
}
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
public Builder removeTaskInput(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
internalGetMutableTaskInput().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map
getMutableTaskInput() {
bitField0_ |= 0x00000001;
return internalGetMutableTaskInput().getMutableMap();
}
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
public Builder putTaskInput(
java.lang.String key,
com.google.protobuf.Value value) {
if (key == null) { throw new NullPointerException("map key"); }
if (value == null) { throw new NullPointerException("map value"); }
internalGetMutableTaskInput().getMutableMap()
.put(key, value);
bitField0_ |= 0x00000001;
return this;
}
/**
* map<string, .google.protobuf.Value> task_input = 1;
*/
public Builder putAllTaskInput(
java.util.Map values) {
internalGetMutableTaskInput().getMutableMap()
.putAll(values);
bitField0_ |= 0x00000001;
return this;
}
private com.google.protobuf.MapField<
java.lang.String, com.google.protobuf.Value> taskOutput_;
private com.google.protobuf.MapField
internalGetTaskOutput() {
if (taskOutput_ == null) {
return com.google.protobuf.MapField.emptyMapField(
TaskOutputDefaultEntryHolder.defaultEntry);
}
return taskOutput_;
}
private com.google.protobuf.MapField
internalGetMutableTaskOutput() {
if (taskOutput_ == null) {
taskOutput_ = com.google.protobuf.MapField.newMapField(
TaskOutputDefaultEntryHolder.defaultEntry);
}
if (!taskOutput_.isMutable()) {
taskOutput_ = taskOutput_.copy();
}
bitField0_ |= 0x00000002;
onChanged();
return taskOutput_;
}
public int getTaskOutputCount() {
return internalGetTaskOutput().getMap().size();
}
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
@java.lang.Override
public boolean containsTaskOutput(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
return internalGetTaskOutput().getMap().containsKey(key);
}
/**
* Use {@link #getTaskOutputMap()} instead.
*/
@java.lang.Override
@java.lang.Deprecated
public java.util.Map getTaskOutput() {
return getTaskOutputMap();
}
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
@java.lang.Override
public java.util.Map getTaskOutputMap() {
return internalGetTaskOutput().getMap();
}
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
@java.lang.Override
public /* nullable */
com.google.protobuf.Value getTaskOutputOrDefault(
java.lang.String key,
/* nullable */
com.google.protobuf.Value defaultValue) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Map map =
internalGetTaskOutput().getMap();
return map.containsKey(key) ? map.get(key) : defaultValue;
}
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
@java.lang.Override
public com.google.protobuf.Value getTaskOutputOrThrow(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
java.util.Map map =
internalGetTaskOutput().getMap();
if (!map.containsKey(key)) {
throw new java.lang.IllegalArgumentException();
}
return map.get(key);
}
public Builder clearTaskOutput() {
bitField0_ = (bitField0_ & ~0x00000002);
internalGetMutableTaskOutput().getMutableMap()
.clear();
return this;
}
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
public Builder removeTaskOutput(
java.lang.String key) {
if (key == null) { throw new NullPointerException("map key"); }
internalGetMutableTaskOutput().getMutableMap()
.remove(key);
return this;
}
/**
* Use alternate mutation accessors instead.
*/
@java.lang.Deprecated
public java.util.Map
getMutableTaskOutput() {
bitField0_ |= 0x00000002;
return internalGetMutableTaskOutput().getMutableMap();
}
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
public Builder putTaskOutput(
java.lang.String key,
com.google.protobuf.Value value) {
if (key == null) { throw new NullPointerException("map key"); }
if (value == null) { throw new NullPointerException("map value"); }
internalGetMutableTaskOutput().getMutableMap()
.put(key, value);
bitField0_ |= 0x00000002;
return this;
}
/**
* map<string, .google.protobuf.Value> task_output = 2;
*/
public Builder putAllTaskOutput(
java.util.Map values) {
internalGetMutableTaskOutput().getMutableMap()
.putAll(values);
bitField0_ |= 0x00000002;
return this;
}
private com.google.protobuf.Any taskInputMessage_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> taskInputMessageBuilder_;
/**
* .google.protobuf.Any task_input_message = 3;
* @return Whether the taskInputMessage field is set.
*/
public boolean hasTaskInputMessage() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* .google.protobuf.Any task_input_message = 3;
* @return The taskInputMessage.
*/
public com.google.protobuf.Any getTaskInputMessage() {
if (taskInputMessageBuilder_ == null) {
return taskInputMessage_ == null ? com.google.protobuf.Any.getDefaultInstance() : taskInputMessage_;
} else {
return taskInputMessageBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any task_input_message = 3;
*/
public Builder setTaskInputMessage(com.google.protobuf.Any value) {
if (taskInputMessageBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
taskInputMessage_ = value;
} else {
taskInputMessageBuilder_.setMessage(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .google.protobuf.Any task_input_message = 3;
*/
public Builder setTaskInputMessage(
com.google.protobuf.Any.Builder builderForValue) {
if (taskInputMessageBuilder_ == null) {
taskInputMessage_ = builderForValue.build();
} else {
taskInputMessageBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .google.protobuf.Any task_input_message = 3;
*/
public Builder mergeTaskInputMessage(com.google.protobuf.Any value) {
if (taskInputMessageBuilder_ == null) {
if (((bitField0_ & 0x00000004) != 0) &&
taskInputMessage_ != null &&
taskInputMessage_ != com.google.protobuf.Any.getDefaultInstance()) {
getTaskInputMessageBuilder().mergeFrom(value);
} else {
taskInputMessage_ = value;
}
} else {
taskInputMessageBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* .google.protobuf.Any task_input_message = 3;
*/
public Builder clearTaskInputMessage() {
bitField0_ = (bitField0_ & ~0x00000004);
taskInputMessage_ = null;
if (taskInputMessageBuilder_ != null) {
taskInputMessageBuilder_.dispose();
taskInputMessageBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Any task_input_message = 3;
*/
public com.google.protobuf.Any.Builder getTaskInputMessageBuilder() {
bitField0_ |= 0x00000004;
onChanged();
return getTaskInputMessageFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any task_input_message = 3;
*/
public com.google.protobuf.AnyOrBuilder getTaskInputMessageOrBuilder() {
if (taskInputMessageBuilder_ != null) {
return taskInputMessageBuilder_.getMessageOrBuilder();
} else {
return taskInputMessage_ == null ?
com.google.protobuf.Any.getDefaultInstance() : taskInputMessage_;
}
}
/**
* .google.protobuf.Any task_input_message = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getTaskInputMessageFieldBuilder() {
if (taskInputMessageBuilder_ == null) {
taskInputMessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getTaskInputMessage(),
getParentForChildren(),
isClean());
taskInputMessage_ = null;
}
return taskInputMessageBuilder_;
}
private com.google.protobuf.Any taskOutputMessage_;
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder> taskOutputMessageBuilder_;
/**
* .google.protobuf.Any task_output_message = 4;
* @return Whether the taskOutputMessage field is set.
*/
public boolean hasTaskOutputMessage() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* .google.protobuf.Any task_output_message = 4;
* @return The taskOutputMessage.
*/
public com.google.protobuf.Any getTaskOutputMessage() {
if (taskOutputMessageBuilder_ == null) {
return taskOutputMessage_ == null ? com.google.protobuf.Any.getDefaultInstance() : taskOutputMessage_;
} else {
return taskOutputMessageBuilder_.getMessage();
}
}
/**
* .google.protobuf.Any task_output_message = 4;
*/
public Builder setTaskOutputMessage(com.google.protobuf.Any value) {
if (taskOutputMessageBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
taskOutputMessage_ = value;
} else {
taskOutputMessageBuilder_.setMessage(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .google.protobuf.Any task_output_message = 4;
*/
public Builder setTaskOutputMessage(
com.google.protobuf.Any.Builder builderForValue) {
if (taskOutputMessageBuilder_ == null) {
taskOutputMessage_ = builderForValue.build();
} else {
taskOutputMessageBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .google.protobuf.Any task_output_message = 4;
*/
public Builder mergeTaskOutputMessage(com.google.protobuf.Any value) {
if (taskOutputMessageBuilder_ == null) {
if (((bitField0_ & 0x00000008) != 0) &&
taskOutputMessage_ != null &&
taskOutputMessage_ != com.google.protobuf.Any.getDefaultInstance()) {
getTaskOutputMessageBuilder().mergeFrom(value);
} else {
taskOutputMessage_ = value;
}
} else {
taskOutputMessageBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* .google.protobuf.Any task_output_message = 4;
*/
public Builder clearTaskOutputMessage() {
bitField0_ = (bitField0_ & ~0x00000008);
taskOutputMessage_ = null;
if (taskOutputMessageBuilder_ != null) {
taskOutputMessageBuilder_.dispose();
taskOutputMessageBuilder_ = null;
}
onChanged();
return this;
}
/**
* .google.protobuf.Any task_output_message = 4;
*/
public com.google.protobuf.Any.Builder getTaskOutputMessageBuilder() {
bitField0_ |= 0x00000008;
onChanged();
return getTaskOutputMessageFieldBuilder().getBuilder();
}
/**
* .google.protobuf.Any task_output_message = 4;
*/
public com.google.protobuf.AnyOrBuilder getTaskOutputMessageOrBuilder() {
if (taskOutputMessageBuilder_ != null) {
return taskOutputMessageBuilder_.getMessageOrBuilder();
} else {
return taskOutputMessage_ == null ?
com.google.protobuf.Any.getDefaultInstance() : taskOutputMessage_;
}
}
/**
* .google.protobuf.Any task_output_message = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>
getTaskOutputMessageFieldBuilder() {
if (taskOutputMessageBuilder_ == null) {
taskOutputMessageBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.google.protobuf.Any, com.google.protobuf.Any.Builder, com.google.protobuf.AnyOrBuilder>(
getTaskOutputMessage(),
getParentForChildren(),
isClean());
taskOutputMessage_ = null;
}
return taskOutputMessageBuilder_;
}
@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:conductor.proto.SkipTaskRequest)
}
// @@protoc_insertion_point(class_scope:conductor.proto.SkipTaskRequest)
private static final com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest();
}
public static com.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public SkipTaskRequest 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.netflix.conductor.proto.SkipTaskRequestPb.SkipTaskRequest getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_conductor_proto_SkipTaskRequest_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_conductor_proto_SkipTaskRequest_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_conductor_proto_SkipTaskRequest_TaskInputEntry_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_conductor_proto_SkipTaskRequest_TaskInputEntry_fieldAccessorTable;
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_conductor_proto_SkipTaskRequest_TaskOutputEntry_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_conductor_proto_SkipTaskRequest_TaskOutputEntry_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\033model/skiptaskrequest.proto\022\017conductor" +
".proto\032\034google/protobuf/struct.proto\032\031go" +
"ogle/protobuf/any.proto\"\227\003\n\017SkipTaskRequ" +
"est\022C\n\ntask_input\030\001 \003(\0132/.conductor.prot" +
"o.SkipTaskRequest.TaskInputEntry\022E\n\013task" +
"_output\030\002 \003(\01320.conductor.proto.SkipTask" +
"Request.TaskOutputEntry\0220\n\022task_input_me" +
"ssage\030\003 \001(\0132\024.google.protobuf.Any\0221\n\023tas" +
"k_output_message\030\004 \001(\0132\024.google.protobuf" +
".Any\032H\n\016TaskInputEntry\022\013\n\003key\030\001 \001(\t\022%\n\005v" +
"alue\030\002 \001(\0132\026.google.protobuf.Value:\0028\001\032I" +
"\n\017TaskOutputEntry\022\013\n\003key\030\001 \001(\t\022%\n\005value\030" +
"\002 \001(\0132\026.google.protobuf.Value:\0028\001Bl\n\033com" +
".netflix.conductor.protoB\021SkipTaskReques" +
"tPbZ:github.com/netflix/conductor/client" +
"/gogrpc/conductor/modelb\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.StructProto.getDescriptor(),
com.google.protobuf.AnyProto.getDescriptor(),
});
internal_static_conductor_proto_SkipTaskRequest_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_conductor_proto_SkipTaskRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_conductor_proto_SkipTaskRequest_descriptor,
new java.lang.String[] { "TaskInput", "TaskOutput", "TaskInputMessage", "TaskOutputMessage", });
internal_static_conductor_proto_SkipTaskRequest_TaskInputEntry_descriptor =
internal_static_conductor_proto_SkipTaskRequest_descriptor.getNestedTypes().get(0);
internal_static_conductor_proto_SkipTaskRequest_TaskInputEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_conductor_proto_SkipTaskRequest_TaskInputEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
internal_static_conductor_proto_SkipTaskRequest_TaskOutputEntry_descriptor =
internal_static_conductor_proto_SkipTaskRequest_descriptor.getNestedTypes().get(1);
internal_static_conductor_proto_SkipTaskRequest_TaskOutputEntry_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_conductor_proto_SkipTaskRequest_TaskOutputEntry_descriptor,
new java.lang.String[] { "Key", "Value", });
com.google.protobuf.StructProto.getDescriptor();
com.google.protobuf.AnyProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy