public static interface XdsClusterResolverLoadBalancingPolicyConfig.DiscoveryMechanismOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCluster()
Cluster name.
|
com.google.protobuf.ByteString |
getClusterBytes()
Cluster name.
|
String |
getDnsHostname()
For type LOGICAL_DNS only.
|
com.google.protobuf.ByteString |
getDnsHostnameBytes()
For type LOGICAL_DNS only.
|
String |
getEdsServiceName()
For type EDS only.
|
com.google.protobuf.ByteString |
getEdsServiceNameBytes()
For type EDS only.
|
XdsServer |
getLrsLoadReportingServer()
LRS server to send load reports to.
|
com.google.protobuf.StringValue |
getLrsLoadReportingServerName()
Deprecated.
grpc.service_config.XdsClusterResolverLoadBalancingPolicyConfig.DiscoveryMechanism.lrs_load_reporting_server_name is deprecated.
See service_config.proto;l=285
|
com.google.protobuf.StringValueOrBuilder |
getLrsLoadReportingServerNameOrBuilder()
Deprecated.
|
XdsServerOrBuilder |
getLrsLoadReportingServerOrBuilder()
LRS server to send load reports to.
|
com.google.protobuf.UInt32Value |
getMaxConcurrentRequests()
Maximum number of outstanding requests can be made to the upstream
cluster.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxConcurrentRequestsOrBuilder()
Maximum number of outstanding requests can be made to the upstream
cluster.
|
XdsClusterResolverLoadBalancingPolicyConfig.DiscoveryMechanism.Type |
getType()
.grpc.service_config.XdsClusterResolverLoadBalancingPolicyConfig.DiscoveryMechanism.Type type = 4; |
int |
getTypeValue()
.grpc.service_config.XdsClusterResolverLoadBalancingPolicyConfig.DiscoveryMechanism.Type type = 4; |
boolean |
hasLrsLoadReportingServer()
LRS server to send load reports to.
|
boolean |
hasLrsLoadReportingServerName()
Deprecated.
grpc.service_config.XdsClusterResolverLoadBalancingPolicyConfig.DiscoveryMechanism.lrs_load_reporting_server_name is deprecated.
See service_config.proto;l=285
|
boolean |
hasMaxConcurrentRequests()
Maximum number of outstanding requests can be made to the upstream
cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getCluster()
Cluster name.
string cluster = 1;com.google.protobuf.ByteString getClusterBytes()
Cluster name.
string cluster = 1;@Deprecated boolean hasLrsLoadReportingServerName()
LRS server to send load reports to. If not present, load reporting will be disabled. If set to the empty string, load reporting will be sent to the same server that we obtained CDS data from. DEPRECATED: Use new lrs_load_reporting_server field instead.
.google.protobuf.StringValue lrs_load_reporting_server_name = 2 [deprecated = true];@Deprecated com.google.protobuf.StringValue getLrsLoadReportingServerName()
LRS server to send load reports to. If not present, load reporting will be disabled. If set to the empty string, load reporting will be sent to the same server that we obtained CDS data from. DEPRECATED: Use new lrs_load_reporting_server field instead.
.google.protobuf.StringValue lrs_load_reporting_server_name = 2 [deprecated = true];@Deprecated com.google.protobuf.StringValueOrBuilder getLrsLoadReportingServerNameOrBuilder()
LRS server to send load reports to. If not present, load reporting will be disabled. If set to the empty string, load reporting will be sent to the same server that we obtained CDS data from. DEPRECATED: Use new lrs_load_reporting_server field instead.
.google.protobuf.StringValue lrs_load_reporting_server_name = 2 [deprecated = true];boolean hasLrsLoadReportingServer()
LRS server to send load reports to. If not present, load reporting will be disabled. Supercedes lrs_load_reporting_server_name field.
.grpc.service_config.XdsServer lrs_load_reporting_server = 7;XdsServer getLrsLoadReportingServer()
LRS server to send load reports to. If not present, load reporting will be disabled. Supercedes lrs_load_reporting_server_name field.
.grpc.service_config.XdsServer lrs_load_reporting_server = 7;XdsServerOrBuilder getLrsLoadReportingServerOrBuilder()
LRS server to send load reports to. If not present, load reporting will be disabled. Supercedes lrs_load_reporting_server_name field.
.grpc.service_config.XdsServer lrs_load_reporting_server = 7;boolean hasMaxConcurrentRequests()
Maximum number of outstanding requests can be made to the upstream cluster. Default is 1024.
.google.protobuf.UInt32Value max_concurrent_requests = 3;com.google.protobuf.UInt32Value getMaxConcurrentRequests()
Maximum number of outstanding requests can be made to the upstream cluster. Default is 1024.
.google.protobuf.UInt32Value max_concurrent_requests = 3;com.google.protobuf.UInt32ValueOrBuilder getMaxConcurrentRequestsOrBuilder()
Maximum number of outstanding requests can be made to the upstream cluster. Default is 1024.
.google.protobuf.UInt32Value max_concurrent_requests = 3;int getTypeValue()
.grpc.service_config.XdsClusterResolverLoadBalancingPolicyConfig.DiscoveryMechanism.Type type = 4;XdsClusterResolverLoadBalancingPolicyConfig.DiscoveryMechanism.Type getType()
.grpc.service_config.XdsClusterResolverLoadBalancingPolicyConfig.DiscoveryMechanism.Type type = 4;String getEdsServiceName()
For type EDS only. EDS service name, as returned in CDS. May be unset if not specified in CDS.
string eds_service_name = 5;com.google.protobuf.ByteString getEdsServiceNameBytes()
For type EDS only. EDS service name, as returned in CDS. May be unset if not specified in CDS.
string eds_service_name = 5;String getDnsHostname()
For type LOGICAL_DNS only. DNS name to resolve in "host:port" form.
string dns_hostname = 6;com.google.protobuf.ByteString getDnsHostnameBytes()
For type LOGICAL_DNS only. DNS name to resolve in "host:port" form.
string dns_hostname = 6;Copyright © 2022 Google LLC. All rights reserved.