Home
last modified time | relevance | path

Searched defs:ServingStatus (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/grpc-grpc/src/python/grpcio_health_checking/grpc_health/v1/
H A D_async.py83 status: _health_pb2.HealthCheckResponse.ServingStatus,
96 status: _health_pb2.HealthCheckResponse.ServingStatus,
/aosp_15_r20/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/
H A DServingStatus.java30 public enum ServingStatus implements com.google.protobuf.ProtocolMessageEnum { enum
177 private ServingStatus(int value) { in ServingStatus() method in ServingStatus
H A DApplication.java83 public enum ServingStatus implements com.google.protobuf.ProtocolMessageEnum { enum in Application
246 private ServingStatus(int value) { in ServingStatus() method in Application.ServingStatus
/aosp_15_r20/external/grpc-grpc/src/proto/grpc/health/v1/
H A Dhealth.proto33 enum ServingStatus { enum
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/proto/grpc/health/v1/
Dhealth.proto33 enum ServingStatus { enum
/aosp_15_r20/external/grpc-grpc-java/services/src/main/proto/grpc/health/v1/
H A Dhealth.proto33 enum ServingStatus { enum
/aosp_15_r20/external/grpc-grpc/src/cpp/server/health/
H A Ddefault_health_check_service.h47 enum ServingStatus { NOT_FOUND, SERVING, NOT_SERVING }; enum
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/cpp/server/health/
Ddefault_health_check_service.h47 enum ServingStatus { NOT_FOUND, SERVING, NOT_SERVING }; enum
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/pb/health/
H A Dchecker_spec.rb69 ServingStatus = Grpc::Health::V1::HealthCheckResponse::ServingStatus constant
/aosp_15_r20/external/googleapis/google/appengine/v1beta/
H A Dapplication.proto75 enum ServingStatus { enum
H A Dversion.proto595 enum ServingStatus { enum
/aosp_15_r20/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/proto/google/appengine/v1/
H A Dapplication.proto32 enum ServingStatus { enum
H A Dversion.proto548 enum ServingStatus { enum
/aosp_15_r20/external/googleapis/google/appengine/v1/
H A Dapplication.proto32 enum ServingStatus { enum
H A Dversion.proto548 enum ServingStatus { enum
/aosp_15_r20/external/grpc-grpc/test/cpp/end2end/xds/
H A Dxds_end2end_test.cc1384 TEST_P(XdsEnabledServerStatusNotificationTest, ServingStatus) { in TEST_P() argument