Package flyteidl.core
Interface Types.TypeAnnotationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Types.TypeAnnotation,Types.TypeAnnotation.Builder
- Enclosing class:
- Types
public static interface Types.TypeAnnotationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.StructgetAnnotations()A arbitrary JSON payload to describe a type.com.google.protobuf.StructOrBuildergetAnnotationsOrBuilder()A arbitrary JSON payload to describe a type.booleanhasAnnotations()A arbitrary JSON payload to describe a type.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAnnotations
boolean hasAnnotations()
A arbitrary JSON payload to describe a type.
.google.protobuf.Struct annotations = 1;- Returns:
- Whether the annotations field is set.
-
getAnnotations
com.google.protobuf.Struct getAnnotations()
A arbitrary JSON payload to describe a type.
.google.protobuf.Struct annotations = 1;- Returns:
- The annotations.
-
getAnnotationsOrBuilder
com.google.protobuf.StructOrBuilder getAnnotationsOrBuilder()
A arbitrary JSON payload to describe a type.
.google.protobuf.Struct annotations = 1;
-
-