diff --git a/modules/sync/googleapis/cloud-run/state.json b/modules/sync/googleapis/cloud-run/state.json index 2542c9de..7a31fde6 100644 --- a/modules/sync/googleapis/cloud-run/state.json +++ b/modules/sync/googleapis/cloud-run/state.json @@ -195,6 +195,22 @@ { "name": "a11bbeb44bb184d9677ddbf334b09a54208cc52a", "digest": "95fa2477a54154432754b3d2d9da1a54d4ad9bb2ce711bcb20894976f7a91a5bb4658caf1d3ab404537a8d05ad7b69fa55fa88b84453d55dae5fa0b082e85ee3" + }, + { + "name": "4eccddb5094aadc369f349cd468222adc5d01a91", + "digest": "95fa2477a54154432754b3d2d9da1a54d4ad9bb2ce711bcb20894976f7a91a5bb4658caf1d3ab404537a8d05ad7b69fa55fa88b84453d55dae5fa0b082e85ee3" + }, + { + "name": "b60f5a5783d5ec0e8a8d254f73ad00316b9b646f", + "digest": "95fa2477a54154432754b3d2d9da1a54d4ad9bb2ce711bcb20894976f7a91a5bb4658caf1d3ab404537a8d05ad7b69fa55fa88b84453d55dae5fa0b082e85ee3" + }, + { + "name": "884065f16380bcb23526979daafa2ef50fab2504", + "digest": "95fa2477a54154432754b3d2d9da1a54d4ad9bb2ce711bcb20894976f7a91a5bb4658caf1d3ab404537a8d05ad7b69fa55fa88b84453d55dae5fa0b082e85ee3" + }, + { + "name": "4149dbdc4685cc9f6f693e72d86a23f8eba55b64", + "digest": "95fa2477a54154432754b3d2d9da1a54d4ad9bb2ce711bcb20894976f7a91a5bb4658caf1d3ab404537a8d05ad7b69fa55fa88b84453d55dae5fa0b082e85ee3" } ] } \ No newline at end of file diff --git a/modules/sync/googleapis/googleapis/state.json b/modules/sync/googleapis/googleapis/state.json index 4ee27dd6..e84e8be9 100644 --- a/modules/sync/googleapis/googleapis/state.json +++ b/modules/sync/googleapis/googleapis/state.json @@ -21107,6 +21107,22 @@ { "name": "a11bbeb44bb184d9677ddbf334b09a54208cc52a", "digest": "d26c7c2fd95f0873761af33ca4a0c0d92c8577122b6feb74eb3b0a57ebe47a98ab24a209a0e91945ac4c77204e9da0c2de0020b2cedc27bdbcdea6c431eec69b" + }, + { + "name": "4eccddb5094aadc369f349cd468222adc5d01a91", + "digest": "d26c7c2fd95f0873761af33ca4a0c0d92c8577122b6feb74eb3b0a57ebe47a98ab24a209a0e91945ac4c77204e9da0c2de0020b2cedc27bdbcdea6c431eec69b" + }, + { + "name": "b60f5a5783d5ec0e8a8d254f73ad00316b9b646f", + "digest": "d26c7c2fd95f0873761af33ca4a0c0d92c8577122b6feb74eb3b0a57ebe47a98ab24a209a0e91945ac4c77204e9da0c2de0020b2cedc27bdbcdea6c431eec69b" + }, + { + "name": "884065f16380bcb23526979daafa2ef50fab2504", + "digest": "d26c7c2fd95f0873761af33ca4a0c0d92c8577122b6feb74eb3b0a57ebe47a98ab24a209a0e91945ac4c77204e9da0c2de0020b2cedc27bdbcdea6c431eec69b" + }, + { + "name": "4149dbdc4685cc9f6f693e72d86a23f8eba55b64", + "digest": "d26c7c2fd95f0873761af33ca4a0c0d92c8577122b6feb74eb3b0a57ebe47a98ab24a209a0e91945ac4c77204e9da0c2de0020b2cedc27bdbcdea6c431eec69b" } ] } \ No newline at end of file diff --git a/modules/sync/grpc/grpc/cas/b44ab79100bddf4ed0493413db92ff956289172a507b8b4414a9bfd5f464952eba3760f36ed2900c21316d6debfe5377f0252f7f188db99061cdeb1a0b9320c5 b/modules/sync/grpc/grpc/cas/b44ab79100bddf4ed0493413db92ff956289172a507b8b4414a9bfd5f464952eba3760f36ed2900c21316d6debfe5377f0252f7f188db99061cdeb1a0b9320c5 new file mode 100644 index 00000000..da3380a1 --- /dev/null +++ b/modules/sync/grpc/grpc/cas/b44ab79100bddf4ed0493413db92ff956289172a507b8b4414a9bfd5f464952eba3760f36ed2900c21316d6debfe5377f0252f7f188db99061cdeb1a0b9320c5 @@ -0,0 +1,816 @@ +// Copyright 2016 The gRPC Authors +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. + +// A ServiceConfig is supplied when a service is deployed. It mostly contains +// parameters for how clients that connect to the service should behave (for +// example, the load balancing policy to use to pick between service replicas). +// +// The configuration options provided here act as overrides to automatically +// chosen option values. Service owners should be conservative in specifying +// options as the system is likely to choose better values for these options in +// the vast majority of cases. In other words, please specify a configuration +// option only if you really have to, and avoid copy-paste inclusion of configs. +// +// Note that gRPC uses the service config in JSON form, not in protobuf +// form. This proto definition is intended to help document the schema but +// will not actually be used directly by gRPC. + +syntax = "proto3"; + +package grpc.service_config; + +import "google/protobuf/duration.proto"; +import "google/protobuf/struct.proto"; +import "google/protobuf/wrappers.proto"; +import "google/rpc/code.proto"; +import "grpc/lookup/v1/rls_config.proto"; + +option java_package = "io.grpc.serviceconfig"; +option java_multiple_files = true; +option java_outer_classname = "ServiceConfigProto"; + +// Configuration for a method. +message MethodConfig { + // The names of the methods to which this configuration applies. + // - MethodConfig without names (empty list) will be skipped. + // - Each name entry must be unique across the entire ServiceConfig. + // - If the 'method' field is empty, this MethodConfig specifies the defaults + // for all methods for the specified service. + // - If the 'service' field is empty, the 'method' field must be empty, and + // this MethodConfig specifies the default for all methods (it's the default + // config). + // + // When determining which MethodConfig to use for a given RPC, the most + // specific match wins. For example, let's say that the service config + // contains the following MethodConfig entries: + // + // method_config { name { } ... } + // method_config { name { service: "MyService" } ... } + // method_config { name { service: "MyService" method: "Foo" } ... } + // + // MyService/Foo will use the third entry, because it exactly matches the + // service and method name. MyService/Bar will use the second entry, because + // it provides the default for all methods of MyService. AnotherService/Baz + // will use the first entry, because it doesn't match the other two. + // + // In JSON representation, value "", value `null`, and not present are the + // same. The following are the same Name: + // - { "service": "s" } + // - { "service": "s", "method": null } + // - { "service": "s", "method": "" } + message Name { + string service = 1; // Required. Includes proto package name. + string method = 2; + } + repeated Name name = 1; + + // Whether RPCs sent to this method should wait until the connection is + // ready by default. If false, the RPC will abort immediately if there is + // a transient failure connecting to the server. Otherwise, gRPC will + // attempt to connect until the deadline is exceeded. + // + // The value specified via the gRPC client API will override the value + // set here. However, note that setting the value in the client API will + // also affect transient errors encountered during name resolution, which + // cannot be caught by the value here, since the service config is + // obtained by the gRPC client via name resolution. + google.protobuf.BoolValue wait_for_ready = 2; + + // The default timeout in seconds for RPCs sent to this method. This can be + // overridden in code. If no reply is received in the specified amount of + // time, the request is aborted and a DEADLINE_EXCEEDED error status + // is returned to the caller. + // + // The actual deadline used will be the minimum of the value specified here + // and the value set by the application via the gRPC client API. If either + // one is not set, then the other will be used. If neither is set, then the + // request has no deadline. + google.protobuf.Duration timeout = 3; + + // The maximum allowed payload size for an individual request or object in a + // stream (client->server) in bytes. The size which is measured is the + // serialized payload after per-message compression (but before stream + // compression) in bytes. This applies both to streaming and non-streaming + // requests. + // + // The actual value used is the minimum of the value specified here and the + // value set by the application via the gRPC client API. If either one is + // not set, then the other will be used. If neither is set, then the + // built-in default is used. + // + // If a client attempts to send an object larger than this value, it will not + // be sent and the client will see a ClientError. + // Note that 0 is a valid value, meaning that the request message + // must be empty. + google.protobuf.UInt32Value max_request_message_bytes = 4; + + // The maximum allowed payload size for an individual response or object in a + // stream (server->client) in bytes. The size which is measured is the + // serialized payload after per-message compression (but before stream + // compression) in bytes. This applies both to streaming and non-streaming + // requests. + // + // The actual value used is the minimum of the value specified here and the + // value set by the application via the gRPC client API. If either one is + // not set, then the other will be used. If neither is set, then the + // built-in default is used. + // + // If a server attempts to send an object larger than this value, it will not + // be sent, and a ServerError will be sent to the client instead. + // Note that 0 is a valid value, meaning that the response message + // must be empty. + google.protobuf.UInt32Value max_response_message_bytes = 5; + + // The retry policy for outgoing RPCs. + message RetryPolicy { + // The maximum number of RPC attempts, including the original attempt. + // + // This field is required and must be greater than 1. + // Any value greater than 5 will be treated as if it were 5. + uint32 max_attempts = 1; + + // Exponential backoff parameters. The initial retry attempt will occur at + // random(0, initial_backoff). In general, the nth attempt will occur at + // random(0, + // min(initial_backoff*backoff_multiplier**(n-1), max_backoff)). + // Required. Must be greater than zero. + google.protobuf.Duration initial_backoff = 2; + // Required. Must be greater than zero. + google.protobuf.Duration max_backoff = 3; + float backoff_multiplier = 4; // Required. Must be greater than zero. + + // The set of status codes which may be retried. + // + // This field is required and must be non-empty. + repeated google.rpc.Code retryable_status_codes = 5; + } + + // The hedging policy for outgoing RPCs. Hedged RPCs may execute more than + // once on the server, so only idempotent methods should specify a hedging + // policy. + message HedgingPolicy { + // The hedging policy will send up to max_requests RPCs. + // This number represents the total number of all attempts, including + // the original attempt. + // + // This field is required and must be greater than 1. + // Any value greater than 5 will be treated as if it were 5. + uint32 max_attempts = 1; + + // The first RPC will be sent immediately, but the max_requests-1 subsequent + // hedged RPCs will be sent at intervals of every hedging_delay. Set this + // to 0 to immediately send all max_requests RPCs. + google.protobuf.Duration hedging_delay = 2; + + // The set of status codes which indicate other hedged RPCs may still + // succeed. If a non-fatal status code is returned by the server, hedged + // RPCs will continue. Otherwise, outstanding requests will be canceled and + // the error returned to the client application layer. + // + // This field is optional. + repeated google.rpc.Code non_fatal_status_codes = 3; + } + + // Only one of retry_policy or hedging_policy may be set. If neither is set, + // RPCs will not be retried or hedged. + oneof retry_or_hedging_policy { + RetryPolicy retry_policy = 6; + HedgingPolicy hedging_policy = 7; + } +} + +// Configuration for pick_first LB policy. +message PickFirstConfig { + // If set to true, instructs the LB policy to randomly shuffle the list of + // addresses received from the name resolver before attempting to connect to + // them. + bool shuffle_address_list = 1; +} + +// Configuration for round_robin LB policy. +message RoundRobinConfig {} + +// Configuration for weighted_round_robin LB policy. +message WeightedRoundRobinLbConfig { + // Whether to enable out-of-band utilization reporting collection from + // the endpoints. By default, per-request utilization reporting is used. + google.protobuf.BoolValue enable_oob_load_report = 1; + + // Load reporting interval to request from the server. Note that the + // server may not provide reports as frequently as the client requests. + // Used only when enable_oob_load_report is true. Default is 10 seconds. + google.protobuf.Duration oob_reporting_period = 2; + + // A given endpoint must report load metrics continuously for at least + // this long before the endpoint weight will be used. This avoids + // churn when the set of endpoint addresses changes. Takes effect + // both immediately after we establish a connection to an endpoint and + // after weight_expiration_period has caused us to stop using the most + // recent load metrics. Default is 10 seconds. + google.protobuf.Duration blackout_period = 3; + + // If a given endpoint has not reported load metrics in this long, + // then we stop using the reported weight. This ensures that we do + // not continue to use very stale weights. Once we stop using a stale + // value, if we later start seeing fresh reports again, the + // blackout_period applies. Defaults to 3 minutes. + google.protobuf.Duration weight_expiration_period = 4; + + // How often endpoint weights are recalculated. Values less than 100ms are + // capped at 100ms. Default is 1 second. + google.protobuf.Duration weight_update_period = 5; + + // The multiplier used to adjust endpoint weights with the error rate + // calculated as eps/qps. Configuration is rejected if this value is negative. + // Default is 1.0. + google.protobuf.FloatValue error_utilization_penalty = 6; +} + +// Configuration for outlier_detection LB policy +message OutlierDetectionLoadBalancingConfig { + // The time interval between ejection analysis sweeps. This can result in + // both new ejections as well as addresses being returned to service. Defaults + // to 10000ms or 10s. + google.protobuf.Duration interval = 1; + + // The base time that as address is ejected for. The real time is equal to the + // base time multiplied by the number of times the address has been ejected. + // Defaults to 30000ms or 30s. + google.protobuf.Duration base_ejection_time = 2; + + // The maximum time that an address is ejected for. If not specified, the default value (300000ms or 300s) or + // the base_ejection_time value is applied, whatever is larger. + google.protobuf.Duration max_ejection_time = 3; + + // The maximum % of an address list that can be ejected due to outlier + // detection. Defaults to 10% but will eject at least one address regardless of the value. + google.protobuf.UInt32Value max_ejection_percent = 4; + + // Parameters for the success rate ejection algorithm. + // This algorithm monitors the request success rate for all endpoints and + // ejects individual endpoints whose success rates are statistical outliers. + message SuccessRateEjection { + // This factor is used to determine the ejection threshold for success rate + // outlier ejection. The ejection threshold is the difference between the + // mean success rate, and the product of this factor and the standard + // deviation of the mean success rate: mean - (stdev * + // success_rate_stdev_factor). This factor is divided by a thousand to get a + // double. That is, if the desired factor is 1.9, the runtime value should + // be 1900. Defaults to 1900. + google.protobuf.UInt32Value stdev_factor = 1; + + // The % chance that an address will be actually ejected when an outlier status + // is detected through success rate statistics. This setting can be used to + // disable ejection or to ramp it up slowly. Defaults to 100. + google.protobuf.UInt32Value enforcement_percentage = 2; + + // The number of addresses that must have enough request volume to + // detect success rate outliers. If the number of addresses is less than this + // setting, outlier detection via success rate statistics is not performed + // for any addresses. Defaults to 5. + google.protobuf.UInt32Value minimum_hosts = 3; + + // The minimum number of total requests that must be collected in one + // interval (as defined by the interval duration above) to include this address + // in success rate based outlier detection. If the volume is lower than this + // setting, outlier detection via success rate statistics is not performed + // for that address. Defaults to 100. + google.protobuf.UInt32Value request_volume = 4; + } + + // Parameters for the failure percentage algorithm. + // This algorithm ejects individual endpoints whose failure rate is greater than + // some threshold, independently of any other endpoint. + message FailurePercentageEjection { + // The failure percentage to use when determining failure percentage-based outlier detection. If + // the failure percentage of a given address is greater than or equal to this value, it will be + // ejected. Defaults to 85. + google.protobuf.UInt32Value threshold = 1; + + // The % chance that an address will be actually ejected when an outlier status is detected through + // failure percentage statistics. This setting can be used to disable ejection or to ramp it up + // slowly. Defaults to 100. + google.protobuf.UInt32Value enforcement_percentage = 2; + + // The minimum number of addresses in order to perform failure percentage-based ejection. + // If the total number of addresses is less than this value, failure percentage-based + // ejection will not be performed. Defaults to 5. + google.protobuf.UInt32Value minimum_hosts = 3; + + // The minimum number of total requests that must be collected in one interval (as defined by the + // interval duration above) to perform failure percentage-based ejection for this address. If the + // volume is lower than this setting, failure percentage-based ejection will not be performed for + // this host. Defaults to 50. + google.protobuf.UInt32Value request_volume = 4; + } + + // If set, success rate ejections will be performed + SuccessRateEjection success_rate_ejection = 5; + + // If set, failure rate ejections will be performed + FailurePercentageEjection failure_percentage_ejection = 6; + + // The config for the child policy + repeated LoadBalancingConfig child_policy = 13; +} + +// Configuration for grpclb LB policy. +message GrpcLbConfig { + // Optional. What LB policy to use for routing between the backend + // addresses. If unset, defaults to round_robin. + // Currently, the only supported values are round_robin and pick_first. + // Note that this will be used both in balancer mode and in fallback mode. + // Multiple LB policies can be specified; clients will iterate through + // the list in order and stop at the first policy that they support. + repeated LoadBalancingConfig child_policy = 1; + // Optional. If specified, overrides the name of the service to be sent to + // the balancer. + string service_name = 2; + // Optional. The timeout in seconds for receiving the server list from the LB + // server. Defaults to 10s. + google.protobuf.Duration initial_fallback_timeout = 3; +} + +// Configuration for priority LB policy. +message PriorityLoadBalancingPolicyConfig { + // A map of name to child policy configuration. + // The names are used to allow the priority policy to update + // existing child policies instead of creating new ones every + // time it receives a config update. + message Child { + repeated LoadBalancingConfig config = 1; + + // If true, will ignore reresolution requests from this child. + bool ignore_reresolution_requests = 2; + } + map children = 1; + + // A list of child names in decreasing priority order + // (i.e., first element is the highest priority). + repeated string priorities = 2; +} + +// Configuration for weighted_target LB policy. +message WeightedTargetLoadBalancingPolicyConfig { + message Target { + uint32 weight = 1; + repeated LoadBalancingConfig child_policy = 2; + } + map targets = 1; +} + +// Config for RLS LB policy. +message RlsLoadBalancingPolicyConfig { + grpc.lookup.v1.RouteLookupConfig route_lookup_config = 1; + + // Service config to use for the RLS channel. + ServiceConfig route_lookup_channel_service_config = 2; + + repeated LoadBalancingConfig child_policy = 3; + // Field name to add to child policy config to contain the target name. + string child_policy_config_target_field_name = 4; +} + +// Configuration for xds_cluster_manager_experimental LB policy. +message XdsClusterManagerLoadBalancingPolicyConfig { + message Child { + repeated LoadBalancingConfig child_policy = 1; + } + map children = 1; +} + +// Configuration for the cds LB policy. +message CdsConfig { + string cluster = 1; // Required. + + // If true, a dynamic subscription will be started for the cluster. + bool is_dynamic = 2; +} + +// Configuration for xds_cluster_impl LB policy. +message XdsClusterImplLoadBalancingPolicyConfig { + // Cluster name. Required. + string cluster = 1; + + // Child policy. + repeated LoadBalancingConfig child_policy = 6; + + // REMAINING FIELDS ARE DEPRECATED. + + // EDS service name. + // Not set if cluster is not an EDS cluster or if it does not + // specify an EDS service name. + string eds_service_name = 2 [deprecated = true]; + + // Server to send load reports to. + // If unset, no load reporting is done. + // If set to empty string, load reporting will be sent to the same + // server as we are getting xds data from. + // DEPRECATED: Use new lrs_load_reporting_server field instead. + google.protobuf.StringValue lrs_load_reporting_server_name = 3 + [deprecated=true]; + + // LRS server to send load reports to. + // If not present, load reporting will be disabled. + // Supercedes lrs_load_reporting_server_name field. + XdsServer lrs_load_reporting_server = 7 [deprecated = true]; + + // Maximum number of outstanding requests can be made to the upstream cluster. + // Default is 1024. + google.protobuf.UInt32Value max_concurrent_requests = 4 [deprecated = true]; + + // Drop configuration. + message DropCategory { + string category = 1; + uint32 requests_per_million = 2; + } + repeated DropCategory drop_categories = 5 [deprecated = true]; + + // Telemetry labels associated with this cluster + map telemetry_labels = 8 [deprecated = true]; +} + +// Configuration for ring_hash LB policy. +message RingHashLoadBalancingConfig { + // A client-side option will cap these values to 4096. If either of these + // values are greater than the client-side cap, they will be treated + // as the client-side cap value. + uint64 min_ring_size = 1; // Optional, defaults to 1024, max 8M. + uint64 max_ring_size = 2; // Optional, defaults to 4096, max 8M. + string request_hash_header = 3; // Optional, see gRFC A76. +} + +// Configuration for the xds_wrr_locality load balancing policy. +message XdsWrrLocalityLoadBalancingPolicyConfig { + repeated LoadBalancingConfig child_policy = 1; +} + +// Configuration for the least_request LB policy. +message LeastRequestLocalityLoadBalancingPolicyConfig { + uint64 choice_count = 1; +} + +// Configuration for the xds_override_host LB policy. +message OverrideHostLoadBalancingPolicyConfig { + string cluster_name = 3; + repeated LoadBalancingConfig child_policy = 2; + + enum HealthStatus { + UNKNOWN = 0; + HEALTHY = 1; + DRAINING = 3; + } + // valid health status for hosts that are considered when using + // xds_override_host_experimental policy. + // Default is [UNKNOWN, HEALTHY] + repeated HealthStatus override_host_status = 1 [deprecated = true]; +} + +// Configuration for the random_subsetting_experimental LB policy. +// See gRFC A68. +message RandomSubsettingLoadBalancingConfig { + // Number of backends every client will be connected to. The value is + // required and must be greater than 0. + uint32 subset_size = 1; + + // The configuration for the child policy. The value is required. + repeated LoadBalancingConfig child_policy = 2; +} + +// Selects LB policy and provides corresponding configuration. +// +// In general, all instances of this field should be repeated. Clients will +// iterate through the list in order and stop at the first policy that they +// support. This allows the service config to specify custom policies that may +// not be known to all clients. +// +// - If the config for the first supported policy is invalid, the whole service +// config is invalid. +// - If the list doesn't contain any supported policy, the whole service config +// is invalid. +message LoadBalancingConfig { + // Exactly one LB policy may be configured. + oneof policy { + // For each new LB policy supported by gRPC, a new field must be added + // here. The field's name must be the LB policy name and its type is a + // message that provides whatever configuration parameters are needed + // by the LB policy. The configuration message will be passed to the + // LB policy when it is instantiated on the client. + // + // If the LB policy does not require any configuration parameters, the + // message for that LB policy may be empty. + // + // Note that if an LB policy contains another nested LB policy + // (e.g., a gslb policy picks the cluster and then delegates to + // a round_robin policy to pick the backend within that cluster), its + // configuration message may include a nested instance of the + // LoadBalancingConfig message to configure the nested LB policy. + + PickFirstConfig pick_first = 4 [json_name = "pick_first"]; + + RoundRobinConfig round_robin = 1 [json_name = "round_robin"]; + + WeightedRoundRobinLbConfig weighted_round_robin = 20 + [json_name = "weighted_round_robin"]; + + // gRPC lookaside load balancing. + // This will eventually be deprecated by the new xDS-based local + // balancing policy. + GrpcLbConfig grpclb = 3; + + // REMAINING POLICIES ARE EXPERIMENTAL -- DO NOT USE + + PriorityLoadBalancingPolicyConfig priority_experimental = 9 + [json_name = "priority_experimental"]; + WeightedTargetLoadBalancingPolicyConfig weighted_target_experimental = 10 + [json_name = "weighted_target_experimental"]; + OutlierDetectionLoadBalancingConfig outlier_detection = 15 + [json_name = "outlier_detection_experimental"]; + RlsLoadBalancingPolicyConfig rls = 19 [json_name = "rls_experimental"]; + + // xDS-based load balancing. + XdsClusterManagerLoadBalancingPolicyConfig xds_cluster_manager_experimental + = 14 [json_name = "xds_cluster_manager_experimental"]; + CdsConfig cds_experimental = 6 [json_name = "cds_experimental"]; + XdsClusterImplLoadBalancingPolicyConfig xds_cluster_impl_experimental = 12 + [json_name = "xds_cluster_impl_experimental"]; + OverrideHostLoadBalancingPolicyConfig override_host_experimental = 18 + [json_name = "override_host_experimental"]; + XdsWrrLocalityLoadBalancingPolicyConfig xds_wrr_locality_experimental = 16 + [json_name = "xds_wrr_locality_experimental"]; + RingHashLoadBalancingConfig ring_hash_experimental = 13 + [json_name = "ring_hash_experimental"]; + LeastRequestLocalityLoadBalancingPolicyConfig least_request_experimental = + 17 [json_name = "least_request_experimental"]; + RandomSubsettingLoadBalancingConfig random_subsetting_experimental = + 21 [json_name = "random_subsetting_experimental"]; + + // Deprecated xDS-related policies. + XdsClusterResolverLoadBalancingPolicyConfig + xds_cluster_resolver_experimental = 11 + [json_name = "xds_cluster_resolver_experimental", deprecated = true]; + LrsLoadBalancingPolicyConfig lrs_experimental = 8 + [json_name = "lrs_experimental", deprecated = true]; + EdsLoadBalancingPolicyConfig eds_experimental = 7 + [json_name = "eds_experimental", deprecated = true]; + XdsConfig xds = 2 [deprecated = true]; + XdsConfig xds_experimental = 5 [json_name = "xds_experimental", + deprecated = true]; + + // Next available ID: 22 + } +} + +// A ServiceConfig represents information about a service but is not specific to +// any name resolver. +message ServiceConfig { + // Load balancing policy. + // + // Note that load_balancing_policy is deprecated in favor of + // load_balancing_config; the former will be used only if the latter + // is unset. + // + // If no LB policy is configured here, then the default is pick_first. + // If the policy name is set via the client API, that value overrides + // the value specified here. + // + // If the deprecated load_balancing_policy field is used, note that if the + // resolver returns at least one balancer address (as opposed to backend + // addresses), gRPC will use grpclb (see + // https://github.com/grpc/grpc/blob/master/doc/load-balancing.md), + // regardless of what policy is configured here. However, if the resolver + // returns at least one backend address in addition to the balancer + // address(es), the client may fall back to the requested policy if it + // is unable to reach any of the grpclb load balancers. + enum LoadBalancingPolicy { + UNSPECIFIED = 0; + ROUND_ROBIN = 1; + } + LoadBalancingPolicy load_balancing_policy = 1 [deprecated = true]; + // 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 LoadBalancingConfig load_balancing_config = 4; + + // Per-method configuration. + repeated MethodConfig method_config = 2; + + // If a RetryThrottlingPolicy is provided, gRPC will automatically throttle + // retry attempts and hedged RPCs when the client's ratio of failures to + // successes exceeds a threshold. + // + // For each server name, the gRPC client will maintain a token_count which is + // initially set to max_tokens. Every outgoing RPC (regardless of service or + // method invoked) will change token_count as follows: + // + // - Every failed RPC will decrement the token_count by 1. + // - Every successful RPC will increment the token_count by token_ratio. + // + // If token_count is less than or equal to max_tokens / 2, then RPCs will not + // be retried and hedged RPCs will not be sent. + message RetryThrottlingPolicy { + // The number of tokens starts at max_tokens. The token_count will always be + // between 0 and max_tokens. + // + // This field is required and must be greater than zero. + uint32 max_tokens = 1; + + // The amount of tokens to add on each successful RPC. Typically this will + // be some number between 0 and 1, e.g., 0.1. + // + // This field is required and must be greater than zero. Up to 3 decimal + // places are supported. + float token_ratio = 2; + } + RetryThrottlingPolicy retry_throttling = 3; + + message HealthCheckConfig { + // Service name to use in the health-checking request. + google.protobuf.StringValue service_name = 1; + } + HealthCheckConfig health_check_config = 5; + + // next available tag: 6 +} + +// +// DEPRECATED MESSAGES -- DO NOT USE +// + +// Represents an xDS server. +// Deprecated. +message XdsServer { + string server_uri = 1 [json_name = "server_uri"]; // Required. + + message ChannelCredentials { + string type = 1; // Required. + google.protobuf.Struct config = 2; // Optional JSON config. + } + // A list of channel creds to use. The first supported type will be used. + repeated ChannelCredentials channel_creds = 2 [json_name = "channel_creds"]; + + // A repeated list of server features. + repeated google.protobuf.Value server_features = 3 + [json_name = "server_features"]; +} + +// Configuration for xds_cluster_resolver LB policy. +// Deprecated. +message XdsClusterResolverLoadBalancingPolicyConfig { + // Describes a discovery mechanism instance. + // For EDS or LOGICAL_DNS clusters, there will be exactly one + // DiscoveryMechanism, which will describe the cluster of the parent + // CDS policy. + // For aggregate clusters, there will be one DiscoveryMechanism for each + // underlying cluster. + message DiscoveryMechanism { + // Cluster name. + string cluster = 1; + + // 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]; + + // LRS server to send load reports to. + // If not present, load reporting will be disabled. + // Supercedes lrs_load_reporting_server_name field. + XdsServer lrs_load_reporting_server = 7; + + // Maximum number of outstanding requests can be made to the upstream + // cluster. Default is 1024. + google.protobuf.UInt32Value max_concurrent_requests = 3; + + enum Type { + UNKNOWN = 0; + EDS = 1; + LOGICAL_DNS = 2; + }; + Type type = 4; + + // For type EDS only. + // EDS service name, as returned in CDS. + // May be unset if not specified in CDS. + string eds_service_name = 5; + + // For type LOGICAL_DNS only. + // DNS name to resolve in "host:port" form. + string dns_hostname = 6; + + // The configuration for outlier_detection child policies + // Within this message, the child_policy field will be ignored + OutlierDetectionLoadBalancingConfig outlier_detection = 8; + + // The configuration for xds_override_host child policy + repeated OverrideHostLoadBalancingPolicyConfig.HealthStatus override_host_status = 9; + + // Telemetry labels associated with this cluster + map telemetry_labels = 10; + } + + // Ordered list of discovery mechanisms. + // Must have at least one element. + // Results from each discovery mechanism are concatenated together in + // successive priorities. + repeated DiscoveryMechanism discovery_mechanisms = 1; + + // xDS LB policy. Will be used as the child config of the xds_cluster_impl LB policy. + repeated LoadBalancingConfig xds_lb_policy = 2; +} + +// Configuration for lrs LB policy. +// Deprecated. +message LrsLoadBalancingPolicyConfig { + // Cluster name. Required. + string cluster_name = 1; + + // EDS service name, as returned in CDS. + // May be unset if not specified in CDS. + string eds_service_name = 2; + + // Server to send load reports to. Required. + // If set to empty string, load reporting will be sent to the same + // server as we are getting xds data from. + string lrs_load_reporting_server_name = 3; + + // The locality for which this policy will report load. Required. + message Locality { + string region = 1; + string zone = 2; + string subzone = 3; + } + Locality locality = 4; + + // Endpoint-picking policy. + repeated LoadBalancingConfig child_policy = 5; +} + +// Configuration for eds LB policy. +// Deprecated. +message EdsLoadBalancingPolicyConfig { + // Cluster name. Required. + string cluster = 1; + + // EDS service name, as returned in CDS. + // May be unset if not specified in CDS. + string eds_service_name = 2; + + // Server to send load reports to. + // If unset, no load reporting is done. + // If set to empty string, load reporting will be sent to the same + // server as we are getting xds data from. + google.protobuf.StringValue lrs_load_reporting_server_name = 3; + + // Locality-picking policy. + // This policy's config is expected to be in the format used + // by the weighted_target policy. Note that the config should include + // an empty value for the "targets" field; that empty value will be + // replaced by one that is dynamically generated based on the EDS data. + // Optional; defaults to "weighted_target". + repeated LoadBalancingConfig locality_picking_policy = 4; + + // Endpoint-picking policy. + // This will be configured as the policy for each child in the + // locality-policy's config. + // Optional; defaults to "round_robin". + repeated LoadBalancingConfig endpoint_picking_policy = 5; +} + +// Configuration for xds LB policy. +// Deprecated. +message XdsConfig { + // Name of balancer to connect to. + string balancer_name = 1 [deprecated = true]; + // Optional. What LB policy to use for intra-locality routing. + // If unset, will use whatever algorithm is specified by the balancer. + // Multiple LB policies can be specified; clients will iterate through + // the list in order and stop at the first policy that they support. + repeated LoadBalancingConfig child_policy = 2; + // Optional. What LB policy to use in fallback mode. If not + // specified, defaults to round_robin. + // Multiple LB policies can be specified; clients will iterate through + // the list in order and stop at the first policy that they support. + repeated LoadBalancingConfig fallback_policy = 3; + // Optional. Name to use in EDS query. If not present, defaults to + // the server name from the target URI. + string eds_service_name = 4; + // 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. + google.protobuf.StringValue lrs_load_reporting_server_name = 5; +} diff --git a/modules/sync/grpc/grpc/cas/cd6af936f9c1bcc462d8648e3c2c759e01dffee9d8d29370c3d2177cf0b56917a4f63e50f99eefca95d324c4f13fef92d40676267f39000f1a81773213f2a3ee b/modules/sync/grpc/grpc/cas/cd6af936f9c1bcc462d8648e3c2c759e01dffee9d8d29370c3d2177cf0b56917a4f63e50f99eefca95d324c4f13fef92d40676267f39000f1a81773213f2a3ee new file mode 100644 index 00000000..de1f7161 --- /dev/null +++ b/modules/sync/grpc/grpc/cas/cd6af936f9c1bcc462d8648e3c2c759e01dffee9d8d29370c3d2177cf0b56917a4f63e50f99eefca95d324c4f13fef92d40676267f39000f1a81773213f2a3ee @@ -0,0 +1,29 @@ +shake256:a9c4ad5b20a2946a25d5efb7f096b32ffaa567e3e9a7d89984870104aab45f08d7f6f10c7c72affdc4aabab0471066958ae97c3bb5925b7cb268f8afde27ebbf LICENSE +shake256:3736ab9625deb2a2e1f50c338c9f43112f275819b3914dba6f1ef48c6fb8bf4df43172eef656ea808a786df5278b9d822378931a8b6c42ebef6d07c2f52732c9 buf.md +shake256:312d88e635d89c5a08988667f3b6cd199e089ceb51b08664649a2f7332e9f19802cff66f366e98f930362060ada40d52db1f5a28626334ae1dff5071c2ca2a5d buf.yaml +shake256:ecdc715885fffb15f278a7c379bde153bb29c6fd3b4c9b38459d710879802ab35f4e306ebe9193d35841f43edfbd3722198507393406daefdd5e4a09dcf28af2 grpc/binlog/v1/binarylog.proto +shake256:5812652254993cb9b622e0bfce96840041b9571b1c969c4ee4fbdf8ffe409965fa1f1dc8f8243e38b5a8e91cdfa92cf7d297ad4b625790ada0a3abb0d0822951 grpc/binlog/v1alpha/binarylog.proto +shake256:42a7c2a427d2445bb41a4d966b579bb409f635a947880527aa5562dc2e6d83b55889d1298c1518b944848a02ff0a06ac12df9e0a6166ecce517b2c40b4038751 grpc/channelz/v1/channelz.proto +shake256:442b079b4db907b7fb13120c1ec0066f976ea6e6042d616a7ce758e6aadca206a37a7c50c6f3f11b620716285f6d3402290f787a7a18060fb4c16a2ffc312ce8 grpc/core/stats.proto +shake256:f49500451f3d9e4f54329a1d2a1b3848b99dce5b08ba503bd7b3ebf2ed92e1484f2b2c6bfe48e1002c3a05a30b9f1042a1bb78a1b19ea41c4b805e743aa81cb7 grpc/examples/helloworld.proto +shake256:c47bc71d74fb093a7169113501cb7d1e1dae5a3b4fcc8a9d2d566fbf4324599273cb3af66c0bd92ce329c6a0cae9327481c7d620231db4bdd97832c2cd3d8fe6 grpc/gcp/altscontext.proto +shake256:c7d008c5a325e3bef1e99e60281410b3224bfc06da9a1e30bb1c46a7fd70fb6e7a04bedf65fb35723ff075c5956d7976b71384ce1bb197a5801ac3eee04bbc60 grpc/gcp/handshaker.proto +shake256:e0a77fb481d9c687f565d78f3ee2ec2e47f54fd9755bed8165e0271a166a98453fe2b886477c62bfd6c7aac3421c3acc6dfed721f8f2b0e2d3c3c847bdcdfe32 grpc/gcp/transport_security_common.proto +shake256:62210c8e4b522aa162ba7297c66d883901d57eb5ce3e8feeb65184e3a74afa516591d94f3ac240b2e2d3202207c044e0494b309d1bd69ae9fe98eff1918bd5d6 grpc/health/v1/health.proto +shake256:0006491c27a7867ffe1e0626bb32b7ca7b84eea9f101d31ea79c5b70af0c8772ea5f53145e7d9a94d5615a50e11a3e410dd5a14264753885af95ca0e856fc52c grpc/lb/v1/load_balancer.proto +shake256:0b7a296cf1d2f33846bf4c1ed7d03336238fe3681e37a496c0de2287d1b70fafde977048922799dbdd17703f0ff093941acf658366614d5a9683d9c965476349 grpc/lb/v1/load_reporter.proto +shake256:2e55cc9ec27b21924ddcc4569fbeaee3ba22fd58b00cf149c844f5484f2f7ed4eedd9acea4a9fc8be50f8820656a11e1a5676b5bcabf3e62055df26f679c38f4 grpc/lookup/v1/rls.proto +shake256:5b6837a2a33c2c0e89a3c8e2cebc34ec2789273e2861a65c9bc4168748968e288e522ec083156502761a8af25c511c917f3e28a54ce74062e5630ed9c4a9e353 grpc/lookup/v1/rls_config.proto +shake256:4df94db78cd4369d82e4e3488ed9fcc1dcb040c02ddff6086dbf9fdb226633fc14daf7103f1642b8dfe0aa1d2dee11f5c38d463739b6f748161bcc0cbbc1ecc9 grpc/reflection/v1/reflection.proto +shake256:2b6a397191bd277c4ee492fac420d3cecdfd0700feb569e1ceb126c306cbc64a50e4d57a0d384be96fbc221db5c337734f855d493a1a7c2b61ae41323d467bc4 grpc/reflection/v1alpha/reflection.proto +shake256:b44ab79100bddf4ed0493413db92ff956289172a507b8b4414a9bfd5f464952eba3760f36ed2900c21316d6debfe5377f0252f7f188db99061cdeb1a0b9320c5 grpc/service_config/service_config.proto +shake256:c9dc8e09cb077a50329bbb4e4a322281672936ba2f85ad72fa17031b5a7fa8bf4a93142235585f352b2c82ba2c8dadbd9c607d61255ef7996696a1576c83a485 grpc/testing/benchmark_service.proto +shake256:3f935245fddd73e367eb088cb4d9524eb9604d376fe0acbb583cdcf23d9c1e30a40df297852b6eca399d77044c9e35cc688776934d976faf7f314f9c088c5b8f grpc/testing/control.proto +shake256:1b8599fab9b3467d20a3cae4be8a45f67a22f319b65bd47fa4ce287441d7807c21360a454fde066a6eef4f4c71547fa9197ad92f6dd10e0d1f3c798ceaebdaf5 grpc/testing/empty.proto +shake256:735c1e4b3c2301951daaff28e137109e4f57507d57d4b0f9c0eafc5bd74f89b63a670fbc40534b767713166e0a622888f5b5f20dd1e35fe74353079f114468e3 grpc/testing/messages.proto +shake256:ec2419febc015c92402567f244f7e847b3d26abc803cf10f9efc8407c3df269c24960ad56d2aee2e0f6b219bda12e6ff78490f47864250bef1761a7bc283de44 grpc/testing/payloads.proto +shake256:8bea7c832c7ab266236c9e225e5aec1f398700d97410803f9605b678fcf17964d8bc0a19b8c39eb0443093e1398a822524eb29a4eaebb4d584cfa29e92f81fac grpc/testing/report_qps_scenario_service.proto +shake256:f0ce4a6bb1599e2a86a5a42630981fe8a0ad145d3cc26af73421fadd61f7db57967f1fca0724d3cb85d048b17f00c85be619f2d60b37fa562170a69a2c05597e grpc/testing/stats.proto +shake256:547457b456078a833734eae2919418f50c74a246aeb6ba92a4fc24d430c4b53ffac5977b698de8be6e046d9da4c6b9b796bcb70dbe49b74a5d52441e20ee543e grpc/testing/test.proto +shake256:d6536d37566b2afe49c0a4a1e5b79d83e0a7df5992b767eb43d54d8ec7f591b15f47958fa1c1d08a99d739273478c8b0861a7c3862244b1af0fc3b236a52629e grpc/testing/worker_service.proto +shake256:d980672087a0c46da920d56f175fc0998f23e0623d2938d5dde9d5df1116cf82421bf5eaaefeaef1486f178e8a372dd8fb8a0f26aab9b9e972dcf81f285ff4a0 grpc/testing/xdsconfig/xdsconfig.proto diff --git a/modules/sync/grpc/grpc/state.json b/modules/sync/grpc/grpc/state.json index be626fed..f55287e7 100644 --- a/modules/sync/grpc/grpc/state.json +++ b/modules/sync/grpc/grpc/state.json @@ -187,6 +187,10 @@ { "name": "23f5b568eefcb876e6ebc3b01725f1f20cff999e", "digest": "413578bef468179c4392f049260042de367b23223b5262219834b5df6cbb0007ebcf8fb7c8ba377f5e47bbb4d47884f81b76e42bbc844f09744a821d184cc604" + }, + { + "name": "ec99424f3b7dae9db194f848b4cea52ecfae07af", + "digest": "cd6af936f9c1bcc462d8648e3c2c759e01dffee9d8d29370c3d2177cf0b56917a4f63e50f99eefca95d324c4f13fef92d40676267f39000f1a81773213f2a3ee" } ] } \ No newline at end of file diff --git a/modules/sync/state.json b/modules/sync/state.json index b612acd7..5f8b999a 100644 --- a/modules/sync/state.json +++ b/modules/sync/state.json @@ -42,11 +42,11 @@ }, { "module_name": "googleapis/cloud-run", - "latest_reference": "a11bbeb44bb184d9677ddbf334b09a54208cc52a" + "latest_reference": "4149dbdc4685cc9f6f693e72d86a23f8eba55b64" }, { "module_name": "googleapis/googleapis", - "latest_reference": "a11bbeb44bb184d9677ddbf334b09a54208cc52a" + "latest_reference": "4149dbdc4685cc9f6f693e72d86a23f8eba55b64" }, { "module_name": "googlechrome/lighthouse", @@ -62,7 +62,7 @@ }, { "module_name": "grpc/grpc", - "latest_reference": "23f5b568eefcb876e6ebc3b01725f1f20cff999e" + "latest_reference": "ec99424f3b7dae9db194f848b4cea52ecfae07af" }, { "module_name": "opencensus/opencensus",