public interface ServiceConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ServiceConfig.HealthCheckConfig |
getHealthCheckConfig()
.grpc.service_config.ServiceConfig.HealthCheckConfig health_check_config = 5; |
ServiceConfig.HealthCheckConfigOrBuilder |
getHealthCheckConfigOrBuilder()
.grpc.service_config.ServiceConfig.HealthCheckConfig health_check_config = 5; |
LoadBalancingConfig |
getLoadBalancingConfig(int index)
Multiple LB policies can be specified; clients will iterate through
the list in order and stop at the first policy that they support.
|
int |
getLoadBalancingConfigCount()
Multiple LB policies can be specified; clients will iterate through
the list in order and stop at the first policy that they support.
|
List<LoadBalancingConfig> |
getLoadBalancingConfigList()
Multiple LB policies can be specified; clients will iterate through
the list in order and stop at the first policy that they support.
|
LoadBalancingConfigOrBuilder |
getLoadBalancingConfigOrBuilder(int index)
Multiple LB policies can be specified; clients will iterate through
the list in order and stop at the first policy that they support.
|
List<? extends LoadBalancingConfigOrBuilder> |
getLoadBalancingConfigOrBuilderList()
Multiple LB policies can be specified; clients will iterate through
the list in order and stop at the first policy that they support.
|
ServiceConfig.LoadBalancingPolicy |
getLoadBalancingPolicy()
Deprecated.
grpc.service_config.ServiceConfig.load_balancing_policy is deprecated.
See service_config.proto;l=548
|
int |
getLoadBalancingPolicyValue()
Deprecated.
grpc.service_config.ServiceConfig.load_balancing_policy is deprecated.
See service_config.proto;l=548
|
MethodConfig |
getMethodConfig(int index)
Per-method configuration.
|
int |
getMethodConfigCount()
Per-method configuration.
|
List<MethodConfig> |
getMethodConfigList()
Per-method configuration.
|
MethodConfigOrBuilder |
getMethodConfigOrBuilder(int index)
Per-method configuration.
|
List<? extends MethodConfigOrBuilder> |
getMethodConfigOrBuilderList()
Per-method configuration.
|
ServiceConfig.RetryThrottlingPolicy |
getRetryThrottling()
.grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3; |
ServiceConfig.RetryThrottlingPolicyOrBuilder |
getRetryThrottlingOrBuilder()
.grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3; |
boolean |
hasHealthCheckConfig()
.grpc.service_config.ServiceConfig.HealthCheckConfig health_check_config = 5; |
boolean |
hasRetryThrottling()
.grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof@Deprecated int getLoadBalancingPolicyValue()
.grpc.service_config.ServiceConfig.LoadBalancingPolicy load_balancing_policy = 1 [deprecated = true];@Deprecated ServiceConfig.LoadBalancingPolicy getLoadBalancingPolicy()
.grpc.service_config.ServiceConfig.LoadBalancingPolicy load_balancing_policy = 1 [deprecated = true];List<LoadBalancingConfig> getLoadBalancingConfigList()
Multiple LB policies can be specified; clients will iterate through the list in order and stop at the first policy that they support. If none are supported, the service config is considered invalid.
repeated .grpc.service_config.LoadBalancingConfig load_balancing_config = 4;LoadBalancingConfig getLoadBalancingConfig(int index)
Multiple LB policies can be specified; clients will iterate through the list in order and stop at the first policy that they support. If none are supported, the service config is considered invalid.
repeated .grpc.service_config.LoadBalancingConfig load_balancing_config = 4;int getLoadBalancingConfigCount()
Multiple LB policies can be specified; clients will iterate through the list in order and stop at the first policy that they support. If none are supported, the service config is considered invalid.
repeated .grpc.service_config.LoadBalancingConfig load_balancing_config = 4;List<? extends LoadBalancingConfigOrBuilder> getLoadBalancingConfigOrBuilderList()
Multiple LB policies can be specified; clients will iterate through the list in order and stop at the first policy that they support. If none are supported, the service config is considered invalid.
repeated .grpc.service_config.LoadBalancingConfig load_balancing_config = 4;LoadBalancingConfigOrBuilder getLoadBalancingConfigOrBuilder(int index)
Multiple LB policies can be specified; clients will iterate through the list in order and stop at the first policy that they support. If none are supported, the service config is considered invalid.
repeated .grpc.service_config.LoadBalancingConfig load_balancing_config = 4;List<MethodConfig> getMethodConfigList()
Per-method configuration.
repeated .grpc.service_config.MethodConfig method_config = 2;MethodConfig getMethodConfig(int index)
Per-method configuration.
repeated .grpc.service_config.MethodConfig method_config = 2;int getMethodConfigCount()
Per-method configuration.
repeated .grpc.service_config.MethodConfig method_config = 2;List<? extends MethodConfigOrBuilder> getMethodConfigOrBuilderList()
Per-method configuration.
repeated .grpc.service_config.MethodConfig method_config = 2;MethodConfigOrBuilder getMethodConfigOrBuilder(int index)
Per-method configuration.
repeated .grpc.service_config.MethodConfig method_config = 2;boolean hasRetryThrottling()
.grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3;ServiceConfig.RetryThrottlingPolicy getRetryThrottling()
.grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3;ServiceConfig.RetryThrottlingPolicyOrBuilder getRetryThrottlingOrBuilder()
.grpc.service_config.ServiceConfig.RetryThrottlingPolicy retry_throttling = 3;boolean hasHealthCheckConfig()
.grpc.service_config.ServiceConfig.HealthCheckConfig health_check_config = 5;ServiceConfig.HealthCheckConfig getHealthCheckConfig()
.grpc.service_config.ServiceConfig.HealthCheckConfig health_check_config = 5;ServiceConfig.HealthCheckConfigOrBuilder getHealthCheckConfigOrBuilder()
.grpc.service_config.ServiceConfig.HealthCheckConfig health_check_config = 5;Copyright © 2022 Google LLC. All rights reserved.