diff --git a/flyteidl/gen/pb-es/flyteidl/core/literals_pb.ts b/flyteidl/gen/pb-es/flyteidl/core/literals_pb.ts index 8632db38abe..71af5157600 100644 --- a/flyteidl/gen/pb-es/flyteidl/core/literals_pb.ts +++ b/flyteidl/gen/pb-es/flyteidl/core/literals_pb.ts @@ -633,7 +633,7 @@ export class Literal extends Message { */ export class LiteralOffloadedMetadata extends Message { /** - * The location of the offloaded data. + * The location of the offloaded literals value * * @generated from field: string uri = 1; */ diff --git a/flyteidl/gen/pb-go/flyteidl/core/literals.pb.go b/flyteidl/gen/pb-go/flyteidl/core/literals.pb.go index f9cb15f026f..688c46075da 100644 --- a/flyteidl/gen/pb-go/flyteidl/core/literals.pb.go +++ b/flyteidl/gen/pb-go/flyteidl/core/literals.pb.go @@ -908,7 +908,7 @@ type LiteralOffloadedMetadata struct { sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields - // The location of the offloaded data. + // The location of the offloaded literals value Uri string `protobuf:"bytes,1,opt,name=uri,proto3" json:"uri,omitempty"` // The size of the offloaded data. SizeBytes uint64 `protobuf:"varint,2,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty"` diff --git a/flyteidl/gen/pb-go/gateway/flyteidl/cacheservice/cacheservice.swagger.json b/flyteidl/gen/pb-go/gateway/flyteidl/cacheservice/cacheservice.swagger.json index 4cd7b09b039..5e2180124ae 100644 --- a/flyteidl/gen/pb-go/gateway/flyteidl/cacheservice/cacheservice.swagger.json +++ b/flyteidl/gen/pb-go/gateway/flyteidl/cacheservice/cacheservice.swagger.json @@ -265,7 +265,7 @@ "properties": { "uri": { "type": "string", - "description": "The location of the offloaded data." + "title": "The location of the offloaded literals value" }, "size_bytes": { "type": "string", diff --git a/flyteidl/gen/pb-go/gateway/flyteidl/datacatalog/datacatalog.swagger.json b/flyteidl/gen/pb-go/gateway/flyteidl/datacatalog/datacatalog.swagger.json index 01999cbff6a..a12c056f4ba 100644 --- a/flyteidl/gen/pb-go/gateway/flyteidl/datacatalog/datacatalog.swagger.json +++ b/flyteidl/gen/pb-go/gateway/flyteidl/datacatalog/datacatalog.swagger.json @@ -209,7 +209,7 @@ "properties": { "uri": { "type": "string", - "description": "The location of the offloaded data." + "title": "The location of the offloaded literals value" }, "size_bytes": { "type": "string", diff --git a/flyteidl/gen/pb-go/gateway/flyteidl/service/admin.swagger.json b/flyteidl/gen/pb-go/gateway/flyteidl/service/admin.swagger.json index 5b0a29d7c99..5a7ffaf409e 100644 --- a/flyteidl/gen/pb-go/gateway/flyteidl/service/admin.swagger.json +++ b/flyteidl/gen/pb-go/gateway/flyteidl/service/admin.swagger.json @@ -7466,7 +7466,7 @@ "properties": { "uri": { "type": "string", - "description": "The location of the offloaded data." + "title": "The location of the offloaded literals value" }, "size_bytes": { "type": "string", diff --git a/flyteidl/gen/pb-go/gateway/flyteidl/service/agent.swagger.json b/flyteidl/gen/pb-go/gateway/flyteidl/service/agent.swagger.json index 7556187aac7..7babd7e57df 100644 --- a/flyteidl/gen/pb-go/gateway/flyteidl/service/agent.swagger.json +++ b/flyteidl/gen/pb-go/gateway/flyteidl/service/agent.swagger.json @@ -1303,7 +1303,7 @@ "properties": { "uri": { "type": "string", - "description": "The location of the offloaded data." + "title": "The location of the offloaded literals value" }, "size_bytes": { "type": "string", diff --git a/flyteidl/gen/pb-go/gateway/flyteidl/service/dataproxy.swagger.json b/flyteidl/gen/pb-go/gateway/flyteidl/service/dataproxy.swagger.json index 367e0881039..35a03b60500 100644 --- a/flyteidl/gen/pb-go/gateway/flyteidl/service/dataproxy.swagger.json +++ b/flyteidl/gen/pb-go/gateway/flyteidl/service/dataproxy.swagger.json @@ -325,7 +325,7 @@ "properties": { "uri": { "type": "string", - "description": "The location of the offloaded data." + "title": "The location of the offloaded literals value" }, "size_bytes": { "type": "string", diff --git a/flyteidl/gen/pb-go/gateway/flyteidl/service/external_plugin_service.swagger.json b/flyteidl/gen/pb-go/gateway/flyteidl/service/external_plugin_service.swagger.json index 745de29d564..ff544385dcc 100644 --- a/flyteidl/gen/pb-go/gateway/flyteidl/service/external_plugin_service.swagger.json +++ b/flyteidl/gen/pb-go/gateway/flyteidl/service/external_plugin_service.swagger.json @@ -619,7 +619,7 @@ "properties": { "uri": { "type": "string", - "description": "The location of the offloaded data." + "title": "The location of the offloaded literals value" }, "size_bytes": { "type": "string", diff --git a/flyteidl/gen/pb-go/gateway/flyteidl/service/signal.swagger.json b/flyteidl/gen/pb-go/gateway/flyteidl/service/signal.swagger.json index 8d3a1f885dc..feb8bc9b2a5 100644 --- a/flyteidl/gen/pb-go/gateway/flyteidl/service/signal.swagger.json +++ b/flyteidl/gen/pb-go/gateway/flyteidl/service/signal.swagger.json @@ -401,7 +401,7 @@ "properties": { "uri": { "type": "string", - "description": "The location of the offloaded data." + "title": "The location of the offloaded literals value" }, "size_bytes": { "type": "string", diff --git a/flyteidl/gen/pb_rust/flyteidl.core.rs b/flyteidl/gen/pb_rust/flyteidl.core.rs index 714b659655b..a1dcea32881 100644 --- a/flyteidl/gen/pb_rust/flyteidl.core.rs +++ b/flyteidl/gen/pb_rust/flyteidl.core.rs @@ -516,7 +516,7 @@ pub mod literal { #[allow(clippy::derive_partial_eq_without_eq)] #[derive(Clone, PartialEq, ::prost::Message)] pub struct LiteralOffloadedMetadata { - /// The location of the offloaded data. + /// The location of the offloaded literals value #[prost(string, tag="1")] pub uri: ::prost::alloc::string::String, /// The size of the offloaded data. diff --git a/flyteidl/protos/flyteidl/core/literals.proto b/flyteidl/protos/flyteidl/core/literals.proto index 971aa2a44ff..55d861bdd2b 100644 --- a/flyteidl/protos/flyteidl/core/literals.proto +++ b/flyteidl/protos/flyteidl/core/literals.proto @@ -119,7 +119,7 @@ message Literal { // A message that contains the metadata of the offloaded data. message LiteralOffloadedMetadata { - // The location of the offloaded data. + // The location of the offloaded literals value string uri = 1; // The size of the offloaded data.