Uses of Enum
com.google.api.core.ApiService.State
Packages that use ApiService.State
-
Uses of ApiService.State in com.google.api.core
Methods in com.google.api.core that return ApiService.StateModifier and TypeMethodDescriptionAbstractApiService.state()ApiService.state()Returns the lifecycle state of the service.static ApiService.StateReturns the enum constant of this type with the specified name.static ApiService.State[]ApiService.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.api.core with parameters of type ApiService.StateModifier and TypeMethodDescriptionvoidApiService.Listener.failed(ApiService.State from, Throwable failure) Called when the service transitions to the FAILED state.voidApiService.Listener.stopping(ApiService.State from) Called when the service transitions to the STOPPING state.voidApiService.Listener.terminated(ApiService.State from) Called when the service transitions to the TERMINATED state.