Uses of Class
io.fabric8.openshift.api.model.operatorhub.v1alpha1.GRPCConnectionState
-
Packages that use GRPCConnectionState Package Description io.fabric8.openshift.api.model.operatorhub.v1alpha1 -
-
Uses of GRPCConnectionState in io.fabric8.openshift.api.model.operatorhub.v1alpha1
Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 that return GRPCConnectionState Modifier and Type Method Description GRPCConnectionStateGRPCConnectionStateBuilder. build()GRPCConnectionStateCatalogSourceStatusFluent. buildConnectionState()GRPCConnectionStateCatalogSourceStatusFluentImpl. buildConnectionState()GRPCConnectionStateCatalogSourceStatus. getConnectionState()GRPCConnectionStateCatalogSourceStatusFluent. getConnectionState()Deprecated.GRPCConnectionStateCatalogSourceStatusFluentImpl. getConnectionState()Deprecated.Methods in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type GRPCConnectionState Modifier and Type Method Description CatalogSourceStatusFluent.ConnectionStateNested<A>CatalogSourceStatusFluent. editOrNewConnectionStateLike(GRPCConnectionState item)CatalogSourceStatusFluent.ConnectionStateNested<A>CatalogSourceStatusFluentImpl. editOrNewConnectionStateLike(GRPCConnectionState item)voidCatalogSourceStatus. setConnectionState(GRPCConnectionState connectionState)ACatalogSourceStatusFluent. withConnectionState(GRPCConnectionState connectionState)ACatalogSourceStatusFluentImpl. withConnectionState(GRPCConnectionState connectionState)CatalogSourceStatusFluent.ConnectionStateNested<A>CatalogSourceStatusFluent. withNewConnectionStateLike(GRPCConnectionState item)CatalogSourceStatusFluent.ConnectionStateNested<A>CatalogSourceStatusFluentImpl. withNewConnectionStateLike(GRPCConnectionState item)Constructors in io.fabric8.openshift.api.model.operatorhub.v1alpha1 with parameters of type GRPCConnectionState Constructor Description CatalogSourceStatus(ConfigMapResourceReference configMapReference, GRPCConnectionState connectionState, String latestImageRegistryPoll, String message, String reason, RegistryServiceStatus registryService)GRPCConnectionStateBuilder(GRPCConnectionState instance)GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent, GRPCConnectionState instance)GRPCConnectionStateBuilder(GRPCConnectionStateFluent<?> fluent, GRPCConnectionState instance, Boolean validationEnabled)GRPCConnectionStateBuilder(GRPCConnectionState instance, Boolean validationEnabled)GRPCConnectionStateFluentImpl(GRPCConnectionState instance)
-