Package flyteidl.core
Interface Literals.SchemaOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Literals.Schema,Literals.Schema.Builder
- Enclosing class:
- Literals
public static interface Literals.SchemaOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Types.SchemaTypegetType().flyteidl.core.SchemaType type = 3;Types.SchemaTypeOrBuildergetTypeOrBuilder().flyteidl.core.SchemaType type = 3;StringgetUri()string uri = 1;com.google.protobuf.ByteStringgetUriBytes()string uri = 1;booleanhasType().flyteidl.core.SchemaType type = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUri
String getUri()
string uri = 1;- Returns:
- The uri.
-
getUriBytes
com.google.protobuf.ByteString getUriBytes()
string uri = 1;- Returns:
- The bytes for uri.
-
hasType
boolean hasType()
.flyteidl.core.SchemaType type = 3;- Returns:
- Whether the type field is set.
-
getType
Types.SchemaType getType()
.flyteidl.core.SchemaType type = 3;- Returns:
- The type.
-
getTypeOrBuilder
Types.SchemaTypeOrBuilder getTypeOrBuilder()
.flyteidl.core.SchemaType type = 3;
-
-