|
@@ -1,24 +1,7 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// source: grpc_lb_v1/messages/messages.proto
|
|
// source: grpc_lb_v1/messages/messages.proto
|
|
|
|
|
|
|
|
-/*
|
|
|
|
|
-Package messages is a generated protocol buffer package.
|
|
|
|
|
-
|
|
|
|
|
-It is generated from these files:
|
|
|
|
|
- grpc_lb_v1/messages/messages.proto
|
|
|
|
|
-
|
|
|
|
|
-It has these top-level messages:
|
|
|
|
|
- Duration
|
|
|
|
|
- Timestamp
|
|
|
|
|
- LoadBalanceRequest
|
|
|
|
|
- InitialLoadBalanceRequest
|
|
|
|
|
- ClientStats
|
|
|
|
|
- LoadBalanceResponse
|
|
|
|
|
- InitialLoadBalanceResponse
|
|
|
|
|
- ServerList
|
|
|
|
|
- Server
|
|
|
|
|
-*/
|
|
|
|
|
-package messages
|
|
|
|
|
|
|
+package messages // import "google.golang.org/grpc/grpclb/grpc_lb_v1/messages"
|
|
|
|
|
|
|
|
import proto "github.com/golang/protobuf/proto"
|
|
import proto "github.com/golang/protobuf/proto"
|
|
|
import fmt "fmt"
|
|
import fmt "fmt"
|
|
@@ -45,13 +28,35 @@ type Duration struct {
|
|
|
// of one second or more, a non-zero value for the `nanos` field must be
|
|
// of one second or more, a non-zero value for the `nanos` field must be
|
|
|
// of the same sign as the `seconds` field. Must be from -999,999,999
|
|
// of the same sign as the `seconds` field. Must be from -999,999,999
|
|
|
// to +999,999,999 inclusive.
|
|
// to +999,999,999 inclusive.
|
|
|
- Nanos int32 `protobuf:"varint,2,opt,name=nanos" json:"nanos,omitempty"`
|
|
|
|
|
|
|
+ Nanos int32 `protobuf:"varint,2,opt,name=nanos" json:"nanos,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (m *Duration) Reset() { *m = Duration{} }
|
|
|
|
|
-func (m *Duration) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*Duration) ProtoMessage() {}
|
|
|
|
|
-func (*Duration) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
|
|
|
|
|
|
|
+func (m *Duration) Reset() { *m = Duration{} }
|
|
|
|
|
+func (m *Duration) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*Duration) ProtoMessage() {}
|
|
|
|
|
+func (*Duration) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return fileDescriptor_messages_b81c731f0e83edbd, []int{0}
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Duration) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
+ return xxx_messageInfo_Duration.Unmarshal(m, b)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Duration) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return xxx_messageInfo_Duration.Marshal(b, m, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (dst *Duration) XXX_Merge(src proto.Message) {
|
|
|
|
|
+ xxx_messageInfo_Duration.Merge(dst, src)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Duration) XXX_Size() int {
|
|
|
|
|
+ return xxx_messageInfo_Duration.Size(m)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Duration) XXX_DiscardUnknown() {
|
|
|
|
|
+ xxx_messageInfo_Duration.DiscardUnknown(m)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+var xxx_messageInfo_Duration proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *Duration) GetSeconds() int64 {
|
|
func (m *Duration) GetSeconds() int64 {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
@@ -76,13 +81,35 @@ type Timestamp struct {
|
|
|
// second values with fractions must still have non-negative nanos values
|
|
// second values with fractions must still have non-negative nanos values
|
|
|
// that count forward in time. Must be from 0 to 999,999,999
|
|
// that count forward in time. Must be from 0 to 999,999,999
|
|
|
// inclusive.
|
|
// inclusive.
|
|
|
- Nanos int32 `protobuf:"varint,2,opt,name=nanos" json:"nanos,omitempty"`
|
|
|
|
|
|
|
+ Nanos int32 `protobuf:"varint,2,opt,name=nanos" json:"nanos,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *Timestamp) Reset() { *m = Timestamp{} }
|
|
|
|
|
+func (m *Timestamp) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*Timestamp) ProtoMessage() {}
|
|
|
|
|
+func (*Timestamp) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return fileDescriptor_messages_b81c731f0e83edbd, []int{1}
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Timestamp) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
+ return xxx_messageInfo_Timestamp.Unmarshal(m, b)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Timestamp) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return xxx_messageInfo_Timestamp.Marshal(b, m, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (dst *Timestamp) XXX_Merge(src proto.Message) {
|
|
|
|
|
+ xxx_messageInfo_Timestamp.Merge(dst, src)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Timestamp) XXX_Size() int {
|
|
|
|
|
+ return xxx_messageInfo_Timestamp.Size(m)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Timestamp) XXX_DiscardUnknown() {
|
|
|
|
|
+ xxx_messageInfo_Timestamp.DiscardUnknown(m)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (m *Timestamp) Reset() { *m = Timestamp{} }
|
|
|
|
|
-func (m *Timestamp) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*Timestamp) ProtoMessage() {}
|
|
|
|
|
-func (*Timestamp) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
|
|
|
|
|
|
|
+var xxx_messageInfo_Timestamp proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *Timestamp) GetSeconds() int64 {
|
|
func (m *Timestamp) GetSeconds() int64 {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
@@ -103,12 +130,34 @@ type LoadBalanceRequest struct {
|
|
|
// *LoadBalanceRequest_InitialRequest
|
|
// *LoadBalanceRequest_InitialRequest
|
|
|
// *LoadBalanceRequest_ClientStats
|
|
// *LoadBalanceRequest_ClientStats
|
|
|
LoadBalanceRequestType isLoadBalanceRequest_LoadBalanceRequestType `protobuf_oneof:"load_balance_request_type"`
|
|
LoadBalanceRequestType isLoadBalanceRequest_LoadBalanceRequestType `protobuf_oneof:"load_balance_request_type"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *LoadBalanceRequest) Reset() { *m = LoadBalanceRequest{} }
|
|
|
|
|
+func (m *LoadBalanceRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*LoadBalanceRequest) ProtoMessage() {}
|
|
|
|
|
+func (*LoadBalanceRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return fileDescriptor_messages_b81c731f0e83edbd, []int{2}
|
|
|
|
|
+}
|
|
|
|
|
+func (m *LoadBalanceRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
+ return xxx_messageInfo_LoadBalanceRequest.Unmarshal(m, b)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *LoadBalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return xxx_messageInfo_LoadBalanceRequest.Marshal(b, m, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (dst *LoadBalanceRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
+ xxx_messageInfo_LoadBalanceRequest.Merge(dst, src)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *LoadBalanceRequest) XXX_Size() int {
|
|
|
|
|
+ return xxx_messageInfo_LoadBalanceRequest.Size(m)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *LoadBalanceRequest) XXX_DiscardUnknown() {
|
|
|
|
|
+ xxx_messageInfo_LoadBalanceRequest.DiscardUnknown(m)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (m *LoadBalanceRequest) Reset() { *m = LoadBalanceRequest{} }
|
|
|
|
|
-func (m *LoadBalanceRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*LoadBalanceRequest) ProtoMessage() {}
|
|
|
|
|
-func (*LoadBalanceRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
|
|
|
|
|
|
|
+var xxx_messageInfo_LoadBalanceRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type isLoadBalanceRequest_LoadBalanceRequestType interface {
|
|
type isLoadBalanceRequest_LoadBalanceRequestType interface {
|
|
|
isLoadBalanceRequest_LoadBalanceRequestType()
|
|
isLoadBalanceRequest_LoadBalanceRequestType()
|
|
@@ -204,12 +253,12 @@ func _LoadBalanceRequest_OneofSizer(msg proto.Message) (n int) {
|
|
|
switch x := m.LoadBalanceRequestType.(type) {
|
|
switch x := m.LoadBalanceRequestType.(type) {
|
|
|
case *LoadBalanceRequest_InitialRequest:
|
|
case *LoadBalanceRequest_InitialRequest:
|
|
|
s := proto.Size(x.InitialRequest)
|
|
s := proto.Size(x.InitialRequest)
|
|
|
- n += proto.SizeVarint(1<<3 | proto.WireBytes)
|
|
|
|
|
|
|
+ n += 1 // tag and wire
|
|
|
n += proto.SizeVarint(uint64(s))
|
|
n += proto.SizeVarint(uint64(s))
|
|
|
n += s
|
|
n += s
|
|
|
case *LoadBalanceRequest_ClientStats:
|
|
case *LoadBalanceRequest_ClientStats:
|
|
|
s := proto.Size(x.ClientStats)
|
|
s := proto.Size(x.ClientStats)
|
|
|
- n += proto.SizeVarint(2<<3 | proto.WireBytes)
|
|
|
|
|
|
|
+ n += 1 // tag and wire
|
|
|
n += proto.SizeVarint(uint64(s))
|
|
n += proto.SizeVarint(uint64(s))
|
|
|
n += s
|
|
n += s
|
|
|
case nil:
|
|
case nil:
|
|
@@ -222,13 +271,35 @@ func _LoadBalanceRequest_OneofSizer(msg proto.Message) (n int) {
|
|
|
type InitialLoadBalanceRequest struct {
|
|
type InitialLoadBalanceRequest struct {
|
|
|
// Name of load balanced service (IE, balancer.service.com)
|
|
// Name of load balanced service (IE, balancer.service.com)
|
|
|
// length should be less than 256 bytes.
|
|
// length should be less than 256 bytes.
|
|
|
- Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
|
|
|
|
|
+ Name string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *InitialLoadBalanceRequest) Reset() { *m = InitialLoadBalanceRequest{} }
|
|
|
|
|
+func (m *InitialLoadBalanceRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*InitialLoadBalanceRequest) ProtoMessage() {}
|
|
|
|
|
+func (*InitialLoadBalanceRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return fileDescriptor_messages_b81c731f0e83edbd, []int{3}
|
|
|
|
|
+}
|
|
|
|
|
+func (m *InitialLoadBalanceRequest) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
+ return xxx_messageInfo_InitialLoadBalanceRequest.Unmarshal(m, b)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *InitialLoadBalanceRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return xxx_messageInfo_InitialLoadBalanceRequest.Marshal(b, m, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (dst *InitialLoadBalanceRequest) XXX_Merge(src proto.Message) {
|
|
|
|
|
+ xxx_messageInfo_InitialLoadBalanceRequest.Merge(dst, src)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *InitialLoadBalanceRequest) XXX_Size() int {
|
|
|
|
|
+ return xxx_messageInfo_InitialLoadBalanceRequest.Size(m)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *InitialLoadBalanceRequest) XXX_DiscardUnknown() {
|
|
|
|
|
+ xxx_messageInfo_InitialLoadBalanceRequest.DiscardUnknown(m)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (m *InitialLoadBalanceRequest) Reset() { *m = InitialLoadBalanceRequest{} }
|
|
|
|
|
-func (m *InitialLoadBalanceRequest) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*InitialLoadBalanceRequest) ProtoMessage() {}
|
|
|
|
|
-func (*InitialLoadBalanceRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
|
|
|
|
|
|
|
+var xxx_messageInfo_InitialLoadBalanceRequest proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *InitialLoadBalanceRequest) GetName() string {
|
|
func (m *InitialLoadBalanceRequest) GetName() string {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
@@ -256,13 +327,35 @@ type ClientStats struct {
|
|
|
NumCallsFinishedWithClientFailedToSend int64 `protobuf:"varint,6,opt,name=num_calls_finished_with_client_failed_to_send,json=numCallsFinishedWithClientFailedToSend" json:"num_calls_finished_with_client_failed_to_send,omitempty"`
|
|
NumCallsFinishedWithClientFailedToSend int64 `protobuf:"varint,6,opt,name=num_calls_finished_with_client_failed_to_send,json=numCallsFinishedWithClientFailedToSend" json:"num_calls_finished_with_client_failed_to_send,omitempty"`
|
|
|
// The total number of RPCs that finished and are known to have been received
|
|
// The total number of RPCs that finished and are known to have been received
|
|
|
// by a server.
|
|
// by a server.
|
|
|
- NumCallsFinishedKnownReceived int64 `protobuf:"varint,7,opt,name=num_calls_finished_known_received,json=numCallsFinishedKnownReceived" json:"num_calls_finished_known_received,omitempty"`
|
|
|
|
|
|
|
+ NumCallsFinishedKnownReceived int64 `protobuf:"varint,7,opt,name=num_calls_finished_known_received,json=numCallsFinishedKnownReceived" json:"num_calls_finished_known_received,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *ClientStats) Reset() { *m = ClientStats{} }
|
|
|
|
|
+func (m *ClientStats) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*ClientStats) ProtoMessage() {}
|
|
|
|
|
+func (*ClientStats) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return fileDescriptor_messages_b81c731f0e83edbd, []int{4}
|
|
|
|
|
+}
|
|
|
|
|
+func (m *ClientStats) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
+ return xxx_messageInfo_ClientStats.Unmarshal(m, b)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *ClientStats) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return xxx_messageInfo_ClientStats.Marshal(b, m, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (dst *ClientStats) XXX_Merge(src proto.Message) {
|
|
|
|
|
+ xxx_messageInfo_ClientStats.Merge(dst, src)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *ClientStats) XXX_Size() int {
|
|
|
|
|
+ return xxx_messageInfo_ClientStats.Size(m)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *ClientStats) XXX_DiscardUnknown() {
|
|
|
|
|
+ xxx_messageInfo_ClientStats.DiscardUnknown(m)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (m *ClientStats) Reset() { *m = ClientStats{} }
|
|
|
|
|
-func (m *ClientStats) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*ClientStats) ProtoMessage() {}
|
|
|
|
|
-func (*ClientStats) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
|
|
|
|
|
|
|
+var xxx_messageInfo_ClientStats proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *ClientStats) GetTimestamp() *Timestamp {
|
|
func (m *ClientStats) GetTimestamp() *Timestamp {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
@@ -318,12 +411,34 @@ type LoadBalanceResponse struct {
|
|
|
// *LoadBalanceResponse_InitialResponse
|
|
// *LoadBalanceResponse_InitialResponse
|
|
|
// *LoadBalanceResponse_ServerList
|
|
// *LoadBalanceResponse_ServerList
|
|
|
LoadBalanceResponseType isLoadBalanceResponse_LoadBalanceResponseType `protobuf_oneof:"load_balance_response_type"`
|
|
LoadBalanceResponseType isLoadBalanceResponse_LoadBalanceResponseType `protobuf_oneof:"load_balance_response_type"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *LoadBalanceResponse) Reset() { *m = LoadBalanceResponse{} }
|
|
|
|
|
+func (m *LoadBalanceResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*LoadBalanceResponse) ProtoMessage() {}
|
|
|
|
|
+func (*LoadBalanceResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return fileDescriptor_messages_b81c731f0e83edbd, []int{5}
|
|
|
|
|
+}
|
|
|
|
|
+func (m *LoadBalanceResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
+ return xxx_messageInfo_LoadBalanceResponse.Unmarshal(m, b)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *LoadBalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return xxx_messageInfo_LoadBalanceResponse.Marshal(b, m, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (dst *LoadBalanceResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
+ xxx_messageInfo_LoadBalanceResponse.Merge(dst, src)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *LoadBalanceResponse) XXX_Size() int {
|
|
|
|
|
+ return xxx_messageInfo_LoadBalanceResponse.Size(m)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *LoadBalanceResponse) XXX_DiscardUnknown() {
|
|
|
|
|
+ xxx_messageInfo_LoadBalanceResponse.DiscardUnknown(m)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (m *LoadBalanceResponse) Reset() { *m = LoadBalanceResponse{} }
|
|
|
|
|
-func (m *LoadBalanceResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*LoadBalanceResponse) ProtoMessage() {}
|
|
|
|
|
-func (*LoadBalanceResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
|
|
|
|
|
|
|
+var xxx_messageInfo_LoadBalanceResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
type isLoadBalanceResponse_LoadBalanceResponseType interface {
|
|
type isLoadBalanceResponse_LoadBalanceResponseType interface {
|
|
|
isLoadBalanceResponse_LoadBalanceResponseType()
|
|
isLoadBalanceResponse_LoadBalanceResponseType()
|
|
@@ -419,12 +534,12 @@ func _LoadBalanceResponse_OneofSizer(msg proto.Message) (n int) {
|
|
|
switch x := m.LoadBalanceResponseType.(type) {
|
|
switch x := m.LoadBalanceResponseType.(type) {
|
|
|
case *LoadBalanceResponse_InitialResponse:
|
|
case *LoadBalanceResponse_InitialResponse:
|
|
|
s := proto.Size(x.InitialResponse)
|
|
s := proto.Size(x.InitialResponse)
|
|
|
- n += proto.SizeVarint(1<<3 | proto.WireBytes)
|
|
|
|
|
|
|
+ n += 1 // tag and wire
|
|
|
n += proto.SizeVarint(uint64(s))
|
|
n += proto.SizeVarint(uint64(s))
|
|
|
n += s
|
|
n += s
|
|
|
case *LoadBalanceResponse_ServerList:
|
|
case *LoadBalanceResponse_ServerList:
|
|
|
s := proto.Size(x.ServerList)
|
|
s := proto.Size(x.ServerList)
|
|
|
- n += proto.SizeVarint(2<<3 | proto.WireBytes)
|
|
|
|
|
|
|
+ n += 1 // tag and wire
|
|
|
n += proto.SizeVarint(uint64(s))
|
|
n += proto.SizeVarint(uint64(s))
|
|
|
n += s
|
|
n += s
|
|
|
case nil:
|
|
case nil:
|
|
@@ -445,12 +560,34 @@ type InitialLoadBalanceResponse struct {
|
|
|
// to the load balancer. Stats should only be reported when the duration is
|
|
// to the load balancer. Stats should only be reported when the duration is
|
|
|
// positive.
|
|
// positive.
|
|
|
ClientStatsReportInterval *Duration `protobuf:"bytes,2,opt,name=client_stats_report_interval,json=clientStatsReportInterval" json:"client_stats_report_interval,omitempty"`
|
|
ClientStatsReportInterval *Duration `protobuf:"bytes,2,opt,name=client_stats_report_interval,json=clientStatsReportInterval" json:"client_stats_report_interval,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *InitialLoadBalanceResponse) Reset() { *m = InitialLoadBalanceResponse{} }
|
|
|
|
|
+func (m *InitialLoadBalanceResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*InitialLoadBalanceResponse) ProtoMessage() {}
|
|
|
|
|
+func (*InitialLoadBalanceResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return fileDescriptor_messages_b81c731f0e83edbd, []int{6}
|
|
|
|
|
+}
|
|
|
|
|
+func (m *InitialLoadBalanceResponse) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
+ return xxx_messageInfo_InitialLoadBalanceResponse.Unmarshal(m, b)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *InitialLoadBalanceResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return xxx_messageInfo_InitialLoadBalanceResponse.Marshal(b, m, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (dst *InitialLoadBalanceResponse) XXX_Merge(src proto.Message) {
|
|
|
|
|
+ xxx_messageInfo_InitialLoadBalanceResponse.Merge(dst, src)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *InitialLoadBalanceResponse) XXX_Size() int {
|
|
|
|
|
+ return xxx_messageInfo_InitialLoadBalanceResponse.Size(m)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *InitialLoadBalanceResponse) XXX_DiscardUnknown() {
|
|
|
|
|
+ xxx_messageInfo_InitialLoadBalanceResponse.DiscardUnknown(m)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (m *InitialLoadBalanceResponse) Reset() { *m = InitialLoadBalanceResponse{} }
|
|
|
|
|
-func (m *InitialLoadBalanceResponse) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*InitialLoadBalanceResponse) ProtoMessage() {}
|
|
|
|
|
-func (*InitialLoadBalanceResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} }
|
|
|
|
|
|
|
+var xxx_messageInfo_InitialLoadBalanceResponse proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *InitialLoadBalanceResponse) GetLoadBalancerDelegate() string {
|
|
func (m *InitialLoadBalanceResponse) GetLoadBalancerDelegate() string {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
@@ -471,13 +608,35 @@ type ServerList struct {
|
|
|
// be updated when server resolutions change or as needed to balance load
|
|
// be updated when server resolutions change or as needed to balance load
|
|
|
// across more servers. The client should consume the server list in order
|
|
// across more servers. The client should consume the server list in order
|
|
|
// unless instructed otherwise via the client_config.
|
|
// unless instructed otherwise via the client_config.
|
|
|
- Servers []*Server `protobuf:"bytes,1,rep,name=servers" json:"servers,omitempty"`
|
|
|
|
|
|
|
+ Servers []*Server `protobuf:"bytes,1,rep,name=servers" json:"servers,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+func (m *ServerList) Reset() { *m = ServerList{} }
|
|
|
|
|
+func (m *ServerList) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*ServerList) ProtoMessage() {}
|
|
|
|
|
+func (*ServerList) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return fileDescriptor_messages_b81c731f0e83edbd, []int{7}
|
|
|
|
|
+}
|
|
|
|
|
+func (m *ServerList) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
+ return xxx_messageInfo_ServerList.Unmarshal(m, b)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *ServerList) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return xxx_messageInfo_ServerList.Marshal(b, m, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (dst *ServerList) XXX_Merge(src proto.Message) {
|
|
|
|
|
+ xxx_messageInfo_ServerList.Merge(dst, src)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *ServerList) XXX_Size() int {
|
|
|
|
|
+ return xxx_messageInfo_ServerList.Size(m)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *ServerList) XXX_DiscardUnknown() {
|
|
|
|
|
+ xxx_messageInfo_ServerList.DiscardUnknown(m)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (m *ServerList) Reset() { *m = ServerList{} }
|
|
|
|
|
-func (m *ServerList) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*ServerList) ProtoMessage() {}
|
|
|
|
|
-func (*ServerList) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
|
|
|
|
|
|
|
+var xxx_messageInfo_ServerList proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *ServerList) GetServers() []*Server {
|
|
func (m *ServerList) GetServers() []*Server {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
@@ -508,13 +667,35 @@ type Server struct {
|
|
|
DropForRateLimiting bool `protobuf:"varint,4,opt,name=drop_for_rate_limiting,json=dropForRateLimiting" json:"drop_for_rate_limiting,omitempty"`
|
|
DropForRateLimiting bool `protobuf:"varint,4,opt,name=drop_for_rate_limiting,json=dropForRateLimiting" json:"drop_for_rate_limiting,omitempty"`
|
|
|
// Indicates whether this particular request should be dropped by the client
|
|
// Indicates whether this particular request should be dropped by the client
|
|
|
// for load balancing.
|
|
// for load balancing.
|
|
|
- DropForLoadBalancing bool `protobuf:"varint,5,opt,name=drop_for_load_balancing,json=dropForLoadBalancing" json:"drop_for_load_balancing,omitempty"`
|
|
|
|
|
|
|
+ DropForLoadBalancing bool `protobuf:"varint,5,opt,name=drop_for_load_balancing,json=dropForLoadBalancing" json:"drop_for_load_balancing,omitempty"`
|
|
|
|
|
+ XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
|
|
|
+ XXX_unrecognized []byte `json:"-"`
|
|
|
|
|
+ XXX_sizecache int32 `json:"-"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (m *Server) Reset() { *m = Server{} }
|
|
|
|
|
-func (m *Server) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
-func (*Server) ProtoMessage() {}
|
|
|
|
|
-func (*Server) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
|
|
|
|
|
|
|
+func (m *Server) Reset() { *m = Server{} }
|
|
|
|
|
+func (m *Server) String() string { return proto.CompactTextString(m) }
|
|
|
|
|
+func (*Server) ProtoMessage() {}
|
|
|
|
|
+func (*Server) Descriptor() ([]byte, []int) {
|
|
|
|
|
+ return fileDescriptor_messages_b81c731f0e83edbd, []int{8}
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Server) XXX_Unmarshal(b []byte) error {
|
|
|
|
|
+ return xxx_messageInfo_Server.Unmarshal(m, b)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Server) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
|
+ return xxx_messageInfo_Server.Marshal(b, m, deterministic)
|
|
|
|
|
+}
|
|
|
|
|
+func (dst *Server) XXX_Merge(src proto.Message) {
|
|
|
|
|
+ xxx_messageInfo_Server.Merge(dst, src)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Server) XXX_Size() int {
|
|
|
|
|
+ return xxx_messageInfo_Server.Size(m)
|
|
|
|
|
+}
|
|
|
|
|
+func (m *Server) XXX_DiscardUnknown() {
|
|
|
|
|
+ xxx_messageInfo_Server.DiscardUnknown(m)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+var xxx_messageInfo_Server proto.InternalMessageInfo
|
|
|
|
|
|
|
|
func (m *Server) GetIpAddress() []byte {
|
|
func (m *Server) GetIpAddress() []byte {
|
|
|
if m != nil {
|
|
if m != nil {
|
|
@@ -563,53 +744,56 @@ func init() {
|
|
|
proto.RegisterType((*Server)(nil), "grpc.lb.v1.Server")
|
|
proto.RegisterType((*Server)(nil), "grpc.lb.v1.Server")
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func init() { proto.RegisterFile("grpc_lb_v1/messages/messages.proto", fileDescriptor0) }
|
|
|
|
|
-
|
|
|
|
|
-var fileDescriptor0 = []byte{
|
|
|
|
|
- // 709 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
- 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0xdd, 0x4e, 0x1b, 0x3b,
|
|
|
|
|
- 0x10, 0x26, 0x27, 0x01, 0x92, 0x09, 0x3a, 0xe4, 0x98, 0x1c, 0x08, 0x14, 0x24, 0xba, 0x52, 0x69,
|
|
|
|
|
- 0x54, 0xd1, 0x20, 0xa0, 0xbd, 0xe8, 0xcf, 0x45, 0x1b, 0x10, 0x0a, 0x2d, 0x17, 0x95, 0x43, 0x55,
|
|
|
|
|
- 0xa9, 0x52, 0x65, 0x39, 0xd9, 0x21, 0x58, 0x6c, 0xec, 0xad, 0xed, 0x04, 0xf5, 0x11, 0xfa, 0x28,
|
|
|
|
|
- 0x7d, 0x8c, 0xaa, 0xcf, 0xd0, 0xf7, 0xa9, 0xd6, 0xbb, 0x9b, 0x5d, 0x20, 0x80, 0x7a, 0x67, 0x8f,
|
|
|
|
|
- 0xbf, 0xf9, 0xbe, 0xf1, 0xac, 0xbf, 0x59, 0xf0, 0x06, 0x3a, 0xec, 0xb3, 0xa0, 0xc7, 0xc6, 0xbb,
|
|
|
|
|
- 0x3b, 0x43, 0x34, 0x86, 0x0f, 0xd0, 0x4c, 0x16, 0xad, 0x50, 0x2b, 0xab, 0x08, 0x44, 0x98, 0x56,
|
|
|
|
|
- 0xd0, 0x6b, 0x8d, 0x77, 0xbd, 0x97, 0x50, 0x3e, 0x1c, 0x69, 0x6e, 0x85, 0x92, 0xa4, 0x01, 0xf3,
|
|
|
|
|
- 0x06, 0xfb, 0x4a, 0xfa, 0xa6, 0x51, 0xd8, 0x2c, 0x34, 0x8b, 0x34, 0xdd, 0x92, 0x3a, 0xcc, 0x4a,
|
|
|
|
|
- 0x2e, 0x95, 0x69, 0xfc, 0xb3, 0x59, 0x68, 0xce, 0xd2, 0x78, 0xe3, 0xbd, 0x82, 0xca, 0xa9, 0x18,
|
|
|
|
|
- 0xa2, 0xb1, 0x7c, 0x18, 0xfe, 0x75, 0xf2, 0xcf, 0x02, 0x90, 0x13, 0xc5, 0xfd, 0x36, 0x0f, 0xb8,
|
|
|
|
|
- 0xec, 0x23, 0xc5, 0xaf, 0x23, 0x34, 0x96, 0x7c, 0x80, 0x45, 0x21, 0x85, 0x15, 0x3c, 0x60, 0x3a,
|
|
|
|
|
- 0x0e, 0x39, 0xba, 0xea, 0xde, 0xa3, 0x56, 0x56, 0x75, 0xeb, 0x38, 0x86, 0xdc, 0xcc, 0xef, 0xcc,
|
|
|
|
|
- 0xd0, 0x7f, 0x93, 0xfc, 0x94, 0xf1, 0x35, 0x2c, 0xf4, 0x03, 0x81, 0xd2, 0x32, 0x63, 0xb9, 0x8d,
|
|
|
|
|
- 0xab, 0xa8, 0xee, 0xad, 0xe4, 0xe9, 0x0e, 0xdc, 0x79, 0x37, 0x3a, 0xee, 0xcc, 0xd0, 0x6a, 0x3f,
|
|
|
|
|
- 0xdb, 0xb6, 0x1f, 0xc0, 0x6a, 0xa0, 0xb8, 0xcf, 0x7a, 0xb1, 0x4c, 0x5a, 0x14, 0xb3, 0xdf, 0x42,
|
|
|
|
|
- 0xf4, 0x76, 0x60, 0xf5, 0xd6, 0x4a, 0x08, 0x81, 0x92, 0xe4, 0x43, 0x74, 0xe5, 0x57, 0xa8, 0x5b,
|
|
|
|
|
- 0x7b, 0xdf, 0x4b, 0x50, 0xcd, 0x89, 0x91, 0x7d, 0xa8, 0xd8, 0xb4, 0x83, 0xc9, 0x3d, 0xff, 0xcf,
|
|
|
|
|
- 0x17, 0x36, 0x69, 0x2f, 0xcd, 0x70, 0xe4, 0x09, 0xfc, 0x27, 0x47, 0x43, 0xd6, 0xe7, 0x41, 0x60,
|
|
|
|
|
- 0xa2, 0x3b, 0x69, 0x8b, 0xbe, 0xbb, 0x55, 0x91, 0x2e, 0xca, 0xd1, 0xf0, 0x20, 0x8a, 0x77, 0xe3,
|
|
|
|
|
- 0x30, 0xd9, 0x06, 0x92, 0x61, 0xcf, 0x84, 0x14, 0xe6, 0x1c, 0xfd, 0x46, 0xd1, 0x81, 0x6b, 0x29,
|
|
|
|
|
- 0xf8, 0x28, 0x89, 0x13, 0x06, 0xad, 0x9b, 0x68, 0x76, 0x29, 0xec, 0x39, 0xf3, 0xb5, 0x0a, 0xd9,
|
|
|
|
|
- 0x99, 0xd2, 0x4c, 0x73, 0x8b, 0x2c, 0x10, 0x43, 0x61, 0x85, 0x1c, 0x34, 0x4a, 0x8e, 0xe9, 0xf1,
|
|
|
|
|
- 0x75, 0xa6, 0x4f, 0xc2, 0x9e, 0x1f, 0x6a, 0x15, 0x1e, 0x29, 0x4d, 0xb9, 0xc5, 0x93, 0x04, 0x4e,
|
|
|
|
|
- 0x38, 0xec, 0xdc, 0x2b, 0x90, 0x6b, 0x77, 0xa4, 0x30, 0xeb, 0x14, 0x9a, 0x77, 0x28, 0x64, 0xbd,
|
|
|
|
|
- 0x8f, 0x24, 0xbe, 0xc0, 0xd3, 0xdb, 0x24, 0x92, 0x67, 0x70, 0xc6, 0x45, 0x80, 0x3e, 0xb3, 0x8a,
|
|
|
|
|
- 0x19, 0x94, 0x7e, 0x63, 0xce, 0x09, 0x6c, 0x4d, 0x13, 0x88, 0x3f, 0xd5, 0x91, 0xc3, 0x9f, 0xaa,
|
|
|
|
|
- 0x2e, 0x4a, 0x9f, 0x74, 0xe0, 0xe1, 0x14, 0xfa, 0x0b, 0xa9, 0x2e, 0x25, 0xd3, 0xd8, 0x47, 0x31,
|
|
|
|
|
- 0x46, 0xbf, 0x31, 0xef, 0x28, 0x37, 0xae, 0x53, 0xbe, 0x8f, 0x50, 0x34, 0x01, 0x79, 0xbf, 0x0a,
|
|
|
|
|
- 0xb0, 0x74, 0xe5, 0xd9, 0x98, 0x50, 0x49, 0x83, 0xa4, 0x0b, 0xb5, 0xcc, 0x01, 0x71, 0x2c, 0x79,
|
|
|
|
|
- 0x1a, 0x5b, 0xf7, 0x59, 0x20, 0x46, 0x77, 0x66, 0xe8, 0xe2, 0xc4, 0x03, 0x09, 0xe9, 0x0b, 0xa8,
|
|
|
|
|
- 0x1a, 0xd4, 0x63, 0xd4, 0x2c, 0x10, 0xc6, 0x26, 0x1e, 0x58, 0xce, 0xf3, 0x75, 0xdd, 0xf1, 0x89,
|
|
|
|
|
- 0x70, 0x1e, 0x02, 0x33, 0xd9, 0xb5, 0xd7, 0x61, 0xed, 0x9a, 0x03, 0x62, 0xce, 0xd8, 0x02, 0x3f,
|
|
|
|
|
- 0x0a, 0xb0, 0x76, 0x7b, 0x29, 0xe4, 0x19, 0x2c, 0xe7, 0x93, 0x35, 0xf3, 0x31, 0xc0, 0x01, 0xb7,
|
|
|
|
|
- 0xa9, 0x2d, 0xea, 0x41, 0x96, 0xa4, 0x0f, 0x93, 0x33, 0xf2, 0x11, 0xd6, 0xf3, 0x96, 0x65, 0x1a,
|
|
|
|
|
- 0x43, 0xa5, 0x2d, 0x13, 0xd2, 0xa2, 0x1e, 0xf3, 0x20, 0x29, 0xbf, 0x9e, 0x2f, 0x3f, 0x1d, 0x62,
|
|
|
|
|
- 0x74, 0x35, 0xe7, 0x5e, 0xea, 0xf2, 0x8e, 0x93, 0x34, 0xef, 0x0d, 0x40, 0x76, 0x4b, 0xb2, 0x1d,
|
|
|
|
|
- 0x0d, 0xac, 0x68, 0x17, 0x0d, 0xac, 0x62, 0xb3, 0xba, 0x47, 0x6e, 0xb6, 0x83, 0xa6, 0x90, 0x77,
|
|
|
|
|
- 0xa5, 0x72, 0xb1, 0x56, 0xf2, 0x7e, 0x17, 0x60, 0x2e, 0x3e, 0x21, 0x1b, 0x00, 0x22, 0x64, 0xdc,
|
|
|
|
|
- 0xf7, 0x35, 0x9a, 0x78, 0xe4, 0x2d, 0xd0, 0x8a, 0x08, 0xdf, 0xc6, 0x81, 0xc8, 0xfd, 0x91, 0x76,
|
|
|
|
|
- 0x32, 0xf3, 0xdc, 0x3a, 0x32, 0xe3, 0x95, 0x4e, 0x5a, 0x75, 0x81, 0xd2, 0x99, 0xb1, 0x42, 0x6b,
|
|
|
|
|
- 0xb9, 0x46, 0x9c, 0x46, 0x71, 0xb2, 0x0f, 0xcb, 0x77, 0x98, 0xae, 0x4c, 0x97, 0xfc, 0x29, 0x06,
|
|
|
|
|
- 0x7b, 0x0e, 0x2b, 0x77, 0x19, 0xa9, 0x4c, 0xeb, 0xfe, 0x14, 0xd3, 0xb4, 0xe1, 0x73, 0x39, 0xfd,
|
|
|
|
|
- 0x47, 0xf4, 0xe6, 0xdc, 0x4f, 0x62, 0xff, 0x4f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa3, 0x36, 0x86,
|
|
|
|
|
- 0xa6, 0x4a, 0x06, 0x00, 0x00,
|
|
|
|
|
|
|
+func init() {
|
|
|
|
|
+ proto.RegisterFile("grpc_lb_v1/messages/messages.proto", fileDescriptor_messages_b81c731f0e83edbd)
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+var fileDescriptor_messages_b81c731f0e83edbd = []byte{
|
|
|
|
|
+ // 731 bytes of a gzipped FileDescriptorProto
|
|
|
|
|
+ 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x55, 0xdd, 0x4e, 0x1b, 0x39,
|
|
|
|
|
+ 0x14, 0x26, 0x9b, 0x00, 0xc9, 0x09, 0x5a, 0xb2, 0x26, 0x0b, 0x81, 0x05, 0x89, 0x1d, 0x69, 0xd9,
|
|
|
|
|
+ 0x68, 0xc5, 0x4e, 0x04, 0xd9, 0xbd, 0xe8, 0xcf, 0x45, 0x1b, 0x10, 0x0a, 0x2d, 0x17, 0x95, 0x43,
|
|
|
|
|
+ 0x55, 0xa9, 0x52, 0x65, 0x39, 0x19, 0x33, 0x58, 0x38, 0xf6, 0xd4, 0x76, 0x82, 0xfa, 0x08, 0x7d,
|
|
|
|
|
+ 0x94, 0x3e, 0x46, 0xd5, 0x67, 0xe8, 0xfb, 0x54, 0xe3, 0x99, 0xc9, 0x0c, 0x10, 0x40, 0xbd, 0x89,
|
|
|
|
|
+ 0xec, 0xe3, 0xef, 0x7c, 0xdf, 0xf1, 0x89, 0xbf, 0x33, 0xe0, 0x85, 0x3a, 0x1a, 0x11, 0x31, 0x24,
|
|
|
|
|
+ 0xd3, 0x83, 0xce, 0x98, 0x19, 0x43, 0x43, 0x66, 0x66, 0x0b, 0x3f, 0xd2, 0xca, 0x2a, 0x04, 0x31,
|
|
|
|
|
+ 0xc6, 0x17, 0x43, 0x7f, 0x7a, 0xe0, 0x3d, 0x85, 0xea, 0xf1, 0x44, 0x53, 0xcb, 0x95, 0x44, 0x2d,
|
|
|
|
|
+ 0x58, 0x36, 0x6c, 0xa4, 0x64, 0x60, 0x5a, 0xa5, 0xdd, 0x52, 0xbb, 0x8c, 0xb3, 0x2d, 0x6a, 0xc2,
|
|
|
|
|
+ 0xa2, 0xa4, 0x52, 0x99, 0xd6, 0x2f, 0xbb, 0xa5, 0xf6, 0x22, 0x4e, 0x36, 0xde, 0x33, 0xa8, 0x9d,
|
|
|
|
|
+ 0xf3, 0x31, 0x33, 0x96, 0x8e, 0xa3, 0x9f, 0x4e, 0xfe, 0x5a, 0x02, 0x74, 0xa6, 0x68, 0xd0, 0xa3,
|
|
|
|
|
+ 0x82, 0xca, 0x11, 0xc3, 0xec, 0xe3, 0x84, 0x19, 0x8b, 0xde, 0xc0, 0x2a, 0x97, 0xdc, 0x72, 0x2a,
|
|
|
|
|
+ 0x88, 0x4e, 0x42, 0x8e, 0xae, 0x7e, 0xf8, 0x97, 0x9f, 0x57, 0xed, 0x9f, 0x26, 0x90, 0xbb, 0xf9,
|
|
|
|
|
+ 0xfd, 0x05, 0xfc, 0x6b, 0x9a, 0x9f, 0x31, 0x3e, 0x87, 0x95, 0x91, 0xe0, 0x4c, 0x5a, 0x62, 0x2c,
|
|
|
|
|
+ 0xb5, 0x49, 0x15, 0xf5, 0xc3, 0x8d, 0x22, 0xdd, 0x91, 0x3b, 0x1f, 0xc4, 0xc7, 0xfd, 0x05, 0x5c,
|
|
|
|
|
+ 0x1f, 0xe5, 0xdb, 0xde, 0x1f, 0xb0, 0x29, 0x14, 0x0d, 0xc8, 0x30, 0x91, 0xc9, 0x8a, 0x22, 0xf6,
|
|
|
|
|
+ 0x53, 0xc4, 0xbc, 0x0e, 0x6c, 0xde, 0x5b, 0x09, 0x42, 0x50, 0x91, 0x74, 0xcc, 0x5c, 0xf9, 0x35,
|
|
|
|
|
+ 0xec, 0xd6, 0xde, 0xe7, 0x0a, 0xd4, 0x0b, 0x62, 0xa8, 0x0b, 0x35, 0x9b, 0x75, 0x30, 0xbd, 0xe7,
|
|
|
|
|
+ 0xef, 0xc5, 0xc2, 0x66, 0xed, 0xc5, 0x39, 0x0e, 0xfd, 0x03, 0xbf, 0xc9, 0xc9, 0x98, 0x8c, 0xa8,
|
|
|
|
|
+ 0x10, 0x26, 0xbe, 0x93, 0xb6, 0x2c, 0x70, 0xb7, 0x2a, 0xe3, 0x55, 0x39, 0x19, 0x1f, 0xc5, 0xf1,
|
|
|
|
|
+ 0x41, 0x12, 0x46, 0xfb, 0x80, 0x72, 0xec, 0x05, 0x97, 0xdc, 0x5c, 0xb2, 0xa0, 0x55, 0x76, 0xe0,
|
|
|
|
|
+ 0x46, 0x06, 0x3e, 0x49, 0xe3, 0x88, 0x80, 0x7f, 0x17, 0x4d, 0xae, 0xb9, 0xbd, 0x24, 0x81, 0x56,
|
|
|
|
|
+ 0x11, 0xb9, 0x50, 0x9a, 0x68, 0x6a, 0x19, 0x11, 0x7c, 0xcc, 0x2d, 0x97, 0x61, 0xab, 0xe2, 0x98,
|
|
|
|
|
+ 0xfe, 0xbe, 0xcd, 0xf4, 0x8e, 0xdb, 0xcb, 0x63, 0xad, 0xa2, 0x13, 0xa5, 0x31, 0xb5, 0xec, 0x2c,
|
|
|
|
|
+ 0x85, 0x23, 0x0a, 0x9d, 0x47, 0x05, 0x0a, 0xed, 0x8e, 0x15, 0x16, 0x9d, 0x42, 0xfb, 0x01, 0x85,
|
|
|
|
|
+ 0xbc, 0xf7, 0xb1, 0xc4, 0x07, 0xf8, 0xf7, 0x3e, 0x89, 0xf4, 0x19, 0x5c, 0x50, 0x2e, 0x58, 0x40,
|
|
|
|
|
+ 0xac, 0x22, 0x86, 0xc9, 0xa0, 0xb5, 0xe4, 0x04, 0xf6, 0xe6, 0x09, 0x24, 0x7f, 0xd5, 0x89, 0xc3,
|
|
|
|
|
+ 0x9f, 0xab, 0x01, 0x93, 0x01, 0xea, 0xc3, 0x9f, 0x73, 0xe8, 0xaf, 0xa4, 0xba, 0x96, 0x44, 0xb3,
|
|
|
|
|
+ 0x11, 0xe3, 0x53, 0x16, 0xb4, 0x96, 0x1d, 0xe5, 0xce, 0x6d, 0xca, 0xd7, 0x31, 0x0a, 0xa7, 0x20,
|
|
|
|
|
+ 0xef, 0x5b, 0x09, 0xd6, 0x6e, 0x3c, 0x1b, 0x13, 0x29, 0x69, 0x18, 0x1a, 0x40, 0x23, 0x77, 0x40,
|
|
|
|
|
+ 0x12, 0x4b, 0x9f, 0xc6, 0xde, 0x63, 0x16, 0x48, 0xd0, 0xfd, 0x05, 0xbc, 0x3a, 0xf3, 0x40, 0x4a,
|
|
|
|
|
+ 0xfa, 0x04, 0xea, 0x86, 0xe9, 0x29, 0xd3, 0x44, 0x70, 0x63, 0x53, 0x0f, 0xac, 0x17, 0xf9, 0x06,
|
|
|
|
|
+ 0xee, 0xf8, 0x8c, 0x3b, 0x0f, 0x81, 0x99, 0xed, 0x7a, 0xdb, 0xb0, 0x75, 0xcb, 0x01, 0x09, 0x67,
|
|
|
|
|
+ 0x62, 0x81, 0x2f, 0x25, 0xd8, 0xba, 0xbf, 0x14, 0xf4, 0x1f, 0xac, 0x17, 0x93, 0x35, 0x09, 0x98,
|
|
|
|
|
+ 0x60, 0x21, 0xb5, 0x99, 0x2d, 0x9a, 0x22, 0x4f, 0xd2, 0xc7, 0xe9, 0x19, 0x7a, 0x0b, 0xdb, 0x45,
|
|
|
|
|
+ 0xcb, 0x12, 0xcd, 0x22, 0xa5, 0x2d, 0xe1, 0xd2, 0x32, 0x3d, 0xa5, 0x22, 0x2d, 0xbf, 0x59, 0x2c,
|
|
|
|
|
+ 0x3f, 0x1b, 0x62, 0x78, 0xb3, 0xe0, 0x5e, 0xec, 0xf2, 0x4e, 0xd3, 0x34, 0xef, 0x05, 0x40, 0x7e,
|
|
|
|
|
+ 0x4b, 0xb4, 0x1f, 0x0f, 0xac, 0x78, 0x17, 0x0f, 0xac, 0x72, 0xbb, 0x7e, 0x88, 0xee, 0xb6, 0x03,
|
|
|
|
|
+ 0x67, 0x90, 0x57, 0x95, 0x6a, 0xb9, 0x51, 0xf1, 0xbe, 0x97, 0x60, 0x29, 0x39, 0x41, 0x3b, 0x00,
|
|
|
|
|
+ 0x3c, 0x22, 0x34, 0x08, 0x34, 0x33, 0xc9, 0xc8, 0x5b, 0xc1, 0x35, 0x1e, 0xbd, 0x4c, 0x02, 0xb1,
|
|
|
|
|
+ 0xfb, 0x63, 0xed, 0x74, 0xe6, 0xb9, 0x75, 0x6c, 0xc6, 0x1b, 0x9d, 0xb4, 0xea, 0x8a, 0x49, 0x67,
|
|
|
|
|
+ 0xc6, 0x1a, 0x6e, 0x14, 0x1a, 0x71, 0x1e, 0xc7, 0x51, 0x17, 0xd6, 0x1f, 0x30, 0x5d, 0x15, 0xaf,
|
|
|
|
|
+ 0x05, 0x73, 0x0c, 0xf6, 0x3f, 0x6c, 0x3c, 0x64, 0xa4, 0x2a, 0x6e, 0x06, 0x73, 0x4c, 0xd3, 0xeb,
|
|
|
|
|
+ 0xbe, 0x3f, 0x08, 0x95, 0x0a, 0x05, 0xf3, 0x43, 0x25, 0xa8, 0x0c, 0x7d, 0xa5, 0xc3, 0x4e, 0xdc,
|
|
|
|
|
+ 0x0d, 0xf7, 0x23, 0x86, 0x9d, 0x39, 0x5f, 0x95, 0xe1, 0x92, 0xfb, 0x9a, 0x74, 0x7f, 0x04, 0x00,
|
|
|
|
|
+ 0x00, 0xff, 0xff, 0x8e, 0xd0, 0x70, 0xb7, 0x73, 0x06, 0x00, 0x00,
|
|
|
}
|
|
}
|