Package flyteidl.admin
Interface Common.NamedEntityMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Common.NamedEntityMetadata,Common.NamedEntityMetadata.Builder
- Enclosing class:
- Common
public static interface Common.NamedEntityMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDescription()Common description across all versions of the entity +optionalcom.google.protobuf.ByteStringgetDescriptionBytes()Common description across all versions of the entity +optional-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
Common description across all versions of the entity +optional
string description = 1;- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Common description across all versions of the entity +optional
string description = 1;- Returns:
- The bytes for description.
-
-