Uses of Class
com.google.api.core.ApiService.State
-
Packages that use ApiService.State Package Description com.google.api.core -
-
Uses of ApiService.State in com.google.api.core
Methods in com.google.api.core that return ApiService.State Modifier and Type Method Description ApiService.StateAbstractApiService. state()ApiService.StateApiService. state()Returns the lifecycle state of the service.static ApiService.StateApiService.State. valueOf(String name)Returns 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.State Modifier and Type Method Description voidApiService.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.
-