Interface VersionOuterClass.GetVersionResponseOrBuilder

    • 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;