diff --git a/.github/workflows/flyteidl-buf-publish.yml b/.github/workflows/flyteidl-buf-publish.yml index cbb530421c..96bd0085a6 100644 --- a/.github/workflows/flyteidl-buf-publish.yml +++ b/.github/workflows/flyteidl-buf-publish.yml @@ -3,7 +3,7 @@ name: Publish flyteidl Buf Package on: push: branches: - - artifacts-shell + - artifacts-shell-2 - artifacts - master paths: diff --git a/README.md b/README.md index b83a3f81c5..4f5a86fafb 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,6 @@ :building_construction: :rocket: :chart_with_upwards_trend:
-- - Build. Deploy. Scale. - -
- -Flyte is an **open-source orchestrator** that facilitates building production-grade data and ML pipelines. It is built for scalability and reproducibility, leveraging Kubernetes as its underlying platform. With Flyte, user teams can construct pipelines using the Python SDK, and seamlessly deploy them on both cloud and on-premises environments, enabling distributed processing and efficient resource utilization. +Flyte is an open-source orchestrator that facilitates building production-grade data and ML pipelines. It is built for scalability and reproducibility, leveraging Kubernetes as its underlying platform. With Flyte, user teams can construct pipelines using the Python SDK, and seamlessly deploy them on both cloud and on-premises environments, enabling distributed processing and efficient resource utilization. + ++Write code in Python or any other language and leverage a robust type engine. +
+ + + ++Either locally or on a remote cluster, execute your models with ease. +
+ + +.flyteidl.core.LiteralMap output_data = 2;
- */
- boolean hasOutputData();
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- flyteidl.core.Literals.LiteralMap getOutputData();
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder();
-
- /**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
boolean hasOutputInterface();
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
flyteidl.core.Interface.TypedInterface getOutputInterface();
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
flyteidl.core.Interface.TypedInterfaceOrBuilder getOutputInterfaceOrBuilder();
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- boolean hasInputData();
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- flyteidl.core.Literals.LiteralMap getInputData();
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- flyteidl.core.Literals.LiteralMapOrBuilder getInputDataOrBuilder();
-
/**
* * The following are ExecutionMetadata fields * We can't have the ExecutionMetadata object directly because of import cycle ** - *
repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
java.util.Listrepeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index);
/**
@@ -95,7 +69,7 @@ public interface CloudEventWorkflowExecutionOrBuilder extends
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
int getArtifactIdsCount();
/**
@@ -104,7 +78,7 @@ public interface CloudEventWorkflowExecutionOrBuilder extends
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
java.util.List extends flyteidl.core.ArtifactId.ArtifactIDOrBuilder>
getArtifactIdsOrBuilderList();
@@ -114,30 +88,30 @@ public interface CloudEventWorkflowExecutionOrBuilder extends
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
int index);
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
boolean hasReferenceExecution();
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier getReferenceExecution();
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getReferenceExecutionOrBuilder();
/**
- * string principal = 7;
+ * string principal = 5;
*/
java.lang.String getPrincipal();
/**
- * string principal = 7;
+ * string principal = 5;
*/
com.google.protobuf.ByteString
getPrincipalBytes();
@@ -149,7 +123,7 @@ flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
boolean hasLaunchPlanId();
/**
@@ -159,7 +133,7 @@ flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
flyteidl.core.IdentifierOuterClass.Identifier getLaunchPlanId();
/**
@@ -169,7 +143,7 @@ flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder getLaunchPlanIdOrBuilder();
}
@@ -233,19 +207,6 @@ private CloudEventWorkflowExecution(
break;
}
case 18: {
- flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
- if (outputData_ != null) {
- subBuilder = outputData_.toBuilder();
- }
- outputData_ = input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(outputData_);
- outputData_ = subBuilder.buildPartial();
- }
-
- break;
- }
- case 26: {
flyteidl.core.Interface.TypedInterface.Builder subBuilder = null;
if (outputInterface_ != null) {
subBuilder = outputInterface_.toBuilder();
@@ -258,29 +219,16 @@ private CloudEventWorkflowExecution(
break;
}
- case 34: {
- flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
- if (inputData_ != null) {
- subBuilder = inputData_.toBuilder();
- }
- inputData_ = input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(inputData_);
- inputData_ = subBuilder.buildPartial();
- }
-
- break;
- }
- case 42: {
- if (!((mutable_bitField0_ & 0x00000010) != 0)) {
+ case 26: {
+ if (!((mutable_bitField0_ & 0x00000004) != 0)) {
artifactIds_ = new java.util.ArrayList.flyteidl.core.LiteralMap output_data = 2;
- */
- public boolean hasOutputData() {
- return outputData_ != null;
- }
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- public flyteidl.core.Literals.LiteralMap getOutputData() {
- return outputData_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : outputData_;
- }
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- public flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder() {
- return getOutputData();
- }
-
- public static final int OUTPUT_INTERFACE_FIELD_NUMBER = 3;
+ public static final int OUTPUT_INTERFACE_FIELD_NUMBER = 2;
private flyteidl.core.Interface.TypedInterface outputInterface_;
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
public boolean hasOutputInterface() {
return outputInterface_ != null;
}
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
public flyteidl.core.Interface.TypedInterface getOutputInterface() {
return outputInterface_ == null ? flyteidl.core.Interface.TypedInterface.getDefaultInstance() : outputInterface_;
}
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
public flyteidl.core.Interface.TypedInterfaceOrBuilder getOutputInterfaceOrBuilder() {
return getOutputInterface();
}
- public static final int INPUT_DATA_FIELD_NUMBER = 4;
- private flyteidl.core.Literals.LiteralMap inputData_;
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- public boolean hasInputData() {
- return inputData_ != null;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- public flyteidl.core.Literals.LiteralMap getInputData() {
- return inputData_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : inputData_;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- public flyteidl.core.Literals.LiteralMapOrBuilder getInputDataOrBuilder() {
- return getInputData();
- }
-
- public static final int ARTIFACT_IDS_FIELD_NUMBER = 5;
+ public static final int ARTIFACT_IDS_FIELD_NUMBER = 3;
private java.util.List@@ -440,7 +346,7 @@ public flyteidl.core.Literals.LiteralMapOrBuilder getInputDataOrBuilder() { * We can't have the ExecutionMetadata object directly because of import cycle ** - *
repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public java.util.Listrepeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public java.util.List extends flyteidl.core.ArtifactId.ArtifactIDOrBuilder>
getArtifactIdsOrBuilderList() {
@@ -463,7 +369,7 @@ public java.util.Listrepeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public int getArtifactIdsCount() {
return artifactIds_.size();
@@ -474,7 +380,7 @@ public int getArtifactIdsCount() {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index) {
return artifactIds_.get(index);
@@ -485,38 +391,38 @@ public flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index) {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
int index) {
return artifactIds_.get(index);
}
- public static final int REFERENCE_EXECUTION_FIELD_NUMBER = 6;
+ public static final int REFERENCE_EXECUTION_FIELD_NUMBER = 4;
private flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier referenceExecution_;
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
public boolean hasReferenceExecution() {
return referenceExecution_ != null;
}
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
public flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier getReferenceExecution() {
return referenceExecution_ == null ? flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier.getDefaultInstance() : referenceExecution_;
}
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
public flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getReferenceExecutionOrBuilder() {
return getReferenceExecution();
}
- public static final int PRINCIPAL_FIELD_NUMBER = 7;
+ public static final int PRINCIPAL_FIELD_NUMBER = 5;
private volatile java.lang.Object principal_;
/**
- * string principal = 7;
+ * string principal = 5;
*/
public java.lang.String getPrincipal() {
java.lang.Object ref = principal_;
@@ -531,7 +437,7 @@ public java.lang.String getPrincipal() {
}
}
/**
- * string principal = 7;
+ * string principal = 5;
*/
public com.google.protobuf.ByteString
getPrincipalBytes() {
@@ -547,7 +453,7 @@ public java.lang.String getPrincipal() {
}
}
- public static final int LAUNCH_PLAN_ID_FIELD_NUMBER = 8;
+ public static final int LAUNCH_PLAN_ID_FIELD_NUMBER = 6;
private flyteidl.core.IdentifierOuterClass.Identifier launchPlanId_;
/**
* @@ -556,7 +462,7 @@ public java.lang.String getPrincipal() { * Launch plan IDs are easier to get than workflow IDs so we'll use these for now. ** - *
.flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public boolean hasLaunchPlanId() {
return launchPlanId_ != null;
@@ -568,7 +474,7 @@ public boolean hasLaunchPlanId() {
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public flyteidl.core.IdentifierOuterClass.Identifier getLaunchPlanId() {
return launchPlanId_ == null ? flyteidl.core.IdentifierOuterClass.Identifier.getDefaultInstance() : launchPlanId_;
@@ -580,7 +486,7 @@ public flyteidl.core.IdentifierOuterClass.Identifier getLaunchPlanId() {
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder getLaunchPlanIdOrBuilder() {
return getLaunchPlanId();
@@ -603,26 +509,20 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (rawEvent_ != null) {
output.writeMessage(1, getRawEvent());
}
- if (outputData_ != null) {
- output.writeMessage(2, getOutputData());
- }
if (outputInterface_ != null) {
- output.writeMessage(3, getOutputInterface());
- }
- if (inputData_ != null) {
- output.writeMessage(4, getInputData());
+ output.writeMessage(2, getOutputInterface());
}
for (int i = 0; i < artifactIds_.size(); i++) {
- output.writeMessage(5, artifactIds_.get(i));
+ output.writeMessage(3, artifactIds_.get(i));
}
if (referenceExecution_ != null) {
- output.writeMessage(6, getReferenceExecution());
+ output.writeMessage(4, getReferenceExecution());
}
if (!getPrincipalBytes().isEmpty()) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 7, principal_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 5, principal_);
}
if (launchPlanId_ != null) {
- output.writeMessage(8, getLaunchPlanId());
+ output.writeMessage(6, getLaunchPlanId());
}
unknownFields.writeTo(output);
}
@@ -637,32 +537,24 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getRawEvent());
}
- if (outputData_ != null) {
- size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(2, getOutputData());
- }
if (outputInterface_ != null) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(3, getOutputInterface());
- }
- if (inputData_ != null) {
- size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(4, getInputData());
+ .computeMessageSize(2, getOutputInterface());
}
for (int i = 0; i < artifactIds_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(5, artifactIds_.get(i));
+ .computeMessageSize(3, artifactIds_.get(i));
}
if (referenceExecution_ != null) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(6, getReferenceExecution());
+ .computeMessageSize(4, getReferenceExecution());
}
if (!getPrincipalBytes().isEmpty()) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, principal_);
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, principal_);
}
if (launchPlanId_ != null) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(8, getLaunchPlanId());
+ .computeMessageSize(6, getLaunchPlanId());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -684,21 +576,11 @@ public boolean equals(final java.lang.Object obj) {
if (!getRawEvent()
.equals(other.getRawEvent())) return false;
}
- if (hasOutputData() != other.hasOutputData()) return false;
- if (hasOutputData()) {
- if (!getOutputData()
- .equals(other.getOutputData())) return false;
- }
if (hasOutputInterface() != other.hasOutputInterface()) return false;
if (hasOutputInterface()) {
if (!getOutputInterface()
.equals(other.getOutputInterface())) return false;
}
- if (hasInputData() != other.hasInputData()) return false;
- if (hasInputData()) {
- if (!getInputData()
- .equals(other.getInputData())) return false;
- }
if (!getArtifactIdsList()
.equals(other.getArtifactIdsList())) return false;
if (hasReferenceExecution() != other.hasReferenceExecution()) return false;
@@ -728,18 +610,10 @@ public int hashCode() {
hash = (37 * hash) + RAW_EVENT_FIELD_NUMBER;
hash = (53 * hash) + getRawEvent().hashCode();
}
- if (hasOutputData()) {
- hash = (37 * hash) + OUTPUT_DATA_FIELD_NUMBER;
- hash = (53 * hash) + getOutputData().hashCode();
- }
if (hasOutputInterface()) {
hash = (37 * hash) + OUTPUT_INTERFACE_FIELD_NUMBER;
hash = (53 * hash) + getOutputInterface().hashCode();
}
- if (hasInputData()) {
- hash = (37 * hash) + INPUT_DATA_FIELD_NUMBER;
- hash = (53 * hash) + getInputData().hashCode();
- }
if (getArtifactIdsCount() > 0) {
hash = (37 * hash) + ARTIFACT_IDS_FIELD_NUMBER;
hash = (53 * hash) + getArtifactIdsList().hashCode();
@@ -899,27 +773,15 @@ public Builder clear() {
rawEvent_ = null;
rawEventBuilder_ = null;
}
- if (outputDataBuilder_ == null) {
- outputData_ = null;
- } else {
- outputData_ = null;
- outputDataBuilder_ = null;
- }
if (outputInterfaceBuilder_ == null) {
outputInterface_ = null;
} else {
outputInterface_ = null;
outputInterfaceBuilder_ = null;
}
- if (inputDataBuilder_ == null) {
- inputData_ = null;
- } else {
- inputData_ = null;
- inputDataBuilder_ = null;
- }
if (artifactIdsBuilder_ == null) {
artifactIds_ = java.util.Collections.emptyList();
- bitField0_ = (bitField0_ & ~0x00000010);
+ bitField0_ = (bitField0_ & ~0x00000004);
} else {
artifactIdsBuilder_.clear();
}
@@ -970,25 +832,15 @@ public flyteidl.event.Cloudevents.CloudEventWorkflowExecution buildPartial() {
} else {
result.rawEvent_ = rawEventBuilder_.build();
}
- if (outputDataBuilder_ == null) {
- result.outputData_ = outputData_;
- } else {
- result.outputData_ = outputDataBuilder_.build();
- }
if (outputInterfaceBuilder_ == null) {
result.outputInterface_ = outputInterface_;
} else {
result.outputInterface_ = outputInterfaceBuilder_.build();
}
- if (inputDataBuilder_ == null) {
- result.inputData_ = inputData_;
- } else {
- result.inputData_ = inputDataBuilder_.build();
- }
if (artifactIdsBuilder_ == null) {
- if (((bitField0_ & 0x00000010) != 0)) {
+ if (((bitField0_ & 0x00000004) != 0)) {
artifactIds_ = java.util.Collections.unmodifiableList(artifactIds_);
- bitField0_ = (bitField0_ & ~0x00000010);
+ bitField0_ = (bitField0_ & ~0x00000004);
}
result.artifactIds_ = artifactIds_;
} else {
@@ -1057,20 +909,14 @@ public Builder mergeFrom(flyteidl.event.Cloudevents.CloudEventWorkflowExecution
if (other.hasRawEvent()) {
mergeRawEvent(other.getRawEvent());
}
- if (other.hasOutputData()) {
- mergeOutputData(other.getOutputData());
- }
if (other.hasOutputInterface()) {
mergeOutputInterface(other.getOutputInterface());
}
- if (other.hasInputData()) {
- mergeInputData(other.getInputData());
- }
if (artifactIdsBuilder_ == null) {
if (!other.artifactIds_.isEmpty()) {
if (artifactIds_.isEmpty()) {
artifactIds_ = other.artifactIds_;
- bitField0_ = (bitField0_ & ~0x00000010);
+ bitField0_ = (bitField0_ & ~0x00000004);
} else {
ensureArtifactIdsIsMutable();
artifactIds_.addAll(other.artifactIds_);
@@ -1083,7 +929,7 @@ public Builder mergeFrom(flyteidl.event.Cloudevents.CloudEventWorkflowExecution
artifactIdsBuilder_.dispose();
artifactIdsBuilder_ = null;
artifactIds_ = other.artifactIds_;
- bitField0_ = (bitField0_ & ~0x00000010);
+ bitField0_ = (bitField0_ & ~0x00000004);
artifactIdsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getArtifactIdsFieldBuilder() : null;
@@ -1249,134 +1095,17 @@ public flyteidl.event.Event.WorkflowExecutionEventOrBuilder getRawEventOrBuilder
return rawEventBuilder_;
}
- private flyteidl.core.Literals.LiteralMap outputData_;
- private com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> outputDataBuilder_;
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- public boolean hasOutputData() {
- return outputDataBuilder_ != null || outputData_ != null;
- }
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- public flyteidl.core.Literals.LiteralMap getOutputData() {
- if (outputDataBuilder_ == null) {
- return outputData_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : outputData_;
- } else {
- return outputDataBuilder_.getMessage();
- }
- }
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- public Builder setOutputData(flyteidl.core.Literals.LiteralMap value) {
- if (outputDataBuilder_ == null) {
- if (value == null) {
- throw new NullPointerException();
- }
- outputData_ = value;
- onChanged();
- } else {
- outputDataBuilder_.setMessage(value);
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- public Builder setOutputData(
- flyteidl.core.Literals.LiteralMap.Builder builderForValue) {
- if (outputDataBuilder_ == null) {
- outputData_ = builderForValue.build();
- onChanged();
- } else {
- outputDataBuilder_.setMessage(builderForValue.build());
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- public Builder mergeOutputData(flyteidl.core.Literals.LiteralMap value) {
- if (outputDataBuilder_ == null) {
- if (outputData_ != null) {
- outputData_ =
- flyteidl.core.Literals.LiteralMap.newBuilder(outputData_).mergeFrom(value).buildPartial();
- } else {
- outputData_ = value;
- }
- onChanged();
- } else {
- outputDataBuilder_.mergeFrom(value);
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- public Builder clearOutputData() {
- if (outputDataBuilder_ == null) {
- outputData_ = null;
- onChanged();
- } else {
- outputData_ = null;
- outputDataBuilder_ = null;
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- public flyteidl.core.Literals.LiteralMap.Builder getOutputDataBuilder() {
-
- onChanged();
- return getOutputDataFieldBuilder().getBuilder();
- }
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- public flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder() {
- if (outputDataBuilder_ != null) {
- return outputDataBuilder_.getMessageOrBuilder();
- } else {
- return outputData_ == null ?
- flyteidl.core.Literals.LiteralMap.getDefaultInstance() : outputData_;
- }
- }
- /**
- * .flyteidl.core.LiteralMap output_data = 2;
- */
- private com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>
- getOutputDataFieldBuilder() {
- if (outputDataBuilder_ == null) {
- outputDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>(
- getOutputData(),
- getParentForChildren(),
- isClean());
- outputData_ = null;
- }
- return outputDataBuilder_;
- }
-
private flyteidl.core.Interface.TypedInterface outputInterface_;
private com.google.protobuf.SingleFieldBuilderV3<
flyteidl.core.Interface.TypedInterface, flyteidl.core.Interface.TypedInterface.Builder, flyteidl.core.Interface.TypedInterfaceOrBuilder> outputInterfaceBuilder_;
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
public boolean hasOutputInterface() {
return outputInterfaceBuilder_ != null || outputInterface_ != null;
}
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
public flyteidl.core.Interface.TypedInterface getOutputInterface() {
if (outputInterfaceBuilder_ == null) {
@@ -1386,7 +1115,7 @@ public flyteidl.core.Interface.TypedInterface getOutputInterface() {
}
}
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
public Builder setOutputInterface(flyteidl.core.Interface.TypedInterface value) {
if (outputInterfaceBuilder_ == null) {
@@ -1402,7 +1131,7 @@ public Builder setOutputInterface(flyteidl.core.Interface.TypedInterface value)
return this;
}
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
public Builder setOutputInterface(
flyteidl.core.Interface.TypedInterface.Builder builderForValue) {
@@ -1416,7 +1145,7 @@ public Builder setOutputInterface(
return this;
}
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
public Builder mergeOutputInterface(flyteidl.core.Interface.TypedInterface value) {
if (outputInterfaceBuilder_ == null) {
@@ -1434,7 +1163,7 @@ public Builder mergeOutputInterface(flyteidl.core.Interface.TypedInterface value
return this;
}
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
public Builder clearOutputInterface() {
if (outputInterfaceBuilder_ == null) {
@@ -1448,7 +1177,7 @@ public Builder clearOutputInterface() {
return this;
}
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
public flyteidl.core.Interface.TypedInterface.Builder getOutputInterfaceBuilder() {
@@ -1456,7 +1185,7 @@ public flyteidl.core.Interface.TypedInterface.Builder getOutputInterfaceBuilder(
return getOutputInterfaceFieldBuilder().getBuilder();
}
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
public flyteidl.core.Interface.TypedInterfaceOrBuilder getOutputInterfaceOrBuilder() {
if (outputInterfaceBuilder_ != null) {
@@ -1467,7 +1196,7 @@ public flyteidl.core.Interface.TypedInterfaceOrBuilder getOutputInterfaceOrBuild
}
}
/**
- * .flyteidl.core.TypedInterface output_interface = 3;
+ * .flyteidl.core.TypedInterface output_interface = 2;
*/
private com.google.protobuf.SingleFieldBuilderV3<
flyteidl.core.Interface.TypedInterface, flyteidl.core.Interface.TypedInterface.Builder, flyteidl.core.Interface.TypedInterfaceOrBuilder>
@@ -1483,129 +1212,12 @@ public flyteidl.core.Interface.TypedInterfaceOrBuilder getOutputInterfaceOrBuild
return outputInterfaceBuilder_;
}
- private flyteidl.core.Literals.LiteralMap inputData_;
- private com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> inputDataBuilder_;
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- public boolean hasInputData() {
- return inputDataBuilder_ != null || inputData_ != null;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- public flyteidl.core.Literals.LiteralMap getInputData() {
- if (inputDataBuilder_ == null) {
- return inputData_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : inputData_;
- } else {
- return inputDataBuilder_.getMessage();
- }
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- public Builder setInputData(flyteidl.core.Literals.LiteralMap value) {
- if (inputDataBuilder_ == null) {
- if (value == null) {
- throw new NullPointerException();
- }
- inputData_ = value;
- onChanged();
- } else {
- inputDataBuilder_.setMessage(value);
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- public Builder setInputData(
- flyteidl.core.Literals.LiteralMap.Builder builderForValue) {
- if (inputDataBuilder_ == null) {
- inputData_ = builderForValue.build();
- onChanged();
- } else {
- inputDataBuilder_.setMessage(builderForValue.build());
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- public Builder mergeInputData(flyteidl.core.Literals.LiteralMap value) {
- if (inputDataBuilder_ == null) {
- if (inputData_ != null) {
- inputData_ =
- flyteidl.core.Literals.LiteralMap.newBuilder(inputData_).mergeFrom(value).buildPartial();
- } else {
- inputData_ = value;
- }
- onChanged();
- } else {
- inputDataBuilder_.mergeFrom(value);
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- public Builder clearInputData() {
- if (inputDataBuilder_ == null) {
- inputData_ = null;
- onChanged();
- } else {
- inputData_ = null;
- inputDataBuilder_ = null;
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- public flyteidl.core.Literals.LiteralMap.Builder getInputDataBuilder() {
-
- onChanged();
- return getInputDataFieldBuilder().getBuilder();
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- public flyteidl.core.Literals.LiteralMapOrBuilder getInputDataOrBuilder() {
- if (inputDataBuilder_ != null) {
- return inputDataBuilder_.getMessageOrBuilder();
- } else {
- return inputData_ == null ?
- flyteidl.core.Literals.LiteralMap.getDefaultInstance() : inputData_;
- }
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 4;
- */
- private com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>
- getInputDataFieldBuilder() {
- if (inputDataBuilder_ == null) {
- inputDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>(
- getInputData(),
- getParentForChildren(),
- isClean());
- inputData_ = null;
- }
- return inputDataBuilder_;
- }
-
private java.util.Listrepeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public java.util.Listrepeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public int getArtifactIdsCount() {
if (artifactIdsBuilder_ == null) {
@@ -1648,7 +1260,7 @@ public int getArtifactIdsCount() {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index) {
if (artifactIdsBuilder_ == null) {
@@ -1663,7 +1275,7 @@ public flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index) {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public Builder setArtifactIds(
int index, flyteidl.core.ArtifactId.ArtifactID value) {
@@ -1685,7 +1297,7 @@ public Builder setArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public Builder setArtifactIds(
int index, flyteidl.core.ArtifactId.ArtifactID.Builder builderForValue) {
@@ -1704,7 +1316,7 @@ public Builder setArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public Builder addArtifactIds(flyteidl.core.ArtifactId.ArtifactID value) {
if (artifactIdsBuilder_ == null) {
@@ -1725,7 +1337,7 @@ public Builder addArtifactIds(flyteidl.core.ArtifactId.ArtifactID value) {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public Builder addArtifactIds(
int index, flyteidl.core.ArtifactId.ArtifactID value) {
@@ -1747,7 +1359,7 @@ public Builder addArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public Builder addArtifactIds(
flyteidl.core.ArtifactId.ArtifactID.Builder builderForValue) {
@@ -1766,7 +1378,7 @@ public Builder addArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public Builder addArtifactIds(
int index, flyteidl.core.ArtifactId.ArtifactID.Builder builderForValue) {
@@ -1785,7 +1397,7 @@ public Builder addArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public Builder addAllArtifactIds(
java.lang.Iterable extends flyteidl.core.ArtifactId.ArtifactID> values) {
@@ -1805,12 +1417,12 @@ public Builder addAllArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public Builder clearArtifactIds() {
if (artifactIdsBuilder_ == null) {
artifactIds_ = java.util.Collections.emptyList();
- bitField0_ = (bitField0_ & ~0x00000010);
+ bitField0_ = (bitField0_ & ~0x00000004);
onChanged();
} else {
artifactIdsBuilder_.clear();
@@ -1823,7 +1435,7 @@ public Builder clearArtifactIds() {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public Builder removeArtifactIds(int index) {
if (artifactIdsBuilder_ == null) {
@@ -1841,7 +1453,7 @@ public Builder removeArtifactIds(int index) {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public flyteidl.core.ArtifactId.ArtifactID.Builder getArtifactIdsBuilder(
int index) {
@@ -1853,7 +1465,7 @@ public flyteidl.core.ArtifactId.ArtifactID.Builder getArtifactIdsBuilder(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
int index) {
@@ -1868,7 +1480,7 @@ public flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public java.util.List extends flyteidl.core.ArtifactId.ArtifactIDOrBuilder>
getArtifactIdsOrBuilderList() {
@@ -1884,7 +1496,7 @@ public flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public flyteidl.core.ArtifactId.ArtifactID.Builder addArtifactIdsBuilder() {
return getArtifactIdsFieldBuilder().addBuilder(
@@ -1896,7 +1508,7 @@ public flyteidl.core.ArtifactId.ArtifactID.Builder addArtifactIdsBuilder() {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public flyteidl.core.ArtifactId.ArtifactID.Builder addArtifactIdsBuilder(
int index) {
@@ -1909,7 +1521,7 @@ public flyteidl.core.ArtifactId.ArtifactID.Builder addArtifactIdsBuilder(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 5;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 3;
*/
public java.util.List.flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
public boolean hasReferenceExecution() {
return referenceExecutionBuilder_ != null || referenceExecution_ != null;
}
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
public flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier getReferenceExecution() {
if (referenceExecutionBuilder_ == null) {
@@ -1950,7 +1562,7 @@ public flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier getReferen
}
}
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
public Builder setReferenceExecution(flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier value) {
if (referenceExecutionBuilder_ == null) {
@@ -1966,7 +1578,7 @@ public Builder setReferenceExecution(flyteidl.core.IdentifierOuterClass.Workflow
return this;
}
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
public Builder setReferenceExecution(
flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier.Builder builderForValue) {
@@ -1980,7 +1592,7 @@ public Builder setReferenceExecution(
return this;
}
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
public Builder mergeReferenceExecution(flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier value) {
if (referenceExecutionBuilder_ == null) {
@@ -1998,7 +1610,7 @@ public Builder mergeReferenceExecution(flyteidl.core.IdentifierOuterClass.Workfl
return this;
}
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
public Builder clearReferenceExecution() {
if (referenceExecutionBuilder_ == null) {
@@ -2012,7 +1624,7 @@ public Builder clearReferenceExecution() {
return this;
}
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
public flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier.Builder getReferenceExecutionBuilder() {
@@ -2020,7 +1632,7 @@ public flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier.Builder ge
return getReferenceExecutionFieldBuilder().getBuilder();
}
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
public flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder getReferenceExecutionOrBuilder() {
if (referenceExecutionBuilder_ != null) {
@@ -2031,7 +1643,7 @@ public flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder g
}
}
/**
- * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 6;
+ * .flyteidl.core.WorkflowExecutionIdentifier reference_execution = 4;
*/
private com.google.protobuf.SingleFieldBuilderV3<
flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier, flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifier.Builder, flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder>
@@ -2049,7 +1661,7 @@ public flyteidl.core.IdentifierOuterClass.WorkflowExecutionIdentifierOrBuilder g
private java.lang.Object principal_ = "";
/**
- * string principal = 7;
+ * string principal = 5;
*/
public java.lang.String getPrincipal() {
java.lang.Object ref = principal_;
@@ -2064,7 +1676,7 @@ public java.lang.String getPrincipal() {
}
}
/**
- * string principal = 7;
+ * string principal = 5;
*/
public com.google.protobuf.ByteString
getPrincipalBytes() {
@@ -2080,7 +1692,7 @@ public java.lang.String getPrincipal() {
}
}
/**
- * string principal = 7;
+ * string principal = 5;
*/
public Builder setPrincipal(
java.lang.String value) {
@@ -2093,7 +1705,7 @@ public Builder setPrincipal(
return this;
}
/**
- * string principal = 7;
+ * string principal = 5;
*/
public Builder clearPrincipal() {
@@ -2102,7 +1714,7 @@ public Builder clearPrincipal() {
return this;
}
/**
- * string principal = 7;
+ * string principal = 5;
*/
public Builder setPrincipalBytes(
com.google.protobuf.ByteString value) {
@@ -2126,7 +1738,7 @@ public Builder setPrincipalBytes(
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public boolean hasLaunchPlanId() {
return launchPlanIdBuilder_ != null || launchPlanId_ != null;
@@ -2138,7 +1750,7 @@ public boolean hasLaunchPlanId() {
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public flyteidl.core.IdentifierOuterClass.Identifier getLaunchPlanId() {
if (launchPlanIdBuilder_ == null) {
@@ -2154,7 +1766,7 @@ public flyteidl.core.IdentifierOuterClass.Identifier getLaunchPlanId() {
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public Builder setLaunchPlanId(flyteidl.core.IdentifierOuterClass.Identifier value) {
if (launchPlanIdBuilder_ == null) {
@@ -2176,7 +1788,7 @@ public Builder setLaunchPlanId(flyteidl.core.IdentifierOuterClass.Identifier val
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public Builder setLaunchPlanId(
flyteidl.core.IdentifierOuterClass.Identifier.Builder builderForValue) {
@@ -2196,7 +1808,7 @@ public Builder setLaunchPlanId(
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public Builder mergeLaunchPlanId(flyteidl.core.IdentifierOuterClass.Identifier value) {
if (launchPlanIdBuilder_ == null) {
@@ -2220,7 +1832,7 @@ public Builder mergeLaunchPlanId(flyteidl.core.IdentifierOuterClass.Identifier v
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public Builder clearLaunchPlanId() {
if (launchPlanIdBuilder_ == null) {
@@ -2240,7 +1852,7 @@ public Builder clearLaunchPlanId() {
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public flyteidl.core.IdentifierOuterClass.Identifier.Builder getLaunchPlanIdBuilder() {
@@ -2254,7 +1866,7 @@ public flyteidl.core.IdentifierOuterClass.Identifier.Builder getLaunchPlanIdBuil
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder getLaunchPlanIdOrBuilder() {
if (launchPlanIdBuilder_ != null) {
@@ -2271,7 +1883,7 @@ public flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder getLaunchPlanIdOrB
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
private com.google.protobuf.SingleFieldBuilderV3<
flyteidl.core.IdentifierOuterClass.Identifier, flyteidl.core.IdentifierOuterClass.Identifier.Builder, flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder>
@@ -2381,37 +1993,12 @@ public interface CloudEventNodeExecutionOrBuilder extends
*/
flyteidl.core.IdentifierOuterClass.TaskExecutionIdentifierOrBuilder getTaskExecIdOrBuilder();
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- boolean hasOutputData();
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- flyteidl.core.Literals.LiteralMap getOutputData();
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder();
-
/**
* * The typed interface for the task that produced the event. ** - *
.flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
boolean hasOutputInterface();
/**
@@ -2419,7 +2006,7 @@ public interface CloudEventNodeExecutionOrBuilder extends
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
flyteidl.core.Interface.TypedInterface getOutputInterface();
/**
@@ -2427,30 +2014,17 @@ public interface CloudEventNodeExecutionOrBuilder extends
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
flyteidl.core.Interface.TypedInterfaceOrBuilder getOutputInterfaceOrBuilder();
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- boolean hasInputData();
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- flyteidl.core.Literals.LiteralMap getInputData();
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- flyteidl.core.Literals.LiteralMapOrBuilder getInputDataOrBuilder();
-
/**
* * The following are ExecutionMetadata fields * We can't have the ExecutionMetadata object directly because of import cycle ** - *
repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
java.util.Listrepeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index);
/**
@@ -2469,7 +2043,7 @@ public interface CloudEventNodeExecutionOrBuilder extends
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
int getArtifactIdsCount();
/**
@@ -2478,7 +2052,7 @@ public interface CloudEventNodeExecutionOrBuilder extends
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
java.util.List extends flyteidl.core.ArtifactId.ArtifactIDOrBuilder>
getArtifactIdsOrBuilderList();
@@ -2488,17 +2062,17 @@ public interface CloudEventNodeExecutionOrBuilder extends
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
int index);
/**
- * string principal = 7;
+ * string principal = 5;
*/
java.lang.String getPrincipal();
/**
- * string principal = 7;
+ * string principal = 5;
*/
com.google.protobuf.ByteString
getPrincipalBytes();
@@ -2510,7 +2084,7 @@ flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
boolean hasLaunchPlanId();
/**
@@ -2520,7 +2094,7 @@ flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
flyteidl.core.IdentifierOuterClass.Identifier getLaunchPlanId();
/**
@@ -2530,7 +2104,7 @@ flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder getLaunchPlanIdOrBuilder();
}
@@ -2602,19 +2176,6 @@ private CloudEventNodeExecution(
break;
}
case 26: {
- flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
- if (outputData_ != null) {
- subBuilder = outputData_.toBuilder();
- }
- outputData_ = input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(outputData_);
- outputData_ = subBuilder.buildPartial();
- }
-
- break;
- }
- case 34: {
flyteidl.core.Interface.TypedInterface.Builder subBuilder = null;
if (outputInterface_ != null) {
subBuilder = outputInterface_.toBuilder();
@@ -2627,35 +2188,22 @@ private CloudEventNodeExecution(
break;
}
- case 42: {
- flyteidl.core.Literals.LiteralMap.Builder subBuilder = null;
- if (inputData_ != null) {
- subBuilder = inputData_.toBuilder();
- }
- inputData_ = input.readMessage(flyteidl.core.Literals.LiteralMap.parser(), extensionRegistry);
- if (subBuilder != null) {
- subBuilder.mergeFrom(inputData_);
- inputData_ = subBuilder.buildPartial();
- }
-
- break;
- }
- case 50: {
- if (!((mutable_bitField0_ & 0x00000020) != 0)) {
+ case 34: {
+ if (!((mutable_bitField0_ & 0x00000008) != 0)) {
artifactIds_ = new java.util.ArrayList- * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- public boolean hasOutputData() {
- return outputData_ != null;
- }
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- public flyteidl.core.Literals.LiteralMap getOutputData() {
- return outputData_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : outputData_;
- }
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- public flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder() {
- return getOutputData();
- }
-
- public static final int OUTPUT_INTERFACE_FIELD_NUMBER = 4;
+ public static final int OUTPUT_INTERFACE_FIELD_NUMBER = 3;
private flyteidl.core.Interface.TypedInterface outputInterface_;
/**
* * The typed interface for the task that produced the event. ** - *
.flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
public boolean hasOutputInterface() {
return outputInterface_ != null;
@@ -2808,7 +2323,7 @@ public boolean hasOutputInterface() {
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
public flyteidl.core.Interface.TypedInterface getOutputInterface() {
return outputInterface_ == null ? flyteidl.core.Interface.TypedInterface.getDefaultInstance() : outputInterface_;
@@ -2818,34 +2333,13 @@ public flyteidl.core.Interface.TypedInterface getOutputInterface() {
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
public flyteidl.core.Interface.TypedInterfaceOrBuilder getOutputInterfaceOrBuilder() {
return getOutputInterface();
}
- public static final int INPUT_DATA_FIELD_NUMBER = 5;
- private flyteidl.core.Literals.LiteralMap inputData_;
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- public boolean hasInputData() {
- return inputData_ != null;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- public flyteidl.core.Literals.LiteralMap getInputData() {
- return inputData_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : inputData_;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- public flyteidl.core.Literals.LiteralMapOrBuilder getInputDataOrBuilder() {
- return getInputData();
- }
-
- public static final int ARTIFACT_IDS_FIELD_NUMBER = 6;
+ public static final int ARTIFACT_IDS_FIELD_NUMBER = 4;
private java.util.List@@ -2853,7 +2347,7 @@ public flyteidl.core.Literals.LiteralMapOrBuilder getInputDataOrBuilder() { * We can't have the ExecutionMetadata object directly because of import cycle ** - *
repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public java.util.Listrepeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public java.util.List extends flyteidl.core.ArtifactId.ArtifactIDOrBuilder>
getArtifactIdsOrBuilderList() {
@@ -2876,7 +2370,7 @@ public java.util.Listrepeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public int getArtifactIdsCount() {
return artifactIds_.size();
@@ -2887,7 +2381,7 @@ public int getArtifactIdsCount() {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index) {
return artifactIds_.get(index);
@@ -2898,17 +2392,17 @@ public flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index) {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
int index) {
return artifactIds_.get(index);
}
- public static final int PRINCIPAL_FIELD_NUMBER = 7;
+ public static final int PRINCIPAL_FIELD_NUMBER = 5;
private volatile java.lang.Object principal_;
/**
- * string principal = 7;
+ * string principal = 5;
*/
public java.lang.String getPrincipal() {
java.lang.Object ref = principal_;
@@ -2923,7 +2417,7 @@ public java.lang.String getPrincipal() {
}
}
/**
- * string principal = 7;
+ * string principal = 5;
*/
public com.google.protobuf.ByteString
getPrincipalBytes() {
@@ -2939,7 +2433,7 @@ public java.lang.String getPrincipal() {
}
}
- public static final int LAUNCH_PLAN_ID_FIELD_NUMBER = 8;
+ public static final int LAUNCH_PLAN_ID_FIELD_NUMBER = 6;
private flyteidl.core.IdentifierOuterClass.Identifier launchPlanId_;
/**
* @@ -2948,7 +2442,7 @@ public java.lang.String getPrincipal() { * Launch plan IDs are easier to get than workflow IDs so we'll use these for now. ** - *
.flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public boolean hasLaunchPlanId() {
return launchPlanId_ != null;
@@ -2960,7 +2454,7 @@ public boolean hasLaunchPlanId() {
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public flyteidl.core.IdentifierOuterClass.Identifier getLaunchPlanId() {
return launchPlanId_ == null ? flyteidl.core.IdentifierOuterClass.Identifier.getDefaultInstance() : launchPlanId_;
@@ -2972,7 +2466,7 @@ public flyteidl.core.IdentifierOuterClass.Identifier getLaunchPlanId() {
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder getLaunchPlanIdOrBuilder() {
return getLaunchPlanId();
@@ -2998,23 +2492,17 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
if (taskExecId_ != null) {
output.writeMessage(2, getTaskExecId());
}
- if (outputData_ != null) {
- output.writeMessage(3, getOutputData());
- }
if (outputInterface_ != null) {
- output.writeMessage(4, getOutputInterface());
- }
- if (inputData_ != null) {
- output.writeMessage(5, getInputData());
+ output.writeMessage(3, getOutputInterface());
}
for (int i = 0; i < artifactIds_.size(); i++) {
- output.writeMessage(6, artifactIds_.get(i));
+ output.writeMessage(4, artifactIds_.get(i));
}
if (!getPrincipalBytes().isEmpty()) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 7, principal_);
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 5, principal_);
}
if (launchPlanId_ != null) {
- output.writeMessage(8, getLaunchPlanId());
+ output.writeMessage(6, getLaunchPlanId());
}
unknownFields.writeTo(output);
}
@@ -3033,28 +2521,20 @@ public int getSerializedSize() {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(2, getTaskExecId());
}
- if (outputData_ != null) {
- size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(3, getOutputData());
- }
if (outputInterface_ != null) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(4, getOutputInterface());
- }
- if (inputData_ != null) {
- size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(5, getInputData());
+ .computeMessageSize(3, getOutputInterface());
}
for (int i = 0; i < artifactIds_.size(); i++) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(6, artifactIds_.get(i));
+ .computeMessageSize(4, artifactIds_.get(i));
}
if (!getPrincipalBytes().isEmpty()) {
- size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, principal_);
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, principal_);
}
if (launchPlanId_ != null) {
size += com.google.protobuf.CodedOutputStream
- .computeMessageSize(8, getLaunchPlanId());
+ .computeMessageSize(6, getLaunchPlanId());
}
size += unknownFields.getSerializedSize();
memoizedSize = size;
@@ -3081,21 +2561,11 @@ public boolean equals(final java.lang.Object obj) {
if (!getTaskExecId()
.equals(other.getTaskExecId())) return false;
}
- if (hasOutputData() != other.hasOutputData()) return false;
- if (hasOutputData()) {
- if (!getOutputData()
- .equals(other.getOutputData())) return false;
- }
if (hasOutputInterface() != other.hasOutputInterface()) return false;
if (hasOutputInterface()) {
if (!getOutputInterface()
.equals(other.getOutputInterface())) return false;
}
- if (hasInputData() != other.hasInputData()) return false;
- if (hasInputData()) {
- if (!getInputData()
- .equals(other.getInputData())) return false;
- }
if (!getArtifactIdsList()
.equals(other.getArtifactIdsList())) return false;
if (!getPrincipal()
@@ -3124,18 +2594,10 @@ public int hashCode() {
hash = (37 * hash) + TASK_EXEC_ID_FIELD_NUMBER;
hash = (53 * hash) + getTaskExecId().hashCode();
}
- if (hasOutputData()) {
- hash = (37 * hash) + OUTPUT_DATA_FIELD_NUMBER;
- hash = (53 * hash) + getOutputData().hashCode();
- }
if (hasOutputInterface()) {
hash = (37 * hash) + OUTPUT_INTERFACE_FIELD_NUMBER;
hash = (53 * hash) + getOutputInterface().hashCode();
}
- if (hasInputData()) {
- hash = (37 * hash) + INPUT_DATA_FIELD_NUMBER;
- hash = (53 * hash) + getInputData().hashCode();
- }
if (getArtifactIdsCount() > 0) {
hash = (37 * hash) + ARTIFACT_IDS_FIELD_NUMBER;
hash = (53 * hash) + getArtifactIdsList().hashCode();
@@ -3292,27 +2754,15 @@ public Builder clear() {
taskExecId_ = null;
taskExecIdBuilder_ = null;
}
- if (outputDataBuilder_ == null) {
- outputData_ = null;
- } else {
- outputData_ = null;
- outputDataBuilder_ = null;
- }
if (outputInterfaceBuilder_ == null) {
outputInterface_ = null;
} else {
outputInterface_ = null;
outputInterfaceBuilder_ = null;
}
- if (inputDataBuilder_ == null) {
- inputData_ = null;
- } else {
- inputData_ = null;
- inputDataBuilder_ = null;
- }
if (artifactIdsBuilder_ == null) {
artifactIds_ = java.util.Collections.emptyList();
- bitField0_ = (bitField0_ & ~0x00000020);
+ bitField0_ = (bitField0_ & ~0x00000008);
} else {
artifactIdsBuilder_.clear();
}
@@ -3362,25 +2812,15 @@ public flyteidl.event.Cloudevents.CloudEventNodeExecution buildPartial() {
} else {
result.taskExecId_ = taskExecIdBuilder_.build();
}
- if (outputDataBuilder_ == null) {
- result.outputData_ = outputData_;
- } else {
- result.outputData_ = outputDataBuilder_.build();
- }
if (outputInterfaceBuilder_ == null) {
result.outputInterface_ = outputInterface_;
} else {
result.outputInterface_ = outputInterfaceBuilder_.build();
}
- if (inputDataBuilder_ == null) {
- result.inputData_ = inputData_;
- } else {
- result.inputData_ = inputDataBuilder_.build();
- }
if (artifactIdsBuilder_ == null) {
- if (((bitField0_ & 0x00000020) != 0)) {
+ if (((bitField0_ & 0x00000008) != 0)) {
artifactIds_ = java.util.Collections.unmodifiableList(artifactIds_);
- bitField0_ = (bitField0_ & ~0x00000020);
+ bitField0_ = (bitField0_ & ~0x00000008);
}
result.artifactIds_ = artifactIds_;
} else {
@@ -3447,20 +2887,14 @@ public Builder mergeFrom(flyteidl.event.Cloudevents.CloudEventNodeExecution othe
if (other.hasTaskExecId()) {
mergeTaskExecId(other.getTaskExecId());
}
- if (other.hasOutputData()) {
- mergeOutputData(other.getOutputData());
- }
if (other.hasOutputInterface()) {
mergeOutputInterface(other.getOutputInterface());
}
- if (other.hasInputData()) {
- mergeInputData(other.getInputData());
- }
if (artifactIdsBuilder_ == null) {
if (!other.artifactIds_.isEmpty()) {
if (artifactIds_.isEmpty()) {
artifactIds_ = other.artifactIds_;
- bitField0_ = (bitField0_ & ~0x00000020);
+ bitField0_ = (bitField0_ & ~0x00000008);
} else {
ensureArtifactIdsIsMutable();
artifactIds_.addAll(other.artifactIds_);
@@ -3473,7 +2907,7 @@ public Builder mergeFrom(flyteidl.event.Cloudevents.CloudEventNodeExecution othe
artifactIdsBuilder_.dispose();
artifactIdsBuilder_ = null;
artifactIds_ = other.artifactIds_;
- bitField0_ = (bitField0_ & ~0x00000020);
+ bitField0_ = (bitField0_ & ~0x00000008);
artifactIdsBuilder_ =
com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
getArtifactIdsFieldBuilder() : null;
@@ -3789,159 +3223,6 @@ public flyteidl.core.IdentifierOuterClass.TaskExecutionIdentifierOrBuilder getTa
return taskExecIdBuilder_;
}
- private flyteidl.core.Literals.LiteralMap outputData_;
- private com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> outputDataBuilder_;
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- public boolean hasOutputData() {
- return outputDataBuilder_ != null || outputData_ != null;
- }
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- public flyteidl.core.Literals.LiteralMap getOutputData() {
- if (outputDataBuilder_ == null) {
- return outputData_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : outputData_;
- } else {
- return outputDataBuilder_.getMessage();
- }
- }
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- public Builder setOutputData(flyteidl.core.Literals.LiteralMap value) {
- if (outputDataBuilder_ == null) {
- if (value == null) {
- throw new NullPointerException();
- }
- outputData_ = value;
- onChanged();
- } else {
- outputDataBuilder_.setMessage(value);
- }
-
- return this;
- }
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- public Builder setOutputData(
- flyteidl.core.Literals.LiteralMap.Builder builderForValue) {
- if (outputDataBuilder_ == null) {
- outputData_ = builderForValue.build();
- onChanged();
- } else {
- outputDataBuilder_.setMessage(builderForValue.build());
- }
-
- return this;
- }
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- public Builder mergeOutputData(flyteidl.core.Literals.LiteralMap value) {
- if (outputDataBuilder_ == null) {
- if (outputData_ != null) {
- outputData_ =
- flyteidl.core.Literals.LiteralMap.newBuilder(outputData_).mergeFrom(value).buildPartial();
- } else {
- outputData_ = value;
- }
- onChanged();
- } else {
- outputDataBuilder_.mergeFrom(value);
- }
-
- return this;
- }
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- public Builder clearOutputData() {
- if (outputDataBuilder_ == null) {
- outputData_ = null;
- onChanged();
- } else {
- outputData_ = null;
- outputDataBuilder_ = null;
- }
-
- return this;
- }
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- public flyteidl.core.Literals.LiteralMap.Builder getOutputDataBuilder() {
-
- onChanged();
- return getOutputDataFieldBuilder().getBuilder();
- }
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- public flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder() {
- if (outputDataBuilder_ != null) {
- return outputDataBuilder_.getMessageOrBuilder();
- } else {
- return outputData_ == null ?
- flyteidl.core.Literals.LiteralMap.getDefaultInstance() : outputData_;
- }
- }
- /**
- * - * Hydrated output - *- * - *
.flyteidl.core.LiteralMap output_data = 3;
- */
- private com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>
- getOutputDataFieldBuilder() {
- if (outputDataBuilder_ == null) {
- outputDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>(
- getOutputData(),
- getParentForChildren(),
- isClean());
- outputData_ = null;
- }
- return outputDataBuilder_;
- }
-
private flyteidl.core.Interface.TypedInterface outputInterface_;
private com.google.protobuf.SingleFieldBuilderV3<
flyteidl.core.Interface.TypedInterface, flyteidl.core.Interface.TypedInterface.Builder, flyteidl.core.Interface.TypedInterfaceOrBuilder> outputInterfaceBuilder_;
@@ -3950,7 +3231,7 @@ public flyteidl.core.Literals.LiteralMapOrBuilder getOutputDataOrBuilder() {
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
public boolean hasOutputInterface() {
return outputInterfaceBuilder_ != null || outputInterface_ != null;
@@ -3960,7 +3241,7 @@ public boolean hasOutputInterface() {
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
public flyteidl.core.Interface.TypedInterface getOutputInterface() {
if (outputInterfaceBuilder_ == null) {
@@ -3974,7 +3255,7 @@ public flyteidl.core.Interface.TypedInterface getOutputInterface() {
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
public Builder setOutputInterface(flyteidl.core.Interface.TypedInterface value) {
if (outputInterfaceBuilder_ == null) {
@@ -3994,7 +3275,7 @@ public Builder setOutputInterface(flyteidl.core.Interface.TypedInterface value)
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
public Builder setOutputInterface(
flyteidl.core.Interface.TypedInterface.Builder builderForValue) {
@@ -4012,7 +3293,7 @@ public Builder setOutputInterface(
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
public Builder mergeOutputInterface(flyteidl.core.Interface.TypedInterface value) {
if (outputInterfaceBuilder_ == null) {
@@ -4034,7 +3315,7 @@ public Builder mergeOutputInterface(flyteidl.core.Interface.TypedInterface value
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
public Builder clearOutputInterface() {
if (outputInterfaceBuilder_ == null) {
@@ -4052,7 +3333,7 @@ public Builder clearOutputInterface() {
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
public flyteidl.core.Interface.TypedInterface.Builder getOutputInterfaceBuilder() {
@@ -4064,7 +3345,7 @@ public flyteidl.core.Interface.TypedInterface.Builder getOutputInterfaceBuilder(
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
public flyteidl.core.Interface.TypedInterfaceOrBuilder getOutputInterfaceOrBuilder() {
if (outputInterfaceBuilder_ != null) {
@@ -4079,7 +3360,7 @@ public flyteidl.core.Interface.TypedInterfaceOrBuilder getOutputInterfaceOrBuild
* The typed interface for the task that produced the event.
*
*
- * .flyteidl.core.TypedInterface output_interface = 4;
+ * .flyteidl.core.TypedInterface output_interface = 3;
*/
private com.google.protobuf.SingleFieldBuilderV3<
flyteidl.core.Interface.TypedInterface, flyteidl.core.Interface.TypedInterface.Builder, flyteidl.core.Interface.TypedInterfaceOrBuilder>
@@ -4095,129 +3376,12 @@ public flyteidl.core.Interface.TypedInterfaceOrBuilder getOutputInterfaceOrBuild
return outputInterfaceBuilder_;
}
- private flyteidl.core.Literals.LiteralMap inputData_;
- private com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder> inputDataBuilder_;
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- public boolean hasInputData() {
- return inputDataBuilder_ != null || inputData_ != null;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- public flyteidl.core.Literals.LiteralMap getInputData() {
- if (inputDataBuilder_ == null) {
- return inputData_ == null ? flyteidl.core.Literals.LiteralMap.getDefaultInstance() : inputData_;
- } else {
- return inputDataBuilder_.getMessage();
- }
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- public Builder setInputData(flyteidl.core.Literals.LiteralMap value) {
- if (inputDataBuilder_ == null) {
- if (value == null) {
- throw new NullPointerException();
- }
- inputData_ = value;
- onChanged();
- } else {
- inputDataBuilder_.setMessage(value);
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- public Builder setInputData(
- flyteidl.core.Literals.LiteralMap.Builder builderForValue) {
- if (inputDataBuilder_ == null) {
- inputData_ = builderForValue.build();
- onChanged();
- } else {
- inputDataBuilder_.setMessage(builderForValue.build());
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- public Builder mergeInputData(flyteidl.core.Literals.LiteralMap value) {
- if (inputDataBuilder_ == null) {
- if (inputData_ != null) {
- inputData_ =
- flyteidl.core.Literals.LiteralMap.newBuilder(inputData_).mergeFrom(value).buildPartial();
- } else {
- inputData_ = value;
- }
- onChanged();
- } else {
- inputDataBuilder_.mergeFrom(value);
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- public Builder clearInputData() {
- if (inputDataBuilder_ == null) {
- inputData_ = null;
- onChanged();
- } else {
- inputData_ = null;
- inputDataBuilder_ = null;
- }
-
- return this;
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- public flyteidl.core.Literals.LiteralMap.Builder getInputDataBuilder() {
-
- onChanged();
- return getInputDataFieldBuilder().getBuilder();
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- public flyteidl.core.Literals.LiteralMapOrBuilder getInputDataOrBuilder() {
- if (inputDataBuilder_ != null) {
- return inputDataBuilder_.getMessageOrBuilder();
- } else {
- return inputData_ == null ?
- flyteidl.core.Literals.LiteralMap.getDefaultInstance() : inputData_;
- }
- }
- /**
- * .flyteidl.core.LiteralMap input_data = 5;
- */
- private com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>
- getInputDataFieldBuilder() {
- if (inputDataBuilder_ == null) {
- inputDataBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
- flyteidl.core.Literals.LiteralMap, flyteidl.core.Literals.LiteralMap.Builder, flyteidl.core.Literals.LiteralMapOrBuilder>(
- getInputData(),
- getParentForChildren(),
- isClean());
- inputData_ = null;
- }
- return inputDataBuilder_;
- }
-
private java.util.Listrepeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public java.util.Listrepeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public int getArtifactIdsCount() {
if (artifactIdsBuilder_ == null) {
@@ -4260,7 +3424,7 @@ public int getArtifactIdsCount() {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index) {
if (artifactIdsBuilder_ == null) {
@@ -4275,7 +3439,7 @@ public flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index) {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public Builder setArtifactIds(
int index, flyteidl.core.ArtifactId.ArtifactID value) {
@@ -4297,7 +3461,7 @@ public Builder setArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public Builder setArtifactIds(
int index, flyteidl.core.ArtifactId.ArtifactID.Builder builderForValue) {
@@ -4316,7 +3480,7 @@ public Builder setArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public Builder addArtifactIds(flyteidl.core.ArtifactId.ArtifactID value) {
if (artifactIdsBuilder_ == null) {
@@ -4337,7 +3501,7 @@ public Builder addArtifactIds(flyteidl.core.ArtifactId.ArtifactID value) {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public Builder addArtifactIds(
int index, flyteidl.core.ArtifactId.ArtifactID value) {
@@ -4359,7 +3523,7 @@ public Builder addArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public Builder addArtifactIds(
flyteidl.core.ArtifactId.ArtifactID.Builder builderForValue) {
@@ -4378,7 +3542,7 @@ public Builder addArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public Builder addArtifactIds(
int index, flyteidl.core.ArtifactId.ArtifactID.Builder builderForValue) {
@@ -4397,7 +3561,7 @@ public Builder addArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public Builder addAllArtifactIds(
java.lang.Iterable extends flyteidl.core.ArtifactId.ArtifactID> values) {
@@ -4417,12 +3581,12 @@ public Builder addAllArtifactIds(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public Builder clearArtifactIds() {
if (artifactIdsBuilder_ == null) {
artifactIds_ = java.util.Collections.emptyList();
- bitField0_ = (bitField0_ & ~0x00000020);
+ bitField0_ = (bitField0_ & ~0x00000008);
onChanged();
} else {
artifactIdsBuilder_.clear();
@@ -4435,7 +3599,7 @@ public Builder clearArtifactIds() {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public Builder removeArtifactIds(int index) {
if (artifactIdsBuilder_ == null) {
@@ -4453,7 +3617,7 @@ public Builder removeArtifactIds(int index) {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public flyteidl.core.ArtifactId.ArtifactID.Builder getArtifactIdsBuilder(
int index) {
@@ -4465,7 +3629,7 @@ public flyteidl.core.ArtifactId.ArtifactID.Builder getArtifactIdsBuilder(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
int index) {
@@ -4480,7 +3644,7 @@ public flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public java.util.List extends flyteidl.core.ArtifactId.ArtifactIDOrBuilder>
getArtifactIdsOrBuilderList() {
@@ -4496,7 +3660,7 @@ public flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public flyteidl.core.ArtifactId.ArtifactID.Builder addArtifactIdsBuilder() {
return getArtifactIdsFieldBuilder().addBuilder(
@@ -4508,7 +3672,7 @@ public flyteidl.core.ArtifactId.ArtifactID.Builder addArtifactIdsBuilder() {
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public flyteidl.core.ArtifactId.ArtifactID.Builder addArtifactIdsBuilder(
int index) {
@@ -4521,7 +3685,7 @@ public flyteidl.core.ArtifactId.ArtifactID.Builder addArtifactIdsBuilder(
* We can't have the ExecutionMetadata object directly because of import cycle
*
*
- * repeated .flyteidl.core.ArtifactID artifact_ids = 6;
+ * repeated .flyteidl.core.ArtifactID artifact_ids = 4;
*/
public java.util.Liststring principal = 7;
+ * string principal = 5;
*/
public java.lang.String getPrincipal() {
java.lang.Object ref = principal_;
@@ -4559,7 +3723,7 @@ public java.lang.String getPrincipal() {
}
}
/**
- * string principal = 7;
+ * string principal = 5;
*/
public com.google.protobuf.ByteString
getPrincipalBytes() {
@@ -4575,7 +3739,7 @@ public java.lang.String getPrincipal() {
}
}
/**
- * string principal = 7;
+ * string principal = 5;
*/
public Builder setPrincipal(
java.lang.String value) {
@@ -4588,7 +3752,7 @@ public Builder setPrincipal(
return this;
}
/**
- * string principal = 7;
+ * string principal = 5;
*/
public Builder clearPrincipal() {
@@ -4597,7 +3761,7 @@ public Builder clearPrincipal() {
return this;
}
/**
- * string principal = 7;
+ * string principal = 5;
*/
public Builder setPrincipalBytes(
com.google.protobuf.ByteString value) {
@@ -4621,7 +3785,7 @@ public Builder setPrincipalBytes(
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public boolean hasLaunchPlanId() {
return launchPlanIdBuilder_ != null || launchPlanId_ != null;
@@ -4633,7 +3797,7 @@ public boolean hasLaunchPlanId() {
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public flyteidl.core.IdentifierOuterClass.Identifier getLaunchPlanId() {
if (launchPlanIdBuilder_ == null) {
@@ -4649,7 +3813,7 @@ public flyteidl.core.IdentifierOuterClass.Identifier getLaunchPlanId() {
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public Builder setLaunchPlanId(flyteidl.core.IdentifierOuterClass.Identifier value) {
if (launchPlanIdBuilder_ == null) {
@@ -4671,7 +3835,7 @@ public Builder setLaunchPlanId(flyteidl.core.IdentifierOuterClass.Identifier val
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public Builder setLaunchPlanId(
flyteidl.core.IdentifierOuterClass.Identifier.Builder builderForValue) {
@@ -4691,7 +3855,7 @@ public Builder setLaunchPlanId(
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public Builder mergeLaunchPlanId(flyteidl.core.IdentifierOuterClass.Identifier value) {
if (launchPlanIdBuilder_ == null) {
@@ -4715,7 +3879,7 @@ public Builder mergeLaunchPlanId(flyteidl.core.IdentifierOuterClass.Identifier v
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public Builder clearLaunchPlanId() {
if (launchPlanIdBuilder_ == null) {
@@ -4735,7 +3899,7 @@ public Builder clearLaunchPlanId() {
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public flyteidl.core.IdentifierOuterClass.Identifier.Builder getLaunchPlanIdBuilder() {
@@ -4749,7 +3913,7 @@ public flyteidl.core.IdentifierOuterClass.Identifier.Builder getLaunchPlanIdBuil
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
public flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder getLaunchPlanIdOrBuilder() {
if (launchPlanIdBuilder_ != null) {
@@ -4766,7 +3930,7 @@ public flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder getLaunchPlanIdOrB
* Launch plan IDs are easier to get than workflow IDs so we'll use these for now.
*
*
- * .flyteidl.core.Identifier launch_plan_id = 8;
+ * .flyteidl.core.Identifier launch_plan_id = 6;
*/
private com.google.protobuf.SingleFieldBuilderV3<
flyteidl.core.IdentifierOuterClass.Identifier, flyteidl.core.IdentifierOuterClass.Identifier.Builder, flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder>
@@ -5509,7 +4673,7 @@ public interface CloudEventExecutionStartOrBuilder extends
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -5518,7 +4682,7 @@ public interface CloudEventExecutionStartOrBuilder extends
getArtifactIdsList();
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -5526,7 +4690,7 @@ public interface CloudEventExecutionStartOrBuilder extends
flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index);
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -5534,7 +4698,7 @@ public interface CloudEventExecutionStartOrBuilder extends
int getArtifactIdsCount();
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -5543,7 +4707,7 @@ public interface CloudEventExecutionStartOrBuilder extends
getArtifactIdsOrBuilderList();
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -5553,38 +4717,38 @@ flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
java.util.List- * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
- int getArtifactKeysCount();
+ int getArtifactTrackersCount();
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
- java.lang.String getArtifactKeys(int index);
+ java.lang.String getArtifactTrackers(int index);
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
com.google.protobuf.ByteString
- getArtifactKeysBytes(int index);
+ getArtifactTrackersBytes(int index);
/**
* string principal = 6;
@@ -5614,7 +4778,7 @@ private CloudEventExecutionStart(com.google.protobuf.GeneratedMessageV3.Builder<
}
private CloudEventExecutionStart() {
artifactIds_ = java.util.Collections.emptyList();
- artifactKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+ artifactTrackers_ = com.google.protobuf.LazyStringArrayList.EMPTY;
principal_ = "";
}
@@ -5693,10 +4857,10 @@ private CloudEventExecutionStart(
case 42: {
java.lang.String s = input.readStringRequireUtf8();
if (!((mutable_bitField0_ & 0x00000010) != 0)) {
- artifactKeys_ = new com.google.protobuf.LazyStringArrayList();
+ artifactTrackers_ = new com.google.protobuf.LazyStringArrayList();
mutable_bitField0_ |= 0x00000010;
}
- artifactKeys_.add(s);
+ artifactTrackers_.add(s);
break;
}
case 50: {
@@ -5724,7 +4888,7 @@ private CloudEventExecutionStart(
artifactIds_ = java.util.Collections.unmodifiableList(artifactIds_);
}
if (((mutable_bitField0_ & 0x00000010) != 0)) {
- artifactKeys_ = artifactKeys_.getUnmodifiableView();
+ artifactTrackers_ = artifactTrackers_.getUnmodifiableView();
}
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
@@ -5835,7 +4999,7 @@ public flyteidl.core.IdentifierOuterClass.IdentifierOrBuilder getWorkflowIdOrBui
private java.util.List- * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -5845,7 +5009,7 @@ public java.util.List- * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -5856,7 +5020,7 @@ public java.util.List- * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -5866,7 +5030,7 @@ public int getArtifactIdsCount() {
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -5876,7 +5040,7 @@ public flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index) {
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -5886,49 +5050,49 @@ public flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
return artifactIds_.get(index);
}
- public static final int ARTIFACT_KEYS_FIELD_NUMBER = 5;
- private com.google.protobuf.LazyStringList artifactKeys_;
+ public static final int ARTIFACT_TRACKERS_FIELD_NUMBER = 5;
+ private com.google.protobuf.LazyStringList artifactTrackers_;
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
public com.google.protobuf.ProtocolStringList
- getArtifactKeysList() {
- return artifactKeys_;
+ getArtifactTrackersList() {
+ return artifactTrackers_;
}
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
- public int getArtifactKeysCount() {
- return artifactKeys_.size();
+ public int getArtifactTrackersCount() {
+ return artifactTrackers_.size();
}
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
- public java.lang.String getArtifactKeys(int index) {
- return artifactKeys_.get(index);
+ public java.lang.String getArtifactTrackers(int index) {
+ return artifactTrackers_.get(index);
}
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
public com.google.protobuf.ByteString
- getArtifactKeysBytes(int index) {
- return artifactKeys_.getByteString(index);
+ getArtifactTrackersBytes(int index) {
+ return artifactTrackers_.getByteString(index);
}
public static final int PRINCIPAL_FIELD_NUMBER = 6;
@@ -5991,8 +5155,8 @@ public void writeTo(com.google.protobuf.CodedOutputStream output)
for (int i = 0; i < artifactIds_.size(); i++) {
output.writeMessage(4, artifactIds_.get(i));
}
- for (int i = 0; i < artifactKeys_.size(); i++) {
- com.google.protobuf.GeneratedMessageV3.writeString(output, 5, artifactKeys_.getRaw(i));
+ for (int i = 0; i < artifactTrackers_.size(); i++) {
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 5, artifactTrackers_.getRaw(i));
}
if (!getPrincipalBytes().isEmpty()) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, principal_);
@@ -6024,11 +5188,11 @@ public int getSerializedSize() {
}
{
int dataSize = 0;
- for (int i = 0; i < artifactKeys_.size(); i++) {
- dataSize += computeStringSizeNoTag(artifactKeys_.getRaw(i));
+ for (int i = 0; i < artifactTrackers_.size(); i++) {
+ dataSize += computeStringSizeNoTag(artifactTrackers_.getRaw(i));
}
size += dataSize;
- size += 1 * getArtifactKeysList().size();
+ size += 1 * getArtifactTrackersList().size();
}
if (!getPrincipalBytes().isEmpty()) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, principal_);
@@ -6065,8 +5229,8 @@ public boolean equals(final java.lang.Object obj) {
}
if (!getArtifactIdsList()
.equals(other.getArtifactIdsList())) return false;
- if (!getArtifactKeysList()
- .equals(other.getArtifactKeysList())) return false;
+ if (!getArtifactTrackersList()
+ .equals(other.getArtifactTrackersList())) return false;
if (!getPrincipal()
.equals(other.getPrincipal())) return false;
if (!unknownFields.equals(other.unknownFields)) return false;
@@ -6096,9 +5260,9 @@ public int hashCode() {
hash = (37 * hash) + ARTIFACT_IDS_FIELD_NUMBER;
hash = (53 * hash) + getArtifactIdsList().hashCode();
}
- if (getArtifactKeysCount() > 0) {
- hash = (37 * hash) + ARTIFACT_KEYS_FIELD_NUMBER;
- hash = (53 * hash) + getArtifactKeysList().hashCode();
+ if (getArtifactTrackersCount() > 0) {
+ hash = (37 * hash) + ARTIFACT_TRACKERS_FIELD_NUMBER;
+ hash = (53 * hash) + getArtifactTrackersList().hashCode();
}
hash = (37 * hash) + PRINCIPAL_FIELD_NUMBER;
hash = (53 * hash) + getPrincipal().hashCode();
@@ -6264,7 +5428,7 @@ public Builder clear() {
} else {
artifactIdsBuilder_.clear();
}
- artifactKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+ artifactTrackers_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000010);
principal_ = "";
@@ -6321,10 +5485,10 @@ public flyteidl.event.Cloudevents.CloudEventExecutionStart buildPartial() {
result.artifactIds_ = artifactIdsBuilder_.build();
}
if (((bitField0_ & 0x00000010) != 0)) {
- artifactKeys_ = artifactKeys_.getUnmodifiableView();
+ artifactTrackers_ = artifactTrackers_.getUnmodifiableView();
bitField0_ = (bitField0_ & ~0x00000010);
}
- result.artifactKeys_ = artifactKeys_;
+ result.artifactTrackers_ = artifactTrackers_;
result.principal_ = principal_;
result.bitField0_ = to_bitField0_;
onBuilt();
@@ -6410,13 +5574,13 @@ public Builder mergeFrom(flyteidl.event.Cloudevents.CloudEventExecutionStart oth
}
}
}
- if (!other.artifactKeys_.isEmpty()) {
- if (artifactKeys_.isEmpty()) {
- artifactKeys_ = other.artifactKeys_;
+ if (!other.artifactTrackers_.isEmpty()) {
+ if (artifactTrackers_.isEmpty()) {
+ artifactTrackers_ = other.artifactTrackers_;
bitField0_ = (bitField0_ & ~0x00000010);
} else {
- ensureArtifactKeysIsMutable();
- artifactKeys_.addAll(other.artifactKeys_);
+ ensureArtifactTrackersIsMutable();
+ artifactTrackers_.addAll(other.artifactTrackers_);
}
onChanged();
}
@@ -6891,7 +6055,7 @@ private void ensureArtifactIdsIsMutable() {
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -6905,7 +6069,7 @@ public java.util.List- * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -6919,7 +6083,7 @@ public int getArtifactIdsCount() {
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -6933,7 +6097,7 @@ public flyteidl.core.ArtifactId.ArtifactID getArtifactIds(int index) {
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -6954,7 +6118,7 @@ public Builder setArtifactIds(
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -6972,7 +6136,7 @@ public Builder setArtifactIds(
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -6992,7 +6156,7 @@ public Builder addArtifactIds(flyteidl.core.ArtifactId.ArtifactID value) {
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7013,7 +6177,7 @@ public Builder addArtifactIds(
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7031,7 +6195,7 @@ public Builder addArtifactIds(
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7049,7 +6213,7 @@ public Builder addArtifactIds(
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7068,7 +6232,7 @@ public Builder addAllArtifactIds(
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7085,7 +6249,7 @@ public Builder clearArtifactIds() {
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7102,7 +6266,7 @@ public Builder removeArtifactIds(int index) {
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7113,7 +6277,7 @@ public flyteidl.core.ArtifactId.ArtifactID.Builder getArtifactIdsBuilder(
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7127,7 +6291,7 @@ public flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7142,7 +6306,7 @@ public flyteidl.core.ArtifactId.ArtifactIDOrBuilder getArtifactIdsOrBuilder(
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7153,7 +6317,7 @@ public flyteidl.core.ArtifactId.ArtifactID.Builder addArtifactIdsBuilder() {
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7165,7 +6329,7 @@ public flyteidl.core.ArtifactId.ArtifactID.Builder addArtifactIdsBuilder(
}
/**
* - * Artifact IDs found + * Artifact inputs to the workflow execution for which we have the full Artifact ID. These are likely the result of artifact queries that are run. ** *
repeated .flyteidl.core.ArtifactID artifact_ids = 4;
@@ -7189,132 +6353,132 @@ public flyteidl.core.ArtifactId.ArtifactID.Builder addArtifactIdsBuilder(
return artifactIdsBuilder_;
}
- private com.google.protobuf.LazyStringList artifactKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY;
- private void ensureArtifactKeysIsMutable() {
+ private com.google.protobuf.LazyStringList artifactTrackers_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+ private void ensureArtifactTrackersIsMutable() {
if (!((bitField0_ & 0x00000010) != 0)) {
- artifactKeys_ = new com.google.protobuf.LazyStringArrayList(artifactKeys_);
+ artifactTrackers_ = new com.google.protobuf.LazyStringArrayList(artifactTrackers_);
bitField0_ |= 0x00000010;
}
}
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
public com.google.protobuf.ProtocolStringList
- getArtifactKeysList() {
- return artifactKeys_.getUnmodifiableView();
+ getArtifactTrackersList() {
+ return artifactTrackers_.getUnmodifiableView();
}
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
- public int getArtifactKeysCount() {
- return artifactKeys_.size();
+ public int getArtifactTrackersCount() {
+ return artifactTrackers_.size();
}
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
- public java.lang.String getArtifactKeys(int index) {
- return artifactKeys_.get(index);
+ public java.lang.String getArtifactTrackers(int index) {
+ return artifactTrackers_.get(index);
}
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
public com.google.protobuf.ByteString
- getArtifactKeysBytes(int index) {
- return artifactKeys_.getByteString(index);
+ getArtifactTrackersBytes(int index) {
+ return artifactTrackers_.getByteString(index);
}
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
- public Builder setArtifactKeys(
+ public Builder setArtifactTrackers(
int index, java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
- ensureArtifactKeysIsMutable();
- artifactKeys_.set(index, value);
+ ensureArtifactTrackersIsMutable();
+ artifactTrackers_.set(index, value);
onChanged();
return this;
}
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
- public Builder addArtifactKeys(
+ public Builder addArtifactTrackers(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
- ensureArtifactKeysIsMutable();
- artifactKeys_.add(value);
+ ensureArtifactTrackersIsMutable();
+ artifactTrackers_.add(value);
onChanged();
return this;
}
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
- public Builder addAllArtifactKeys(
+ public Builder addAllArtifactTrackers(
java.lang.Iterable- * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
- public Builder clearArtifactKeys() {
- artifactKeys_ = com.google.protobuf.LazyStringArrayList.EMPTY;
+ public Builder clearArtifactTrackers() {
+ artifactTrackers_ = com.google.protobuf.LazyStringArrayList.EMPTY;
bitField0_ = (bitField0_ & ~0x00000010);
onChanged();
return this;
}
/**
* - * Artifact keys found. + * Artifact inputs to the workflow execution for which we only have the tracking bit that's installed into the Literal's metadata by the Artifact service. ** - *
repeated string artifact_keys = 5;
+ * repeated string artifact_trackers = 5;
*/
- public Builder addArtifactKeysBytes(
+ public Builder addArtifactTrackersBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
- ensureArtifactKeysIsMutable();
- artifactKeys_.add(value);
+ ensureArtifactTrackersIsMutable();
+ artifactTrackers_.add(value);
onChanged();
return this;
}
@@ -7474,40 +6638,35 @@ public flyteidl.event.Cloudevents.CloudEventExecutionStart getDefaultInstanceFor
"flyteidl/core/literals.proto\032\035flyteidl/c" +
"ore/interface.proto\032\037flyteidl/core/artif" +
"act_id.proto\032\036flyteidl/core/identifier.p" +
- "roto\032\037google/protobuf/timestamp.proto\"\260\003" +
+ "roto\032\037google/protobuf/timestamp.proto\"\321\002" +
"\n\033CloudEventWorkflowExecution\0229\n\traw_eve" +
"nt\030\001 \001(\0132&.flyteidl.event.WorkflowExecut" +
- "ionEvent\022.\n\013output_data\030\002 \001(\0132\031.flyteidl" +
- ".core.LiteralMap\0227\n\020output_interface\030\003 \001" +
- "(\0132\035.flyteidl.core.TypedInterface\022-\n\ninp" +
- "ut_data\030\004 \001(\0132\031.flyteidl.core.LiteralMap" +
- "\022/\n\014artifact_ids\030\005 \003(\0132\031.flyteidl.core.A" +
- "rtifactID\022G\n\023reference_execution\030\006 \001(\0132*" +
- ".flyteidl.core.WorkflowExecutionIdentifi" +
- "er\022\021\n\tprincipal\030\007 \001(\t\0221\n\016launch_plan_id\030" +
- "\010 \001(\0132\031.flyteidl.core.Identifier\"\235\003\n\027Clo" +
- "udEventNodeExecution\0225\n\traw_event\030\001 \001(\0132" +
- "\".flyteidl.event.NodeExecutionEvent\022<\n\014t" +
- "ask_exec_id\030\002 \001(\0132&.flyteidl.core.TaskEx" +
- "ecutionIdentifier\022.\n\013output_data\030\003 \001(\0132\031" +
- ".flyteidl.core.LiteralMap\0227\n\020output_inte" +
- "rface\030\004 \001(\0132\035.flyteidl.core.TypedInterfa" +
- "ce\022-\n\ninput_data\030\005 \001(\0132\031.flyteidl.core.L" +
- "iteralMap\022/\n\014artifact_ids\030\006 \003(\0132\031.flytei" +
- "dl.core.ArtifactID\022\021\n\tprincipal\030\007 \001(\t\0221\n" +
- "\016launch_plan_id\030\010 \001(\0132\031.flyteidl.core.Id" +
- "entifier\"P\n\027CloudEventTaskExecution\0225\n\tr" +
- "aw_event\030\001 \001(\0132\".flyteidl.event.TaskExec" +
- "utionEvent\"\232\002\n\030CloudEventExecutionStart\022" +
- "@\n\014execution_id\030\001 \001(\0132*.flyteidl.core.Wo" +
- "rkflowExecutionIdentifier\0221\n\016launch_plan" +
- "_id\030\002 \001(\0132\031.flyteidl.core.Identifier\022.\n\013" +
- "workflow_id\030\003 \001(\0132\031.flyteidl.core.Identi" +
- "fier\022/\n\014artifact_ids\030\004 \003(\0132\031.flyteidl.co" +
- "re.ArtifactID\022\025\n\rartifact_keys\030\005 \003(\t\022\021\n\t" +
- "principal\030\006 \001(\tB=Z;github.com/flyteorg/f" +
- "lyte/flyteidl/gen/pb-go/flyteidl/eventb\006" +
- "proto3"
+ "ionEvent\0227\n\020output_interface\030\002 \001(\0132\035.fly" +
+ "teidl.core.TypedInterface\022/\n\014artifact_id" +
+ "s\030\003 \003(\0132\031.flyteidl.core.ArtifactID\022G\n\023re" +
+ "ference_execution\030\004 \001(\0132*.flyteidl.core." +
+ "WorkflowExecutionIdentifier\022\021\n\tprincipal" +
+ "\030\005 \001(\t\0221\n\016launch_plan_id\030\006 \001(\0132\031.flyteid" +
+ "l.core.Identifier\"\276\002\n\027CloudEventNodeExec" +
+ "ution\0225\n\traw_event\030\001 \001(\0132\".flyteidl.even" +
+ "t.NodeExecutionEvent\022<\n\014task_exec_id\030\002 \001" +
+ "(\0132&.flyteidl.core.TaskExecutionIdentifi" +
+ "er\0227\n\020output_interface\030\003 \001(\0132\035.flyteidl." +
+ "core.TypedInterface\022/\n\014artifact_ids\030\004 \003(" +
+ "\0132\031.flyteidl.core.ArtifactID\022\021\n\tprincipa" +
+ "l\030\005 \001(\t\0221\n\016launch_plan_id\030\006 \001(\0132\031.flytei" +
+ "dl.core.Identifier\"P\n\027CloudEventTaskExec" +
+ "ution\0225\n\traw_event\030\001 \001(\0132\".flyteidl.even" +
+ "t.TaskExecutionEvent\"\236\002\n\030CloudEventExecu" +
+ "tionStart\022@\n\014execution_id\030\001 \001(\0132*.flytei" +
+ "dl.core.WorkflowExecutionIdentifier\0221\n\016l" +
+ "aunch_plan_id\030\002 \001(\0132\031.flyteidl.core.Iden" +
+ "tifier\022.\n\013workflow_id\030\003 \001(\0132\031.flyteidl.c" +
+ "ore.Identifier\022/\n\014artifact_ids\030\004 \003(\0132\031.f" +
+ "lyteidl.core.ArtifactID\022\031\n\021artifact_trac" +
+ "kers\030\005 \003(\t\022\021\n\tprincipal\030\006 \001(\tB=Z;github." +
+ "com/flyteorg/flyte/flyteidl/gen/pb-go/fl" +
+ "yteidl/eventb\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
@@ -7532,13 +6691,13 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors(
internal_static_flyteidl_event_CloudEventWorkflowExecution_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_flyteidl_event_CloudEventWorkflowExecution_descriptor,
- new java.lang.String[] { "RawEvent", "OutputData", "OutputInterface", "InputData", "ArtifactIds", "ReferenceExecution", "Principal", "LaunchPlanId", });
+ new java.lang.String[] { "RawEvent", "OutputInterface", "ArtifactIds", "ReferenceExecution", "Principal", "LaunchPlanId", });
internal_static_flyteidl_event_CloudEventNodeExecution_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_flyteidl_event_CloudEventNodeExecution_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_flyteidl_event_CloudEventNodeExecution_descriptor,
- new java.lang.String[] { "RawEvent", "TaskExecId", "OutputData", "OutputInterface", "InputData", "ArtifactIds", "Principal", "LaunchPlanId", });
+ new java.lang.String[] { "RawEvent", "TaskExecId", "OutputInterface", "ArtifactIds", "Principal", "LaunchPlanId", });
internal_static_flyteidl_event_CloudEventTaskExecution_descriptor =
getDescriptor().getMessageTypes().get(2);
internal_static_flyteidl_event_CloudEventTaskExecution_fieldAccessorTable = new
@@ -7550,7 +6709,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors(
internal_static_flyteidl_event_CloudEventExecutionStart_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_flyteidl_event_CloudEventExecutionStart_descriptor,
- new java.lang.String[] { "ExecutionId", "LaunchPlanId", "WorkflowId", "ArtifactIds", "ArtifactKeys", "Principal", });
+ new java.lang.String[] { "ExecutionId", "LaunchPlanId", "WorkflowId", "ArtifactIds", "ArtifactTrackers", "Principal", });
flyteidl.event.Event.getDescriptor();
flyteidl.core.Literals.getDescriptor();
flyteidl.core.Interface.getDescriptor();
diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts
index af564753d4..44c8f52a04 100644
--- a/flyteidl/gen/pb-js/flyteidl.d.ts
+++ b/flyteidl/gen/pb-js/flyteidl.d.ts
@@ -7420,15 +7420,9 @@ export namespace flyteidl {
/** CloudEventWorkflowExecution rawEvent */
rawEvent?: (flyteidl.event.IWorkflowExecutionEvent|null);
- /** CloudEventWorkflowExecution outputData */
- outputData?: (flyteidl.core.ILiteralMap|null);
-
/** CloudEventWorkflowExecution outputInterface */
outputInterface?: (flyteidl.core.ITypedInterface|null);
- /** CloudEventWorkflowExecution inputData */
- inputData?: (flyteidl.core.ILiteralMap|null);
-
/** CloudEventWorkflowExecution artifactIds */
artifactIds?: (flyteidl.core.IArtifactID[]|null);
@@ -7454,15 +7448,9 @@ export namespace flyteidl {
/** CloudEventWorkflowExecution rawEvent. */
public rawEvent?: (flyteidl.event.IWorkflowExecutionEvent|null);
- /** CloudEventWorkflowExecution outputData. */
- public outputData?: (flyteidl.core.ILiteralMap|null);
-
/** CloudEventWorkflowExecution outputInterface. */
public outputInterface?: (flyteidl.core.ITypedInterface|null);
- /** CloudEventWorkflowExecution inputData. */
- public inputData?: (flyteidl.core.ILiteralMap|null);
-
/** CloudEventWorkflowExecution artifactIds. */
public artifactIds: flyteidl.core.IArtifactID[];
@@ -7517,15 +7505,9 @@ export namespace flyteidl {
/** CloudEventNodeExecution taskExecId */
taskExecId?: (flyteidl.core.ITaskExecutionIdentifier|null);
- /** CloudEventNodeExecution outputData */
- outputData?: (flyteidl.core.ILiteralMap|null);
-
/** CloudEventNodeExecution outputInterface */
outputInterface?: (flyteidl.core.ITypedInterface|null);
- /** CloudEventNodeExecution inputData */
- inputData?: (flyteidl.core.ILiteralMap|null);
-
/** CloudEventNodeExecution artifactIds */
artifactIds?: (flyteidl.core.IArtifactID[]|null);
@@ -7551,15 +7533,9 @@ export namespace flyteidl {
/** CloudEventNodeExecution taskExecId. */
public taskExecId?: (flyteidl.core.ITaskExecutionIdentifier|null);
- /** CloudEventNodeExecution outputData. */
- public outputData?: (flyteidl.core.ILiteralMap|null);
-
/** CloudEventNodeExecution outputInterface. */
public outputInterface?: (flyteidl.core.ITypedInterface|null);
- /** CloudEventNodeExecution inputData. */
- public inputData?: (flyteidl.core.ILiteralMap|null);
-
/** CloudEventNodeExecution artifactIds. */
public artifactIds: flyteidl.core.IArtifactID[];
@@ -7669,8 +7645,8 @@ export namespace flyteidl {
/** CloudEventExecutionStart artifactIds */
artifactIds?: (flyteidl.core.IArtifactID[]|null);
- /** CloudEventExecutionStart artifactKeys */
- artifactKeys?: (string[]|null);
+ /** CloudEventExecutionStart artifactTrackers */
+ artifactTrackers?: (string[]|null);
/** CloudEventExecutionStart principal */
principal?: (string|null);
@@ -7697,8 +7673,8 @@ export namespace flyteidl {
/** CloudEventExecutionStart artifactIds. */
public artifactIds: flyteidl.core.IArtifactID[];
- /** CloudEventExecutionStart artifactKeys. */
- public artifactKeys: string[];
+ /** CloudEventExecutionStart artifactTrackers. */
+ public artifactTrackers: string[];
/** CloudEventExecutionStart principal. */
public principal: string;
diff --git a/flyteidl/gen/pb-js/flyteidl.js b/flyteidl/gen/pb-js/flyteidl.js
index 8375c630e7..3bd5e9bd3d 100644
--- a/flyteidl/gen/pb-js/flyteidl.js
+++ b/flyteidl/gen/pb-js/flyteidl.js
@@ -17947,9 +17947,7 @@
* @memberof flyteidl.event
* @interface ICloudEventWorkflowExecution
* @property {flyteidl.event.IWorkflowExecutionEvent|null} [rawEvent] CloudEventWorkflowExecution rawEvent
- * @property {flyteidl.core.ILiteralMap|null} [outputData] CloudEventWorkflowExecution outputData
* @property {flyteidl.core.ITypedInterface|null} [outputInterface] CloudEventWorkflowExecution outputInterface
- * @property {flyteidl.core.ILiteralMap|null} [inputData] CloudEventWorkflowExecution inputData
* @property {Array.