Package flyteidl.admin
Interface VersionOuterClass.GetVersionResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
VersionOuterClass.GetVersionResponse,VersionOuterClass.GetVersionResponse.Builder
- Enclosing class:
- VersionOuterClass
public static interface VersionOuterClass.GetVersionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VersionOuterClass.VersiongetControlPlaneVersion()The control plane version information.VersionOuterClass.VersionOrBuildergetControlPlaneVersionOrBuilder()The control plane version information.booleanhasControlPlaneVersion()The control plane version information.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasControlPlaneVersion
boolean hasControlPlaneVersion()
The control plane version information. FlyteAdmin and related components form the control plane of Flyte
.flyteidl.admin.Version control_plane_version = 1;- Returns:
- Whether the controlPlaneVersion field is set.
-
getControlPlaneVersion
VersionOuterClass.Version getControlPlaneVersion()
The control plane version information. FlyteAdmin and related components form the control plane of Flyte
.flyteidl.admin.Version control_plane_version = 1;- Returns:
- The controlPlaneVersion.
-
getControlPlaneVersionOrBuilder
VersionOuterClass.VersionOrBuilder getControlPlaneVersionOrBuilder()
The control plane version information. FlyteAdmin and related components form the control plane of Flyte
.flyteidl.admin.Version control_plane_version = 1;
-
-