// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 // protoc v3.20.1 // source: zone.proto package zone import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) const ( // Verify that this generated code is sufficiently up-to-date. _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) // Verify that runtime/protoimpl is sufficiently up-to-date. _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) ) type Phase int32 const ( Phase_http_request_sanitize Phase = 0 //URL 规范化 Phase_http_request_transform Phase = 1 //URL 重写规则 Phase_http_request_origin Phase = 2 //起源规则 Phase_http_request_cache_settings Phase = 3 //缓存规则 Phase_http_config_settings Phase = 4 //配置规则 // http_request_dynamic_redirect = 5; //动态重定向 // ddos_l7 = 6; //HTTP DDoS 攻击防护 // http_request_firewall_custom = 7; //Web 应用程序防火墙 (WAF) // http_ratelimit = 8; //限速规则 // http_request_firewall_managed = 9; //Web 应用程序防火墙 (WAF) // http_request_sbfm = 10; //超级机器人战斗模式 // http_request_redirect = 11; //批量重定向 Phase_http_request_late_transform Phase = 12 //HTTP 请求头修改规则 // http_custom_errors = 13; //自定义错误响应 Phase_http_response_headers_transform Phase = 14 //HTTP响应头修改规则 ) // Enum value maps for Phase. var ( Phase_name = map[int32]string{ 0: "http_request_sanitize", 1: "http_request_transform", 2: "http_request_origin", 3: "http_request_cache_settings", 4: "http_config_settings", 12: "http_request_late_transform", 14: "http_response_headers_transform", } Phase_value = map[string]int32{ "http_request_sanitize": 0, "http_request_transform": 1, "http_request_origin": 2, "http_request_cache_settings": 3, "http_config_settings": 4, "http_request_late_transform": 12, "http_response_headers_transform": 14, } ) func (x Phase) Enum() *Phase { p := new(Phase) *p = x return p } func (x Phase) String() string { return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x)) } func (Phase) Descriptor() protoreflect.EnumDescriptor { return file_zone_proto_enumTypes[0].Descriptor() } func (Phase) Type() protoreflect.EnumType { return &file_zone_proto_enumTypes[0] } func (x Phase) Number() protoreflect.EnumNumber { return protoreflect.EnumNumber(x) } // Deprecated: Use Phase.Descriptor instead. func (Phase) EnumDescriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{0} } // Zone CURD type ZoneCloudflareEntity struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Plan *ZoneCloudflareEntity_Plan `protobuf:"bytes,3,opt,name=plan,proto3" json:"plan,omitempty"` PlanPending *ZoneCloudflareEntity_Plan `protobuf:"bytes,4,opt,name=plan_pending,json=planPending,proto3" json:"plan_pending,omitempty"` Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` Paused bool `protobuf:"varint,6,opt,name=paused,proto3" json:"paused,omitempty"` Type string `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"` VerificationKey string `protobuf:"bytes,8,opt,name=verification_key,json=verificationKey,proto3" json:"verification_key,omitempty"` } func (x *ZoneCloudflareEntity) Reset() { *x = ZoneCloudflareEntity{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ZoneCloudflareEntity) String() string { return protoimpl.X.MessageStringOf(x) } func (*ZoneCloudflareEntity) ProtoMessage() {} func (x *ZoneCloudflareEntity) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ZoneCloudflareEntity.ProtoReflect.Descriptor instead. func (*ZoneCloudflareEntity) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{0} } func (x *ZoneCloudflareEntity) GetId() string { if x != nil { return x.Id } return "" } func (x *ZoneCloudflareEntity) GetName() string { if x != nil { return x.Name } return "" } func (x *ZoneCloudflareEntity) GetPlan() *ZoneCloudflareEntity_Plan { if x != nil { return x.Plan } return nil } func (x *ZoneCloudflareEntity) GetPlanPending() *ZoneCloudflareEntity_Plan { if x != nil { return x.PlanPending } return nil } func (x *ZoneCloudflareEntity) GetStatus() string { if x != nil { return x.Status } return "" } func (x *ZoneCloudflareEntity) GetPaused() bool { if x != nil { return x.Paused } return false } func (x *ZoneCloudflareEntity) GetType() string { if x != nil { return x.Type } return "" } func (x *ZoneCloudflareEntity) GetVerificationKey() string { if x != nil { return x.VerificationKey } return "" } type ZoneIDByNameRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneName string `protobuf:"bytes,3,opt,name=zoneName,proto3" json:"zoneName,omitempty"` } func (x *ZoneIDByNameRequestCloudflare) Reset() { *x = ZoneIDByNameRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ZoneIDByNameRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*ZoneIDByNameRequestCloudflare) ProtoMessage() {} func (x *ZoneIDByNameRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ZoneIDByNameRequestCloudflare.ProtoReflect.Descriptor instead. func (*ZoneIDByNameRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{1} } func (x *ZoneIDByNameRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *ZoneIDByNameRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *ZoneIDByNameRequestCloudflare) GetZoneName() string { if x != nil { return x.ZoneName } return "" } type ZoneIDByNameReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ZoneId string `protobuf:"bytes,1,opt,name=zoneId,proto3" json:"zoneId,omitempty"` } func (x *ZoneIDByNameReplyCloudflare) Reset() { *x = ZoneIDByNameReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ZoneIDByNameReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*ZoneIDByNameReplyCloudflare) ProtoMessage() {} func (x *ZoneIDByNameReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ZoneIDByNameReplyCloudflare.ProtoReflect.Descriptor instead. func (*ZoneIDByNameReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{2} } func (x *ZoneIDByNameReplyCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } type ZoneDetailsRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` } func (x *ZoneDetailsRequestCloudflare) Reset() { *x = ZoneDetailsRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ZoneDetailsRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*ZoneDetailsRequestCloudflare) ProtoMessage() {} func (x *ZoneDetailsRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ZoneDetailsRequestCloudflare.ProtoReflect.Descriptor instead. func (*ZoneDetailsRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{3} } func (x *ZoneDetailsRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *ZoneDetailsRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *ZoneDetailsRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } type ZoneDetailsReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Result *ZoneCloudflareEntity `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` } func (x *ZoneDetailsReplyCloudflare) Reset() { *x = ZoneDetailsReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ZoneDetailsReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*ZoneDetailsReplyCloudflare) ProtoMessage() {} func (x *ZoneDetailsReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ZoneDetailsReplyCloudflare.ProtoReflect.Descriptor instead. func (*ZoneDetailsReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{4} } func (x *ZoneDetailsReplyCloudflare) GetResult() *ZoneCloudflareEntity { if x != nil { return x.Result } return nil } type GetZonesRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` Domain string `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"` } func (x *GetZonesRequestCloudflare) Reset() { *x = GetZonesRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetZonesRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetZonesRequestCloudflare) ProtoMessage() {} func (x *GetZonesRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetZonesRequestCloudflare.ProtoReflect.Descriptor instead. func (*GetZonesRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{5} } func (x *GetZonesRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *GetZonesRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *GetZonesRequestCloudflare) GetDomain() string { if x != nil { return x.Domain } return "" } type GetZonesReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Result []*ZoneCloudflareEntity `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` Success bool `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"` } func (x *GetZonesReplyCloudflare) Reset() { *x = GetZonesReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetZonesReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetZonesReplyCloudflare) ProtoMessage() {} func (x *GetZonesReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetZonesReplyCloudflare.ProtoReflect.Descriptor instead. func (*GetZonesReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{6} } func (x *GetZonesReplyCloudflare) GetResult() []*ZoneCloudflareEntity { if x != nil { return x.Result } return nil } func (x *GetZonesReplyCloudflare) GetSuccess() bool { if x != nil { return x.Success } return false } type ListZonesRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` } func (x *ListZonesRequestCloudflare) Reset() { *x = ListZonesRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ListZonesRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*ListZonesRequestCloudflare) ProtoMessage() {} func (x *ListZonesRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ListZonesRequestCloudflare.ProtoReflect.Descriptor instead. func (*ListZonesRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{7} } func (x *ListZonesRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *ListZonesRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } type ListZonesByAccountIdRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` AccountId string `protobuf:"bytes,3,opt,name=accountId,proto3" json:"accountId,omitempty"` } func (x *ListZonesByAccountIdRequestCloudflare) Reset() { *x = ListZonesByAccountIdRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ListZonesByAccountIdRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*ListZonesByAccountIdRequestCloudflare) ProtoMessage() {} func (x *ListZonesByAccountIdRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ListZonesByAccountIdRequestCloudflare.ProtoReflect.Descriptor instead. func (*ListZonesByAccountIdRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{8} } func (x *ListZonesByAccountIdRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *ListZonesByAccountIdRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *ListZonesByAccountIdRequestCloudflare) GetAccountId() string { if x != nil { return x.AccountId } return "" } type ZonesList struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Result []*ZoneCloudflareEntity `protobuf:"bytes,1,rep,name=result,proto3" json:"result,omitempty"` } func (x *ZonesList) Reset() { *x = ZonesList{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ZonesList) String() string { return protoimpl.X.MessageStringOf(x) } func (*ZonesList) ProtoMessage() {} func (x *ZonesList) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[9] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ZonesList.ProtoReflect.Descriptor instead. func (*ZonesList) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{9} } func (x *ZonesList) GetResult() []*ZoneCloudflareEntity { if x != nil { return x.Result } return nil } type EditZoneRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` Paused *bool `protobuf:"varint,4,opt,name=paused,proto3,oneof" json:"paused,omitempty"` PlanId *string `protobuf:"bytes,5,opt,name=planId,proto3,oneof" json:"planId,omitempty"` Type *string `protobuf:"bytes,6,opt,name=type,proto3,oneof" json:"type,omitempty"` } func (x *EditZoneRequestCloudflare) Reset() { *x = EditZoneRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditZoneRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditZoneRequestCloudflare) ProtoMessage() {} func (x *EditZoneRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[10] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use EditZoneRequestCloudflare.ProtoReflect.Descriptor instead. func (*EditZoneRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{10} } func (x *EditZoneRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *EditZoneRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *EditZoneRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *EditZoneRequestCloudflare) GetPaused() bool { if x != nil && x.Paused != nil { return *x.Paused } return false } func (x *EditZoneRequestCloudflare) GetPlanId() string { if x != nil && x.PlanId != nil { return *x.PlanId } return "" } func (x *EditZoneRequestCloudflare) GetType() string { if x != nil && x.Type != nil { return *x.Type } return "" } type EditZoneReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Result *ZoneCloudflareEntity `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"` Success bool `protobuf:"varint,2,opt,name=success,proto3" json:"success,omitempty"` } func (x *EditZoneReplyCloudflare) Reset() { *x = EditZoneReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *EditZoneReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*EditZoneReplyCloudflare) ProtoMessage() {} func (x *EditZoneReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[11] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use EditZoneReplyCloudflare.ProtoReflect.Descriptor instead. func (*EditZoneReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{11} } func (x *EditZoneReplyCloudflare) GetResult() *ZoneCloudflareEntity { if x != nil { return x.Result } return nil } func (x *EditZoneReplyCloudflare) GetSuccess() bool { if x != nil { return x.Success } return false } type DeleteZoneRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` } func (x *DeleteZoneRequestCloudflare) Reset() { *x = DeleteZoneRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteZoneRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteZoneRequestCloudflare) ProtoMessage() {} func (x *DeleteZoneRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[12] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteZoneRequestCloudflare.ProtoReflect.Descriptor instead. func (*DeleteZoneRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{12} } func (x *DeleteZoneRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *DeleteZoneRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *DeleteZoneRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } type DeleteZoneReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` } func (x *DeleteZoneReplyCloudflare) Reset() { *x = DeleteZoneReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteZoneReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteZoneReplyCloudflare) ProtoMessage() {} func (x *DeleteZoneReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[13] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteZoneReplyCloudflare.ProtoReflect.Descriptor instead. func (*DeleteZoneReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{13} } func (x *DeleteZoneReplyCloudflare) GetSuccess() bool { if x != nil { return x.Success } return false } func (x *DeleteZoneReplyCloudflare) GetId() string { if x != nil { return x.Id } return "" } type CreateZoneRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` AccountId string `protobuf:"bytes,3,opt,name=accountId,proto3" json:"accountId,omitempty"` Domain string `protobuf:"bytes,4,opt,name=domain,proto3" json:"domain,omitempty"` } func (x *CreateZoneRequestCloudflare) Reset() { *x = CreateZoneRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CreateZoneRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreateZoneRequestCloudflare) ProtoMessage() {} func (x *CreateZoneRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[14] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreateZoneRequestCloudflare.ProtoReflect.Descriptor instead. func (*CreateZoneRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{14} } func (x *CreateZoneRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *CreateZoneRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *CreateZoneRequestCloudflare) GetAccountId() string { if x != nil { return x.AccountId } return "" } func (x *CreateZoneRequestCloudflare) GetDomain() string { if x != nil { return x.Domain } return "" } type CreateZoneReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` } func (x *CreateZoneReplyCloudflare) Reset() { *x = CreateZoneReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CreateZoneReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreateZoneReplyCloudflare) ProtoMessage() {} func (x *CreateZoneReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[15] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreateZoneReplyCloudflare.ProtoReflect.Descriptor instead. func (*CreateZoneReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{15} } func (x *CreateZoneReplyCloudflare) GetSuccess() bool { if x != nil { return x.Success } return false } func (x *CreateZoneReplyCloudflare) GetId() string { if x != nil { return x.Id } return "" } type SetZonePlanRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` ZonePlan string `protobuf:"bytes,4,opt,name=zonePlan,proto3" json:"zonePlan,omitempty"` } func (x *SetZonePlanRequestCloudflare) Reset() { *x = SetZonePlanRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SetZonePlanRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*SetZonePlanRequestCloudflare) ProtoMessage() {} func (x *SetZonePlanRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[16] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SetZonePlanRequestCloudflare.ProtoReflect.Descriptor instead. func (*SetZonePlanRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{16} } func (x *SetZonePlanRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *SetZonePlanRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *SetZonePlanRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *SetZonePlanRequestCloudflare) GetZonePlan() string { if x != nil { return x.ZonePlan } return "" } type SetZonePlanReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *SetZonePlanReplyCloudflare) Reset() { *x = SetZonePlanReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SetZonePlanReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*SetZonePlanReplyCloudflare) ProtoMessage() {} func (x *SetZonePlanReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[17] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SetZonePlanReplyCloudflare.ProtoReflect.Descriptor instead. func (*SetZonePlanReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{17} } func (x *SetZonePlanReplyCloudflare) GetSuccess() bool { if x != nil { return x.Success } return false } type ActivationCheckRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` } func (x *ActivationCheckRequestCloudflare) Reset() { *x = ActivationCheckRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivationCheckRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivationCheckRequestCloudflare) ProtoMessage() {} func (x *ActivationCheckRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[18] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ActivationCheckRequestCloudflare.ProtoReflect.Descriptor instead. func (*ActivationCheckRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{18} } func (x *ActivationCheckRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *ActivationCheckRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *ActivationCheckRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } type ActivationCheckReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *ActivationCheckReplyCloudflare) Reset() { *x = ActivationCheckReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ActivationCheckReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*ActivationCheckReplyCloudflare) ProtoMessage() {} func (x *ActivationCheckReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[19] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ActivationCheckReplyCloudflare.ProtoReflect.Descriptor instead. func (*ActivationCheckReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{19} } func (x *ActivationCheckReplyCloudflare) GetSuccess() bool { if x != nil { return x.Success } return false } type PageRule struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"` Expression string `protobuf:"bytes,2,opt,name=expression,proto3" json:"expression,omitempty"` Ttl *uint32 `protobuf:"varint,3,opt,name=ttl,proto3,oneof" json:"ttl,omitempty"` QueryArgsType *string `protobuf:"bytes,4,opt,name=queryArgsType,proto3,oneof" json:"queryArgsType,omitempty"` QueryArgs []string `protobuf:"bytes,5,rep,name=queryArgs,proto3" json:"queryArgs,omitempty"` OriginHost *string `protobuf:"bytes,6,opt,name=originHost,proto3,oneof" json:"originHost,omitempty"` OriginProtocol *uint32 `protobuf:"varint,7,opt,name=originProtocol,proto3,oneof" json:"originProtocol,omitempty"` // int64 priority = 8; } func (x *PageRule) Reset() { *x = PageRule{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PageRule) String() string { return protoimpl.X.MessageStringOf(x) } func (*PageRule) ProtoMessage() {} func (x *PageRule) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[20] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PageRule.ProtoReflect.Descriptor instead. func (*PageRule) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{20} } func (x *PageRule) GetId() string { if x != nil && x.Id != nil { return *x.Id } return "" } func (x *PageRule) GetExpression() string { if x != nil { return x.Expression } return "" } func (x *PageRule) GetTtl() uint32 { if x != nil && x.Ttl != nil { return *x.Ttl } return 0 } func (x *PageRule) GetQueryArgsType() string { if x != nil && x.QueryArgsType != nil { return *x.QueryArgsType } return "" } func (x *PageRule) GetQueryArgs() []string { if x != nil { return x.QueryArgs } return nil } func (x *PageRule) GetOriginHost() string { if x != nil && x.OriginHost != nil { return *x.OriginHost } return "" } func (x *PageRule) GetOriginProtocol() uint32 { if x != nil && x.OriginProtocol != nil { return *x.OriginProtocol } return 0 } type PageRuleList struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PageRules []*PageRule `protobuf:"bytes,1,rep,name=page_rules,json=pageRules,proto3" json:"page_rules,omitempty"` } func (x *PageRuleList) Reset() { *x = PageRuleList{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PageRuleList) String() string { return protoimpl.X.MessageStringOf(x) } func (*PageRuleList) ProtoMessage() {} func (x *PageRuleList) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[21] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PageRuleList.ProtoReflect.Descriptor instead. func (*PageRuleList) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{21} } func (x *PageRuleList) GetPageRules() []*PageRule { if x != nil { return x.PageRules } return nil } type ListPageRuleRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` } func (x *ListPageRuleRequestCloudflare) Reset() { *x = ListPageRuleRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ListPageRuleRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*ListPageRuleRequestCloudflare) ProtoMessage() {} func (x *ListPageRuleRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[22] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ListPageRuleRequestCloudflare.ProtoReflect.Descriptor instead. func (*ListPageRuleRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{22} } func (x *ListPageRuleRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *ListPageRuleRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *ListPageRuleRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } type CreatePageRuleRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` PageRule *PageRule `protobuf:"bytes,4,opt,name=page_rule,json=pageRule,proto3" json:"page_rule,omitempty"` } func (x *CreatePageRuleRequestCloudflare) Reset() { *x = CreatePageRuleRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CreatePageRuleRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreatePageRuleRequestCloudflare) ProtoMessage() {} func (x *CreatePageRuleRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[23] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreatePageRuleRequestCloudflare.ProtoReflect.Descriptor instead. func (*CreatePageRuleRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{23} } func (x *CreatePageRuleRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *CreatePageRuleRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *CreatePageRuleRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *CreatePageRuleRequestCloudflare) GetPageRule() *PageRule { if x != nil { return x.PageRule } return nil } type UpdatePageRuleRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` PageRule *PageRule `protobuf:"bytes,4,opt,name=page_rule,json=pageRule,proto3" json:"page_rule,omitempty"` } func (x *UpdatePageRuleRequestCloudflare) Reset() { *x = UpdatePageRuleRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdatePageRuleRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdatePageRuleRequestCloudflare) ProtoMessage() {} func (x *UpdatePageRuleRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[24] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdatePageRuleRequestCloudflare.ProtoReflect.Descriptor instead. func (*UpdatePageRuleRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{24} } func (x *UpdatePageRuleRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *UpdatePageRuleRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *UpdatePageRuleRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *UpdatePageRuleRequestCloudflare) GetPageRule() *PageRule { if x != nil { return x.PageRule } return nil } type DeletePageRuleRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` PageRuleId string `protobuf:"bytes,4,opt,name=page_rule_id,json=pageRuleId,proto3" json:"page_rule_id,omitempty"` } func (x *DeletePageRuleRequestCloudflare) Reset() { *x = DeletePageRuleRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[25] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeletePageRuleRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeletePageRuleRequestCloudflare) ProtoMessage() {} func (x *DeletePageRuleRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[25] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeletePageRuleRequestCloudflare.ProtoReflect.Descriptor instead. func (*DeletePageRuleRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{25} } func (x *DeletePageRuleRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *DeletePageRuleRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *DeletePageRuleRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *DeletePageRuleRequestCloudflare) GetPageRuleId() string { if x != nil { return x.PageRuleId } return "" } type Rule struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Expression string `protobuf:"bytes,1,opt,name=expression,proto3" json:"expression,omitempty"` Ttl *uint32 `protobuf:"varint,2,opt,name=ttl,proto3,oneof" json:"ttl,omitempty"` QueryArgsType *string `protobuf:"bytes,3,opt,name=queryArgsType,proto3,oneof" json:"queryArgsType,omitempty"` QueryArgs []string `protobuf:"bytes,4,rep,name=queryArgs,proto3" json:"queryArgs,omitempty"` OriginHost *string `protobuf:"bytes,5,opt,name=originHost,proto3,oneof" json:"originHost,omitempty"` OriginPath *string `protobuf:"bytes,6,opt,name=originPath,proto3,oneof" json:"originPath,omitempty"` OriginProtocol *uint32 `protobuf:"varint,7,opt,name=originProtocol,proto3,oneof" json:"originProtocol,omitempty"` RequestHeader map[string]string `protobuf:"bytes,8,rep,name=requestHeader,proto3" json:"requestHeader,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` ResponseHeader map[string]string `protobuf:"bytes,9,rep,name=responseHeader,proto3" json:"responseHeader,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"` Id *string `protobuf:"bytes,10,opt,name=id,proto3,oneof" json:"id,omitempty"` } func (x *Rule) Reset() { *x = Rule{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[26] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *Rule) String() string { return protoimpl.X.MessageStringOf(x) } func (*Rule) ProtoMessage() {} func (x *Rule) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[26] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use Rule.ProtoReflect.Descriptor instead. func (*Rule) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{26} } func (x *Rule) GetExpression() string { if x != nil { return x.Expression } return "" } func (x *Rule) GetTtl() uint32 { if x != nil && x.Ttl != nil { return *x.Ttl } return 0 } func (x *Rule) GetQueryArgsType() string { if x != nil && x.QueryArgsType != nil { return *x.QueryArgsType } return "" } func (x *Rule) GetQueryArgs() []string { if x != nil { return x.QueryArgs } return nil } func (x *Rule) GetOriginHost() string { if x != nil && x.OriginHost != nil { return *x.OriginHost } return "" } func (x *Rule) GetOriginPath() string { if x != nil && x.OriginPath != nil { return *x.OriginPath } return "" } func (x *Rule) GetOriginProtocol() uint32 { if x != nil && x.OriginProtocol != nil { return *x.OriginProtocol } return 0 } func (x *Rule) GetRequestHeader() map[string]string { if x != nil { return x.RequestHeader } return nil } func (x *Rule) GetResponseHeader() map[string]string { if x != nil { return x.ResponseHeader } return nil } func (x *Rule) GetId() string { if x != nil && x.Id != nil { return *x.Id } return "" } type RuleList struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Rules []*Rule `protobuf:"bytes,1,rep,name=rules,proto3" json:"rules,omitempty"` } func (x *RuleList) Reset() { *x = RuleList{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[27] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *RuleList) String() string { return protoimpl.X.MessageStringOf(x) } func (*RuleList) ProtoMessage() {} func (x *RuleList) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[27] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use RuleList.ProtoReflect.Descriptor instead. func (*RuleList) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{27} } func (x *RuleList) GetRules() []*Rule { if x != nil { return x.Rules } return nil } type RuleSet struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id *string `protobuf:"bytes,1,opt,name=id,proto3,oneof" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Kind string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"` Phase Phase `protobuf:"varint,4,opt,name=phase,proto3,enum=cloudflareApi.zone.Phase" json:"phase,omitempty"` } func (x *RuleSet) Reset() { *x = RuleSet{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[28] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *RuleSet) String() string { return protoimpl.X.MessageStringOf(x) } func (*RuleSet) ProtoMessage() {} func (x *RuleSet) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[28] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use RuleSet.ProtoReflect.Descriptor instead. func (*RuleSet) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{28} } func (x *RuleSet) GetId() string { if x != nil && x.Id != nil { return *x.Id } return "" } func (x *RuleSet) GetName() string { if x != nil { return x.Name } return "" } func (x *RuleSet) GetKind() string { if x != nil { return x.Kind } return "" } func (x *RuleSet) GetPhase() Phase { if x != nil { return x.Phase } return Phase_http_request_sanitize } type ListZoneRuleSetsRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` } func (x *ListZoneRuleSetsRequestCloudflare) Reset() { *x = ListZoneRuleSetsRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[29] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ListZoneRuleSetsRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*ListZoneRuleSetsRequestCloudflare) ProtoMessage() {} func (x *ListZoneRuleSetsRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[29] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ListZoneRuleSetsRequestCloudflare.ProtoReflect.Descriptor instead. func (*ListZoneRuleSetsRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{29} } func (x *ListZoneRuleSetsRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *ListZoneRuleSetsRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *ListZoneRuleSetsRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } type DeleteZoneRuleSetRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` RuleSetId string `protobuf:"bytes,4,opt,name=ruleSetId,proto3" json:"ruleSetId,omitempty"` } func (x *DeleteZoneRuleSetRequestCloudflare) Reset() { *x = DeleteZoneRuleSetRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[30] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteZoneRuleSetRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteZoneRuleSetRequestCloudflare) ProtoMessage() {} func (x *DeleteZoneRuleSetRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[30] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteZoneRuleSetRequestCloudflare.ProtoReflect.Descriptor instead. func (*DeleteZoneRuleSetRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{30} } func (x *DeleteZoneRuleSetRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *DeleteZoneRuleSetRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *DeleteZoneRuleSetRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *DeleteZoneRuleSetRequestCloudflare) GetRuleSetId() string { if x != nil { return x.RuleSetId } return "" } type DeleteZoneRuleSetReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *DeleteZoneRuleSetReplyCloudflare) Reset() { *x = DeleteZoneRuleSetReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[31] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *DeleteZoneRuleSetReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*DeleteZoneRuleSetReplyCloudflare) ProtoMessage() {} func (x *DeleteZoneRuleSetReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[31] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use DeleteZoneRuleSetReplyCloudflare.ProtoReflect.Descriptor instead. func (*DeleteZoneRuleSetReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{31} } func (x *DeleteZoneRuleSetReplyCloudflare) GetSuccess() bool { if x != nil { return x.Success } return false } type RuleSetList struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields RuleSets []*RuleSet `protobuf:"bytes,1,rep,name=ruleSets,proto3" json:"ruleSets,omitempty"` } func (x *RuleSetList) Reset() { *x = RuleSetList{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[32] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *RuleSetList) String() string { return protoimpl.X.MessageStringOf(x) } func (*RuleSetList) ProtoMessage() {} func (x *RuleSetList) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[32] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use RuleSetList.ProtoReflect.Descriptor instead. func (*RuleSetList) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{32} } func (x *RuleSetList) GetRuleSets() []*RuleSet { if x != nil { return x.RuleSets } return nil } type GetRuleSetRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` Phase Phase `protobuf:"varint,4,opt,name=phase,proto3,enum=cloudflareApi.zone.Phase" json:"phase,omitempty"` } func (x *GetRuleSetRequestCloudflare) Reset() { *x = GetRuleSetRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[33] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetRuleSetRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetRuleSetRequestCloudflare) ProtoMessage() {} func (x *GetRuleSetRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[33] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetRuleSetRequestCloudflare.ProtoReflect.Descriptor instead. func (*GetRuleSetRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{33} } func (x *GetRuleSetRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *GetRuleSetRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *GetRuleSetRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *GetRuleSetRequestCloudflare) GetPhase() Phase { if x != nil { return x.Phase } return Phase_http_request_sanitize } type UpdateRuleSetRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` Phase Phase `protobuf:"varint,4,opt,name=phase,proto3,enum=cloudflareApi.zone.Phase" json:"phase,omitempty"` Rules []*Rule `protobuf:"bytes,5,rep,name=rules,proto3" json:"rules,omitempty"` } func (x *UpdateRuleSetRequestCloudflare) Reset() { *x = UpdateRuleSetRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[34] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdateRuleSetRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateRuleSetRequestCloudflare) ProtoMessage() {} func (x *UpdateRuleSetRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[34] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateRuleSetRequestCloudflare.ProtoReflect.Descriptor instead. func (*UpdateRuleSetRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{34} } func (x *UpdateRuleSetRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *UpdateRuleSetRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *UpdateRuleSetRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *UpdateRuleSetRequestCloudflare) GetPhase() Phase { if x != nil { return x.Phase } return Phase_http_request_sanitize } func (x *UpdateRuleSetRequestCloudflare) GetRules() []*Rule { if x != nil { return x.Rules } return nil } type UpdateRuleSetByRuleSetIdRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` RuleSetId string `protobuf:"bytes,4,opt,name=ruleSetId,proto3" json:"ruleSetId,omitempty"` Phase Phase `protobuf:"varint,5,opt,name=phase,proto3,enum=cloudflareApi.zone.Phase" json:"phase,omitempty"` Rules []*Rule `protobuf:"bytes,6,rep,name=rules,proto3" json:"rules,omitempty"` } func (x *UpdateRuleSetByRuleSetIdRequestCloudflare) Reset() { *x = UpdateRuleSetByRuleSetIdRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[35] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdateRuleSetByRuleSetIdRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateRuleSetByRuleSetIdRequestCloudflare) ProtoMessage() {} func (x *UpdateRuleSetByRuleSetIdRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[35] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateRuleSetByRuleSetIdRequestCloudflare.ProtoReflect.Descriptor instead. func (*UpdateRuleSetByRuleSetIdRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{35} } func (x *UpdateRuleSetByRuleSetIdRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *UpdateRuleSetByRuleSetIdRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *UpdateRuleSetByRuleSetIdRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *UpdateRuleSetByRuleSetIdRequestCloudflare) GetRuleSetId() string { if x != nil { return x.RuleSetId } return "" } func (x *UpdateRuleSetByRuleSetIdRequestCloudflare) GetPhase() Phase { if x != nil { return x.Phase } return Phase_http_request_sanitize } func (x *UpdateRuleSetByRuleSetIdRequestCloudflare) GetRules() []*Rule { if x != nil { return x.Rules } return nil } type CreateZoneRuleSetRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` RuleSet *RuleSet `protobuf:"bytes,4,opt,name=ruleSet,proto3" json:"ruleSet,omitempty"` Rules []*Rule `protobuf:"bytes,5,rep,name=rules,proto3" json:"rules,omitempty"` } func (x *CreateZoneRuleSetRequestCloudflare) Reset() { *x = CreateZoneRuleSetRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[36] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CreateZoneRuleSetRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreateZoneRuleSetRequestCloudflare) ProtoMessage() {} func (x *CreateZoneRuleSetRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[36] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreateZoneRuleSetRequestCloudflare.ProtoReflect.Descriptor instead. func (*CreateZoneRuleSetRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{36} } func (x *CreateZoneRuleSetRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *CreateZoneRuleSetRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *CreateZoneRuleSetRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *CreateZoneRuleSetRequestCloudflare) GetRuleSet() *RuleSet { if x != nil { return x.RuleSet } return nil } func (x *CreateZoneRuleSetRequestCloudflare) GetRules() []*Rule { if x != nil { return x.Rules } return nil } type CreateZoneRuleSetReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *CreateZoneRuleSetReplyCloudflare) Reset() { *x = CreateZoneRuleSetReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[37] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CreateZoneRuleSetReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreateZoneRuleSetReplyCloudflare) ProtoMessage() {} func (x *CreateZoneRuleSetReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[37] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreateZoneRuleSetReplyCloudflare.ProtoReflect.Descriptor instead. func (*CreateZoneRuleSetReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{37} } func (x *CreateZoneRuleSetReplyCloudflare) GetSuccess() bool { if x != nil { return x.Success } return false } type UpdatePageRulesPrioritiesStruct struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Priority int64 `protobuf:"varint,2,opt,name=priority,proto3" json:"priority,omitempty"` } func (x *UpdatePageRulesPrioritiesStruct) Reset() { *x = UpdatePageRulesPrioritiesStruct{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[38] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdatePageRulesPrioritiesStruct) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdatePageRulesPrioritiesStruct) ProtoMessage() {} func (x *UpdatePageRulesPrioritiesStruct) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[38] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdatePageRulesPrioritiesStruct.ProtoReflect.Descriptor instead. func (*UpdatePageRulesPrioritiesStruct) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{38} } func (x *UpdatePageRulesPrioritiesStruct) GetId() string { if x != nil { return x.Id } return "" } func (x *UpdatePageRulesPrioritiesStruct) GetPriority() int64 { if x != nil { return x.Priority } return 0 } type UpdatePageRulesPrioritiesRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` Data []*UpdatePageRulesPrioritiesStruct `protobuf:"bytes,4,rep,name=data,proto3" json:"data,omitempty"` } func (x *UpdatePageRulesPrioritiesRequestCloudflare) Reset() { *x = UpdatePageRulesPrioritiesRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[39] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdatePageRulesPrioritiesRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdatePageRulesPrioritiesRequestCloudflare) ProtoMessage() {} func (x *UpdatePageRulesPrioritiesRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[39] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdatePageRulesPrioritiesRequestCloudflare.ProtoReflect.Descriptor instead. func (*UpdatePageRulesPrioritiesRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{39} } func (x *UpdatePageRulesPrioritiesRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *UpdatePageRulesPrioritiesRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *UpdatePageRulesPrioritiesRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *UpdatePageRulesPrioritiesRequestCloudflare) GetData() []*UpdatePageRulesPrioritiesStruct { if x != nil { return x.Data } return nil } type ArgoSetting struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` } func (x *ArgoSetting) Reset() { *x = ArgoSetting{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[40] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ArgoSetting) String() string { return protoimpl.X.MessageStringOf(x) } func (*ArgoSetting) ProtoMessage() {} func (x *ArgoSetting) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[40] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ArgoSetting.ProtoReflect.Descriptor instead. func (*ArgoSetting) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{40} } func (x *ArgoSetting) GetEnabled() bool { if x != nil { return x.Enabled } return false } type UpdateArgoRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` ArgoSetting *ArgoSetting `protobuf:"bytes,4,opt,name=argo_setting,json=argoSetting,proto3" json:"argo_setting,omitempty"` } func (x *UpdateArgoRequestCloudflare) Reset() { *x = UpdateArgoRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[41] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdateArgoRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateArgoRequestCloudflare) ProtoMessage() {} func (x *UpdateArgoRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[41] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateArgoRequestCloudflare.ProtoReflect.Descriptor instead. func (*UpdateArgoRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{41} } func (x *UpdateArgoRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *UpdateArgoRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *UpdateArgoRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *UpdateArgoRequestCloudflare) GetArgoSetting() *ArgoSetting { if x != nil { return x.ArgoSetting } return nil } type IdRequest struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` } func (x *IdRequest) Reset() { *x = IdRequest{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[42] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *IdRequest) String() string { return protoimpl.X.MessageStringOf(x) } func (*IdRequest) ProtoMessage() {} func (x *IdRequest) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[42] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use IdRequest.ProtoReflect.Descriptor instead. func (*IdRequest) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{42} } func (x *IdRequest) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *IdRequest) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *IdRequest) GetZoneId() string { if x != nil { return x.ZoneId } return "" } type SetSmartTieredCacheRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` } func (x *SetSmartTieredCacheRequestCloudflare) Reset() { *x = SetSmartTieredCacheRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[43] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SetSmartTieredCacheRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*SetSmartTieredCacheRequestCloudflare) ProtoMessage() {} func (x *SetSmartTieredCacheRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[43] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SetSmartTieredCacheRequestCloudflare.ProtoReflect.Descriptor instead. func (*SetSmartTieredCacheRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{43} } func (x *SetSmartTieredCacheRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *SetSmartTieredCacheRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *SetSmartTieredCacheRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } type SetSmartTieredCacheReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Enabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"` } func (x *SetSmartTieredCacheReplyCloudflare) Reset() { *x = SetSmartTieredCacheReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[44] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SetSmartTieredCacheReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*SetSmartTieredCacheReplyCloudflare) ProtoMessage() {} func (x *SetSmartTieredCacheReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[44] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SetSmartTieredCacheReplyCloudflare.ProtoReflect.Descriptor instead. func (*SetSmartTieredCacheReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{44} } func (x *SetSmartTieredCacheReplyCloudflare) GetEnabled() bool { if x != nil { return x.Enabled } return false } type UpdateAlwaysUseHttpsRequestCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ApiKey string `protobuf:"bytes,1,opt,name=apiKey,proto3" json:"apiKey,omitempty"` ApiEmail string `protobuf:"bytes,2,opt,name=apiEmail,proto3" json:"apiEmail,omitempty"` ZoneId string `protobuf:"bytes,3,opt,name=zoneId,proto3" json:"zoneId,omitempty"` Enabled bool `protobuf:"varint,4,opt,name=enabled,proto3" json:"enabled,omitempty"` } func (x *UpdateAlwaysUseHttpsRequestCloudflare) Reset() { *x = UpdateAlwaysUseHttpsRequestCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[45] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdateAlwaysUseHttpsRequestCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateAlwaysUseHttpsRequestCloudflare) ProtoMessage() {} func (x *UpdateAlwaysUseHttpsRequestCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[45] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateAlwaysUseHttpsRequestCloudflare.ProtoReflect.Descriptor instead. func (*UpdateAlwaysUseHttpsRequestCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{45} } func (x *UpdateAlwaysUseHttpsRequestCloudflare) GetApiKey() string { if x != nil { return x.ApiKey } return "" } func (x *UpdateAlwaysUseHttpsRequestCloudflare) GetApiEmail() string { if x != nil { return x.ApiEmail } return "" } func (x *UpdateAlwaysUseHttpsRequestCloudflare) GetZoneId() string { if x != nil { return x.ZoneId } return "" } func (x *UpdateAlwaysUseHttpsRequestCloudflare) GetEnabled() bool { if x != nil { return x.Enabled } return false } type UpdateAlwaysUseHttpsReplyCloudflare struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *UpdateAlwaysUseHttpsReplyCloudflare) Reset() { *x = UpdateAlwaysUseHttpsReplyCloudflare{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[46] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UpdateAlwaysUseHttpsReplyCloudflare) String() string { return protoimpl.X.MessageStringOf(x) } func (*UpdateAlwaysUseHttpsReplyCloudflare) ProtoMessage() {} func (x *UpdateAlwaysUseHttpsReplyCloudflare) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[46] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UpdateAlwaysUseHttpsReplyCloudflare.ProtoReflect.Descriptor instead. func (*UpdateAlwaysUseHttpsReplyCloudflare) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{46} } func (x *UpdateAlwaysUseHttpsReplyCloudflare) GetSuccess() bool { if x != nil { return x.Success } return false } type ZoneCloudflareEntity_Plan struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Price int64 `protobuf:"zigzag64,3,opt,name=price,proto3" json:"price,omitempty"` } func (x *ZoneCloudflareEntity_Plan) Reset() { *x = ZoneCloudflareEntity_Plan{} if protoimpl.UnsafeEnabled { mi := &file_zone_proto_msgTypes[47] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *ZoneCloudflareEntity_Plan) String() string { return protoimpl.X.MessageStringOf(x) } func (*ZoneCloudflareEntity_Plan) ProtoMessage() {} func (x *ZoneCloudflareEntity_Plan) ProtoReflect() protoreflect.Message { mi := &file_zone_proto_msgTypes[47] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use ZoneCloudflareEntity_Plan.ProtoReflect.Descriptor instead. func (*ZoneCloudflareEntity_Plan) Descriptor() ([]byte, []int) { return file_zone_proto_rawDescGZIP(), []int{0, 0} } func (x *ZoneCloudflareEntity_Plan) GetId() string { if x != nil { return x.Id } return "" } func (x *ZoneCloudflareEntity_Plan) GetName() string { if x != nil { return x.Name } return "" } func (x *ZoneCloudflareEntity_Plan) GetPrice() int64 { if x != nil { return x.Price } return 0 } var File_zone_proto protoreflect.FileDescriptor var file_zone_proto_rawDesc = []byte{ 0x0a, 0x0a, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x12, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x22, 0x80, 0x03, 0x0a, 0x14, 0x5a, 0x6f, 0x6e, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x41, 0x0a, 0x04, 0x70, 0x6c, 0x61, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x04, 0x70, 0x6c, 0x61, 0x6e, 0x12, 0x50, 0x0a, 0x0c, 0x70, 0x6c, 0x61, 0x6e, 0x5f, 0x70, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x2e, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x0b, 0x70, 0x6c, 0x61, 0x6e, 0x50, 0x65, 0x6e, 0x64, 0x69, 0x6e, 0x67, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x29, 0x0a, 0x10, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x6b, 0x65, 0x79, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x76, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4b, 0x65, 0x79, 0x1a, 0x40, 0x0a, 0x04, 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x12, 0x52, 0x05, 0x70, 0x72, 0x69, 0x63, 0x65, 0x22, 0x6f, 0x0a, 0x1d, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x44, 0x42, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x1a, 0x0a, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x4e, 0x61, 0x6d, 0x65, 0x22, 0x35, 0x0a, 0x1b, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x44, 0x42, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x6a, 0x0a, 0x1c, 0x5a, 0x6f, 0x6e, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x5e, 0x0a, 0x1a, 0x5a, 0x6f, 0x6e, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x40, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0x67, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x22, 0x75, 0x0a, 0x17, 0x47, 0x65, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x40, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x50, 0x0a, 0x1a, 0x4c, 0x69, 0x73, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x22, 0x79, 0x0a, 0x25, 0x4c, 0x69, 0x73, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x22, 0x4d, 0x0a, 0x09, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x40, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x22, 0xd9, 0x01, 0x0a, 0x19, 0x45, 0x64, 0x69, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x48, 0x00, 0x52, 0x06, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1b, 0x0a, 0x06, 0x70, 0x6c, 0x61, 0x6e, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x06, 0x70, 0x6c, 0x61, 0x6e, 0x49, 0x64, 0x88, 0x01, 0x01, 0x12, 0x17, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x70, 0x61, 0x75, 0x73, 0x65, 0x64, 0x42, 0x09, 0x0a, 0x07, 0x5f, 0x70, 0x6c, 0x61, 0x6e, 0x49, 0x64, 0x42, 0x07, 0x0a, 0x05, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x22, 0x75, 0x0a, 0x17, 0x45, 0x64, 0x69, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x40, 0x0a, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x52, 0x06, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x69, 0x0a, 0x1b, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x45, 0x0a, 0x19, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x87, 0x01, 0x0a, 0x1b, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x1c, 0x0a, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x64, 0x6f, 0x6d, 0x61, 0x69, 0x6e, 0x22, 0x45, 0x0a, 0x19, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x22, 0x86, 0x01, 0x0a, 0x1c, 0x53, 0x65, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x7a, 0x6f, 0x6e, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x22, 0x36, 0x0a, 0x1a, 0x53, 0x65, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x6e, 0x0a, 0x20, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x3a, 0x0a, 0x1e, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0xb4, 0x02, 0x0a, 0x08, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x02, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x15, 0x0a, 0x03, 0x74, 0x74, 0x6c, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x01, 0x52, 0x03, 0x74, 0x74, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x73, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x09, 0x71, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x71, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x73, 0x12, 0x23, 0x0a, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x48, 0x6f, 0x73, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x48, 0x6f, 0x73, 0x74, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0e, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x04, 0x52, 0x0e, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x88, 0x01, 0x01, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x74, 0x74, 0x6c, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x73, 0x54, 0x79, 0x70, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x48, 0x6f, 0x73, 0x74, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x22, 0x4b, 0x0a, 0x0c, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x3b, 0x0a, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x09, 0x70, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x22, 0x6b, 0x0a, 0x1d, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x22, 0xa8, 0x01, 0x0a, 0x1f, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x39, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x22, 0xa8, 0x01, 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x39, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1c, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x22, 0x8f, 0x01, 0x0a, 0x1f, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0c, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x72, 0x75, 0x6c, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x70, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x49, 0x64, 0x22, 0x92, 0x05, 0x0a, 0x04, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x65, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x65, 0x78, 0x70, 0x72, 0x65, 0x73, 0x73, 0x69, 0x6f, 0x6e, 0x12, 0x15, 0x0a, 0x03, 0x74, 0x74, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x00, 0x52, 0x03, 0x74, 0x74, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x29, 0x0a, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x73, 0x54, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x48, 0x01, 0x52, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x73, 0x54, 0x79, 0x70, 0x65, 0x88, 0x01, 0x01, 0x12, 0x1c, 0x0a, 0x09, 0x71, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x09, 0x71, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x73, 0x12, 0x23, 0x0a, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x48, 0x6f, 0x73, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x48, 0x02, 0x52, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x48, 0x6f, 0x73, 0x74, 0x88, 0x01, 0x01, 0x12, 0x23, 0x0a, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x61, 0x74, 0x68, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x48, 0x03, 0x52, 0x0a, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x61, 0x74, 0x68, 0x88, 0x01, 0x01, 0x12, 0x2b, 0x0a, 0x0e, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x0d, 0x48, 0x04, 0x52, 0x0e, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x88, 0x01, 0x01, 0x12, 0x51, 0x0a, 0x0d, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x08, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2b, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x2e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x54, 0x0a, 0x0e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x18, 0x09, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x2e, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0e, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x48, 0x05, 0x52, 0x02, 0x69, 0x64, 0x88, 0x01, 0x01, 0x1a, 0x40, 0x0a, 0x12, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x1a, 0x41, 0x0a, 0x13, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x48, 0x65, 0x61, 0x64, 0x65, 0x72, 0x45, 0x6e, 0x74, 0x72, 0x79, 0x12, 0x10, 0x0a, 0x03, 0x6b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x03, 0x6b, 0x65, 0x79, 0x12, 0x14, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x3a, 0x02, 0x38, 0x01, 0x42, 0x06, 0x0a, 0x04, 0x5f, 0x74, 0x74, 0x6c, 0x42, 0x10, 0x0a, 0x0e, 0x5f, 0x71, 0x75, 0x65, 0x72, 0x79, 0x41, 0x72, 0x67, 0x73, 0x54, 0x79, 0x70, 0x65, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x48, 0x6f, 0x73, 0x74, 0x42, 0x0d, 0x0a, 0x0b, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x61, 0x74, 0x68, 0x42, 0x11, 0x0a, 0x0f, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x63, 0x6f, 0x6c, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x22, 0x3a, 0x0a, 0x08, 0x52, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2e, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x22, 0x7e, 0x0a, 0x07, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x12, 0x13, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x02, 0x69, 0x64, 0x88, 0x01, 0x01, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6b, 0x69, 0x6e, 0x64, 0x12, 0x2f, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x68, 0x61, 0x73, 0x65, 0x52, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x42, 0x05, 0x0a, 0x03, 0x5f, 0x69, 0x64, 0x22, 0x6f, 0x0a, 0x21, 0x4c, 0x69, 0x73, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x8e, 0x01, 0x0a, 0x22, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x49, 0x64, 0x22, 0x3c, 0x0a, 0x20, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x46, 0x0a, 0x0b, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x37, 0x0a, 0x08, 0x72, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x08, 0x72, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x73, 0x22, 0x9a, 0x01, 0x0a, 0x1b, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x68, 0x61, 0x73, 0x65, 0x52, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x22, 0xcd, 0x01, 0x0a, 0x1e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x68, 0x61, 0x73, 0x65, 0x52, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x22, 0xf6, 0x01, 0x0a, 0x29, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x42, 0x79, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x72, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x72, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x49, 0x64, 0x12, 0x2f, 0x0a, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x0e, 0x32, 0x19, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x68, 0x61, 0x73, 0x65, 0x52, 0x05, 0x70, 0x68, 0x61, 0x73, 0x65, 0x12, 0x2e, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x06, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x22, 0xd7, 0x01, 0x0a, 0x22, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x35, 0x0a, 0x07, 0x72, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x07, 0x72, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x12, 0x2e, 0x0a, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x05, 0x72, 0x75, 0x6c, 0x65, 0x73, 0x22, 0x3c, 0x0a, 0x20, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x4d, 0x0a, 0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x69, 0x65, 0x73, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x79, 0x22, 0xc1, 0x01, 0x0a, 0x2a, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x47, 0x0a, 0x04, 0x64, 0x61, 0x74, 0x61, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x33, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x69, 0x65, 0x73, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52, 0x04, 0x64, 0x61, 0x74, 0x61, 0x22, 0x27, 0x0a, 0x0b, 0x41, 0x72, 0x67, 0x6f, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0xad, 0x01, 0x0a, 0x1b, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x67, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x42, 0x0a, 0x0c, 0x61, 0x72, 0x67, 0x6f, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x18, 0x04, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x41, 0x72, 0x67, 0x6f, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x52, 0x0b, 0x61, 0x72, 0x67, 0x6f, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0x57, 0x0a, 0x09, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x72, 0x0a, 0x24, 0x53, 0x65, 0x74, 0x53, 0x6d, 0x61, 0x72, 0x74, 0x54, 0x69, 0x65, 0x72, 0x65, 0x64, 0x43, 0x61, 0x63, 0x68, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x22, 0x3e, 0x0a, 0x22, 0x53, 0x65, 0x74, 0x53, 0x6d, 0x61, 0x72, 0x74, 0x54, 0x69, 0x65, 0x72, 0x65, 0x64, 0x43, 0x61, 0x63, 0x68, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0x8d, 0x01, 0x0a, 0x25, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x6c, 0x77, 0x61, 0x79, 0x73, 0x55, 0x73, 0x65, 0x48, 0x74, 0x74, 0x70, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x70, 0x69, 0x4b, 0x65, 0x79, 0x12, 0x1a, 0x0a, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x61, 0x70, 0x69, 0x45, 0x6d, 0x61, 0x69, 0x6c, 0x12, 0x16, 0x0a, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x7a, 0x6f, 0x6e, 0x65, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x65, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x22, 0x3f, 0x0a, 0x23, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x6c, 0x77, 0x61, 0x79, 0x73, 0x55, 0x73, 0x65, 0x48, 0x74, 0x74, 0x70, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x2a, 0xd8, 0x01, 0x0a, 0x05, 0x50, 0x68, 0x61, 0x73, 0x65, 0x12, 0x19, 0x0a, 0x15, 0x68, 0x74, 0x74, 0x70, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x73, 0x61, 0x6e, 0x69, 0x74, 0x69, 0x7a, 0x65, 0x10, 0x00, 0x12, 0x1a, 0x0a, 0x16, 0x68, 0x74, 0x74, 0x70, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x10, 0x01, 0x12, 0x17, 0x0a, 0x13, 0x68, 0x74, 0x74, 0x70, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x6f, 0x72, 0x69, 0x67, 0x69, 0x6e, 0x10, 0x02, 0x12, 0x1f, 0x0a, 0x1b, 0x68, 0x74, 0x74, 0x70, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x63, 0x61, 0x63, 0x68, 0x65, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x10, 0x03, 0x12, 0x18, 0x0a, 0x14, 0x68, 0x74, 0x74, 0x70, 0x5f, 0x63, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x73, 0x10, 0x04, 0x12, 0x1f, 0x0a, 0x1b, 0x68, 0x74, 0x74, 0x70, 0x5f, 0x72, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x5f, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x10, 0x0c, 0x12, 0x23, 0x0a, 0x1f, 0x68, 0x74, 0x74, 0x70, 0x5f, 0x72, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x5f, 0x68, 0x65, 0x61, 0x64, 0x65, 0x72, 0x73, 0x5f, 0x74, 0x72, 0x61, 0x6e, 0x73, 0x66, 0x6f, 0x72, 0x6d, 0x10, 0x0e, 0x32, 0xf1, 0x16, 0x0a, 0x0e, 0x5a, 0x6f, 0x6e, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x7e, 0x0a, 0x16, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x44, 0x42, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x44, 0x42, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x2f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x49, 0x44, 0x42, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x71, 0x0a, 0x0b, 0x5a, 0x6f, 0x6e, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x2e, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x44, 0x65, 0x74, 0x61, 0x69, 0x6c, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x68, 0x0a, 0x08, 0x47, 0x65, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x12, 0x2d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x2b, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x68, 0x0a, 0x08, 0x45, 0x64, 0x69, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x12, 0x2d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x2b, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x45, 0x64, 0x69, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x6e, 0x0a, 0x0a, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x12, 0x2f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x2d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x5c, 0x0a, 0x09, 0x4c, 0x69, 0x73, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x12, 0x2e, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x1d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x72, 0x0a, 0x14, 0x4c, 0x69, 0x73, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x39, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x42, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x1d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x5a, 0x6f, 0x6e, 0x65, 0x73, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x7d, 0x0a, 0x0f, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x12, 0x34, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x32, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x41, 0x63, 0x74, 0x69, 0x76, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x6e, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x12, 0x2f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x2d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x71, 0x0a, 0x0b, 0x53, 0x65, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x12, 0x30, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x2e, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x50, 0x6c, 0x61, 0x6e, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x0c, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x31, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x20, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x0e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x33, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x1c, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x0e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x33, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x1c, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x65, 0x0a, 0x0e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x12, 0x33, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x1c, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x22, 0x00, 0x12, 0x7f, 0x0a, 0x19, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x69, 0x65, 0x73, 0x12, 0x3e, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x73, 0x50, 0x72, 0x69, 0x6f, 0x72, 0x69, 0x74, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x20, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x50, 0x61, 0x67, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x63, 0x0a, 0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x12, 0x32, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x1c, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x5d, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x12, 0x2f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x1c, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x6c, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x73, 0x12, 0x35, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x1f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x11, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x12, 0x36, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x34, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x83, 0x01, 0x0a, 0x11, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x12, 0x36, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x34, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x5a, 0x6f, 0x6e, 0x65, 0x52, 0x75, 0x6c, 0x65, 0x53, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x67, 0x0a, 0x11, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x67, 0x6f, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x2f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x67, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x1f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x41, 0x72, 0x67, 0x6f, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0x52, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x67, 0x6f, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x12, 0x1d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x41, 0x72, 0x67, 0x6f, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0x5e, 0x0a, 0x1a, 0x47, 0x65, 0x74, 0x41, 0x72, 0x67, 0x6f, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x41, 0x72, 0x67, 0x6f, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0x61, 0x0a, 0x1d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x67, 0x6f, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x53, 0x75, 0x62, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1f, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x41, 0x72, 0x67, 0x6f, 0x53, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x22, 0x00, 0x12, 0x89, 0x01, 0x0a, 0x13, 0x53, 0x65, 0x74, 0x53, 0x6d, 0x61, 0x72, 0x74, 0x54, 0x69, 0x65, 0x72, 0x65, 0x64, 0x43, 0x61, 0x63, 0x68, 0x65, 0x12, 0x38, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x53, 0x6d, 0x61, 0x72, 0x74, 0x54, 0x69, 0x65, 0x72, 0x65, 0x64, 0x43, 0x61, 0x63, 0x68, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x36, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x53, 0x65, 0x74, 0x53, 0x6d, 0x61, 0x72, 0x74, 0x54, 0x69, 0x65, 0x72, 0x65, 0x64, 0x43, 0x61, 0x63, 0x68, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x12, 0x8c, 0x01, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x6c, 0x77, 0x61, 0x79, 0x73, 0x55, 0x73, 0x65, 0x48, 0x74, 0x74, 0x70, 0x73, 0x12, 0x39, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x6c, 0x77, 0x61, 0x79, 0x73, 0x55, 0x73, 0x65, 0x48, 0x74, 0x74, 0x70, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x1a, 0x37, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x6c, 0x77, 0x61, 0x79, 0x73, 0x55, 0x73, 0x65, 0x48, 0x74, 0x74, 0x70, 0x73, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x22, 0x00, 0x42, 0x3c, 0x0a, 0x17, 0x69, 0x6f, 0x2e, 0x67, 0x72, 0x70, 0x63, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x2e, 0x7a, 0x6f, 0x6e, 0x65, 0x42, 0x09, 0x7a, 0x6f, 0x6e, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x14, 0x2e, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x66, 0x6c, 0x61, 0x72, 0x65, 0x41, 0x70, 0x69, 0x2f, 0x7a, 0x6f, 0x6e, 0x65, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_zone_proto_rawDescOnce sync.Once file_zone_proto_rawDescData = file_zone_proto_rawDesc ) func file_zone_proto_rawDescGZIP() []byte { file_zone_proto_rawDescOnce.Do(func() { file_zone_proto_rawDescData = protoimpl.X.CompressGZIP(file_zone_proto_rawDescData) }) return file_zone_proto_rawDescData } var file_zone_proto_enumTypes = make([]protoimpl.EnumInfo, 1) var file_zone_proto_msgTypes = make([]protoimpl.MessageInfo, 50) var file_zone_proto_goTypes = []any{ (Phase)(0), // 0: cloudflareApi.zone.Phase (*ZoneCloudflareEntity)(nil), // 1: cloudflareApi.zone.ZoneCloudflareEntity (*ZoneIDByNameRequestCloudflare)(nil), // 2: cloudflareApi.zone.ZoneIDByNameRequestCloudflare (*ZoneIDByNameReplyCloudflare)(nil), // 3: cloudflareApi.zone.ZoneIDByNameReplyCloudflare (*ZoneDetailsRequestCloudflare)(nil), // 4: cloudflareApi.zone.ZoneDetailsRequestCloudflare (*ZoneDetailsReplyCloudflare)(nil), // 5: cloudflareApi.zone.ZoneDetailsReplyCloudflare (*GetZonesRequestCloudflare)(nil), // 6: cloudflareApi.zone.GetZonesRequestCloudflare (*GetZonesReplyCloudflare)(nil), // 7: cloudflareApi.zone.GetZonesReplyCloudflare (*ListZonesRequestCloudflare)(nil), // 8: cloudflareApi.zone.ListZonesRequestCloudflare (*ListZonesByAccountIdRequestCloudflare)(nil), // 9: cloudflareApi.zone.ListZonesByAccountIdRequestCloudflare (*ZonesList)(nil), // 10: cloudflareApi.zone.ZonesList (*EditZoneRequestCloudflare)(nil), // 11: cloudflareApi.zone.EditZoneRequestCloudflare (*EditZoneReplyCloudflare)(nil), // 12: cloudflareApi.zone.EditZoneReplyCloudflare (*DeleteZoneRequestCloudflare)(nil), // 13: cloudflareApi.zone.DeleteZoneRequestCloudflare (*DeleteZoneReplyCloudflare)(nil), // 14: cloudflareApi.zone.DeleteZoneReplyCloudflare (*CreateZoneRequestCloudflare)(nil), // 15: cloudflareApi.zone.CreateZoneRequestCloudflare (*CreateZoneReplyCloudflare)(nil), // 16: cloudflareApi.zone.CreateZoneReplyCloudflare (*SetZonePlanRequestCloudflare)(nil), // 17: cloudflareApi.zone.SetZonePlanRequestCloudflare (*SetZonePlanReplyCloudflare)(nil), // 18: cloudflareApi.zone.SetZonePlanReplyCloudflare (*ActivationCheckRequestCloudflare)(nil), // 19: cloudflareApi.zone.ActivationCheckRequestCloudflare (*ActivationCheckReplyCloudflare)(nil), // 20: cloudflareApi.zone.ActivationCheckReplyCloudflare (*PageRule)(nil), // 21: cloudflareApi.zone.PageRule (*PageRuleList)(nil), // 22: cloudflareApi.zone.PageRuleList (*ListPageRuleRequestCloudflare)(nil), // 23: cloudflareApi.zone.ListPageRuleRequestCloudflare (*CreatePageRuleRequestCloudflare)(nil), // 24: cloudflareApi.zone.CreatePageRuleRequestCloudflare (*UpdatePageRuleRequestCloudflare)(nil), // 25: cloudflareApi.zone.UpdatePageRuleRequestCloudflare (*DeletePageRuleRequestCloudflare)(nil), // 26: cloudflareApi.zone.DeletePageRuleRequestCloudflare (*Rule)(nil), // 27: cloudflareApi.zone.Rule (*RuleList)(nil), // 28: cloudflareApi.zone.RuleList (*RuleSet)(nil), // 29: cloudflareApi.zone.RuleSet (*ListZoneRuleSetsRequestCloudflare)(nil), // 30: cloudflareApi.zone.ListZoneRuleSetsRequestCloudflare (*DeleteZoneRuleSetRequestCloudflare)(nil), // 31: cloudflareApi.zone.DeleteZoneRuleSetRequestCloudflare (*DeleteZoneRuleSetReplyCloudflare)(nil), // 32: cloudflareApi.zone.DeleteZoneRuleSetReplyCloudflare (*RuleSetList)(nil), // 33: cloudflareApi.zone.RuleSetList (*GetRuleSetRequestCloudflare)(nil), // 34: cloudflareApi.zone.GetRuleSetRequestCloudflare (*UpdateRuleSetRequestCloudflare)(nil), // 35: cloudflareApi.zone.UpdateRuleSetRequestCloudflare (*UpdateRuleSetByRuleSetIdRequestCloudflare)(nil), // 36: cloudflareApi.zone.UpdateRuleSetByRuleSetIdRequestCloudflare (*CreateZoneRuleSetRequestCloudflare)(nil), // 37: cloudflareApi.zone.CreateZoneRuleSetRequestCloudflare (*CreateZoneRuleSetReplyCloudflare)(nil), // 38: cloudflareApi.zone.CreateZoneRuleSetReplyCloudflare (*UpdatePageRulesPrioritiesStruct)(nil), // 39: cloudflareApi.zone.UpdatePageRulesPrioritiesStruct (*UpdatePageRulesPrioritiesRequestCloudflare)(nil), // 40: cloudflareApi.zone.UpdatePageRulesPrioritiesRequestCloudflare (*ArgoSetting)(nil), // 41: cloudflareApi.zone.ArgoSetting (*UpdateArgoRequestCloudflare)(nil), // 42: cloudflareApi.zone.UpdateArgoRequestCloudflare (*IdRequest)(nil), // 43: cloudflareApi.zone.IdRequest (*SetSmartTieredCacheRequestCloudflare)(nil), // 44: cloudflareApi.zone.SetSmartTieredCacheRequestCloudflare (*SetSmartTieredCacheReplyCloudflare)(nil), // 45: cloudflareApi.zone.SetSmartTieredCacheReplyCloudflare (*UpdateAlwaysUseHttpsRequestCloudflare)(nil), // 46: cloudflareApi.zone.UpdateAlwaysUseHttpsRequestCloudflare (*UpdateAlwaysUseHttpsReplyCloudflare)(nil), // 47: cloudflareApi.zone.UpdateAlwaysUseHttpsReplyCloudflare (*ZoneCloudflareEntity_Plan)(nil), // 48: cloudflareApi.zone.ZoneCloudflareEntity.Plan nil, // 49: cloudflareApi.zone.Rule.RequestHeaderEntry nil, // 50: cloudflareApi.zone.Rule.ResponseHeaderEntry } var file_zone_proto_depIdxs = []int32{ 48, // 0: cloudflareApi.zone.ZoneCloudflareEntity.plan:type_name -> cloudflareApi.zone.ZoneCloudflareEntity.Plan 48, // 1: cloudflareApi.zone.ZoneCloudflareEntity.plan_pending:type_name -> cloudflareApi.zone.ZoneCloudflareEntity.Plan 1, // 2: cloudflareApi.zone.ZoneDetailsReplyCloudflare.result:type_name -> cloudflareApi.zone.ZoneCloudflareEntity 1, // 3: cloudflareApi.zone.GetZonesReplyCloudflare.result:type_name -> cloudflareApi.zone.ZoneCloudflareEntity 1, // 4: cloudflareApi.zone.ZonesList.result:type_name -> cloudflareApi.zone.ZoneCloudflareEntity 1, // 5: cloudflareApi.zone.EditZoneReplyCloudflare.result:type_name -> cloudflareApi.zone.ZoneCloudflareEntity 21, // 6: cloudflareApi.zone.PageRuleList.page_rules:type_name -> cloudflareApi.zone.PageRule 21, // 7: cloudflareApi.zone.CreatePageRuleRequestCloudflare.page_rule:type_name -> cloudflareApi.zone.PageRule 21, // 8: cloudflareApi.zone.UpdatePageRuleRequestCloudflare.page_rule:type_name -> cloudflareApi.zone.PageRule 49, // 9: cloudflareApi.zone.Rule.requestHeader:type_name -> cloudflareApi.zone.Rule.RequestHeaderEntry 50, // 10: cloudflareApi.zone.Rule.responseHeader:type_name -> cloudflareApi.zone.Rule.ResponseHeaderEntry 27, // 11: cloudflareApi.zone.RuleList.rules:type_name -> cloudflareApi.zone.Rule 0, // 12: cloudflareApi.zone.RuleSet.phase:type_name -> cloudflareApi.zone.Phase 29, // 13: cloudflareApi.zone.RuleSetList.ruleSets:type_name -> cloudflareApi.zone.RuleSet 0, // 14: cloudflareApi.zone.GetRuleSetRequestCloudflare.phase:type_name -> cloudflareApi.zone.Phase 0, // 15: cloudflareApi.zone.UpdateRuleSetRequestCloudflare.phase:type_name -> cloudflareApi.zone.Phase 27, // 16: cloudflareApi.zone.UpdateRuleSetRequestCloudflare.rules:type_name -> cloudflareApi.zone.Rule 0, // 17: cloudflareApi.zone.UpdateRuleSetByRuleSetIdRequestCloudflare.phase:type_name -> cloudflareApi.zone.Phase 27, // 18: cloudflareApi.zone.UpdateRuleSetByRuleSetIdRequestCloudflare.rules:type_name -> cloudflareApi.zone.Rule 29, // 19: cloudflareApi.zone.CreateZoneRuleSetRequestCloudflare.ruleSet:type_name -> cloudflareApi.zone.RuleSet 27, // 20: cloudflareApi.zone.CreateZoneRuleSetRequestCloudflare.rules:type_name -> cloudflareApi.zone.Rule 39, // 21: cloudflareApi.zone.UpdatePageRulesPrioritiesRequestCloudflare.data:type_name -> cloudflareApi.zone.UpdatePageRulesPrioritiesStruct 41, // 22: cloudflareApi.zone.UpdateArgoRequestCloudflare.argo_setting:type_name -> cloudflareApi.zone.ArgoSetting 2, // 23: cloudflareApi.zone.ZoneCloudflare.ZoneIDByNameCloudflare:input_type -> cloudflareApi.zone.ZoneIDByNameRequestCloudflare 4, // 24: cloudflareApi.zone.ZoneCloudflare.ZoneDetails:input_type -> cloudflareApi.zone.ZoneDetailsRequestCloudflare 6, // 25: cloudflareApi.zone.ZoneCloudflare.GetZones:input_type -> cloudflareApi.zone.GetZonesRequestCloudflare 11, // 26: cloudflareApi.zone.ZoneCloudflare.EditZone:input_type -> cloudflareApi.zone.EditZoneRequestCloudflare 13, // 27: cloudflareApi.zone.ZoneCloudflare.DeleteZone:input_type -> cloudflareApi.zone.DeleteZoneRequestCloudflare 8, // 28: cloudflareApi.zone.ZoneCloudflare.ListZones:input_type -> cloudflareApi.zone.ListZonesRequestCloudflare 9, // 29: cloudflareApi.zone.ZoneCloudflare.ListZonesByAccountId:input_type -> cloudflareApi.zone.ListZonesByAccountIdRequestCloudflare 19, // 30: cloudflareApi.zone.ZoneCloudflare.ActivationCheck:input_type -> cloudflareApi.zone.ActivationCheckRequestCloudflare 15, // 31: cloudflareApi.zone.ZoneCloudflare.CreateZone:input_type -> cloudflareApi.zone.CreateZoneRequestCloudflare 17, // 32: cloudflareApi.zone.ZoneCloudflare.SetZonePlan:input_type -> cloudflareApi.zone.SetZonePlanRequestCloudflare 23, // 33: cloudflareApi.zone.ZoneCloudflare.ListPageRule:input_type -> cloudflareApi.zone.ListPageRuleRequestCloudflare 24, // 34: cloudflareApi.zone.ZoneCloudflare.CreatePageRule:input_type -> cloudflareApi.zone.CreatePageRuleRequestCloudflare 25, // 35: cloudflareApi.zone.ZoneCloudflare.UpdatePageRule:input_type -> cloudflareApi.zone.UpdatePageRuleRequestCloudflare 26, // 36: cloudflareApi.zone.ZoneCloudflare.DeletePageRule:input_type -> cloudflareApi.zone.DeletePageRuleRequestCloudflare 40, // 37: cloudflareApi.zone.ZoneCloudflare.UpdatePageRulesPriorities:input_type -> cloudflareApi.zone.UpdatePageRulesPrioritiesRequestCloudflare 35, // 38: cloudflareApi.zone.ZoneCloudflare.UpdateRuleSet:input_type -> cloudflareApi.zone.UpdateRuleSetRequestCloudflare 34, // 39: cloudflareApi.zone.ZoneCloudflare.GetRuleSet:input_type -> cloudflareApi.zone.GetRuleSetRequestCloudflare 30, // 40: cloudflareApi.zone.ZoneCloudflare.ListZoneRuleSets:input_type -> cloudflareApi.zone.ListZoneRuleSetsRequestCloudflare 37, // 41: cloudflareApi.zone.ZoneCloudflare.CreateZoneRuleSet:input_type -> cloudflareApi.zone.CreateZoneRuleSetRequestCloudflare 31, // 42: cloudflareApi.zone.ZoneCloudflare.DeleteZoneRuleSet:input_type -> cloudflareApi.zone.DeleteZoneRuleSetRequestCloudflare 42, // 43: cloudflareApi.zone.ZoneCloudflare.UpdateArgoSetting:input_type -> cloudflareApi.zone.UpdateArgoRequestCloudflare 43, // 44: cloudflareApi.zone.ZoneCloudflare.GetArgoSetting:input_type -> cloudflareApi.zone.IdRequest 43, // 45: cloudflareApi.zone.ZoneCloudflare.GetArgoSettingSubscription:input_type -> cloudflareApi.zone.IdRequest 43, // 46: cloudflareApi.zone.ZoneCloudflare.CreateArgoSettingSubscription:input_type -> cloudflareApi.zone.IdRequest 44, // 47: cloudflareApi.zone.ZoneCloudflare.SetSmartTieredCache:input_type -> cloudflareApi.zone.SetSmartTieredCacheRequestCloudflare 46, // 48: cloudflareApi.zone.ZoneCloudflare.UpdateAlwaysUseHttps:input_type -> cloudflareApi.zone.UpdateAlwaysUseHttpsRequestCloudflare 3, // 49: cloudflareApi.zone.ZoneCloudflare.ZoneIDByNameCloudflare:output_type -> cloudflareApi.zone.ZoneIDByNameReplyCloudflare 5, // 50: cloudflareApi.zone.ZoneCloudflare.ZoneDetails:output_type -> cloudflareApi.zone.ZoneDetailsReplyCloudflare 7, // 51: cloudflareApi.zone.ZoneCloudflare.GetZones:output_type -> cloudflareApi.zone.GetZonesReplyCloudflare 12, // 52: cloudflareApi.zone.ZoneCloudflare.EditZone:output_type -> cloudflareApi.zone.EditZoneReplyCloudflare 14, // 53: cloudflareApi.zone.ZoneCloudflare.DeleteZone:output_type -> cloudflareApi.zone.DeleteZoneReplyCloudflare 10, // 54: cloudflareApi.zone.ZoneCloudflare.ListZones:output_type -> cloudflareApi.zone.ZonesList 10, // 55: cloudflareApi.zone.ZoneCloudflare.ListZonesByAccountId:output_type -> cloudflareApi.zone.ZonesList 20, // 56: cloudflareApi.zone.ZoneCloudflare.ActivationCheck:output_type -> cloudflareApi.zone.ActivationCheckReplyCloudflare 16, // 57: cloudflareApi.zone.ZoneCloudflare.CreateZone:output_type -> cloudflareApi.zone.CreateZoneReplyCloudflare 18, // 58: cloudflareApi.zone.ZoneCloudflare.SetZonePlan:output_type -> cloudflareApi.zone.SetZonePlanReplyCloudflare 22, // 59: cloudflareApi.zone.ZoneCloudflare.ListPageRule:output_type -> cloudflareApi.zone.PageRuleList 21, // 60: cloudflareApi.zone.ZoneCloudflare.CreatePageRule:output_type -> cloudflareApi.zone.PageRule 21, // 61: cloudflareApi.zone.ZoneCloudflare.UpdatePageRule:output_type -> cloudflareApi.zone.PageRule 21, // 62: cloudflareApi.zone.ZoneCloudflare.DeletePageRule:output_type -> cloudflareApi.zone.PageRule 22, // 63: cloudflareApi.zone.ZoneCloudflare.UpdatePageRulesPriorities:output_type -> cloudflareApi.zone.PageRuleList 28, // 64: cloudflareApi.zone.ZoneCloudflare.UpdateRuleSet:output_type -> cloudflareApi.zone.RuleList 28, // 65: cloudflareApi.zone.ZoneCloudflare.GetRuleSet:output_type -> cloudflareApi.zone.RuleList 33, // 66: cloudflareApi.zone.ZoneCloudflare.ListZoneRuleSets:output_type -> cloudflareApi.zone.RuleSetList 38, // 67: cloudflareApi.zone.ZoneCloudflare.CreateZoneRuleSet:output_type -> cloudflareApi.zone.CreateZoneRuleSetReplyCloudflare 32, // 68: cloudflareApi.zone.ZoneCloudflare.DeleteZoneRuleSet:output_type -> cloudflareApi.zone.DeleteZoneRuleSetReplyCloudflare 41, // 69: cloudflareApi.zone.ZoneCloudflare.UpdateArgoSetting:output_type -> cloudflareApi.zone.ArgoSetting 41, // 70: cloudflareApi.zone.ZoneCloudflare.GetArgoSetting:output_type -> cloudflareApi.zone.ArgoSetting 41, // 71: cloudflareApi.zone.ZoneCloudflare.GetArgoSettingSubscription:output_type -> cloudflareApi.zone.ArgoSetting 41, // 72: cloudflareApi.zone.ZoneCloudflare.CreateArgoSettingSubscription:output_type -> cloudflareApi.zone.ArgoSetting 45, // 73: cloudflareApi.zone.ZoneCloudflare.SetSmartTieredCache:output_type -> cloudflareApi.zone.SetSmartTieredCacheReplyCloudflare 47, // 74: cloudflareApi.zone.ZoneCloudflare.UpdateAlwaysUseHttps:output_type -> cloudflareApi.zone.UpdateAlwaysUseHttpsReplyCloudflare 49, // [49:75] is the sub-list for method output_type 23, // [23:49] is the sub-list for method input_type 23, // [23:23] is the sub-list for extension type_name 23, // [23:23] is the sub-list for extension extendee 0, // [0:23] is the sub-list for field type_name } func init() { file_zone_proto_init() } func file_zone_proto_init() { if File_zone_proto != nil { return } if !protoimpl.UnsafeEnabled { file_zone_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*ZoneCloudflareEntity); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*ZoneIDByNameRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*ZoneIDByNameReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*ZoneDetailsRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*ZoneDetailsReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*GetZonesRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*GetZonesReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*ListZonesRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*ListZonesByAccountIdRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*ZonesList); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*EditZoneRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*EditZoneReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*DeleteZoneRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*DeleteZoneReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*CreateZoneRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*CreateZoneReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*SetZonePlanRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*SetZonePlanReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*ActivationCheckRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*ActivationCheckReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*PageRule); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*PageRuleList); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*ListPageRuleRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*CreatePageRuleRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*UpdatePageRuleRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*DeletePageRuleRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*Rule); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[27].Exporter = func(v any, i int) any { switch v := v.(*RuleList); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[28].Exporter = func(v any, i int) any { switch v := v.(*RuleSet); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[29].Exporter = func(v any, i int) any { switch v := v.(*ListZoneRuleSetsRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[30].Exporter = func(v any, i int) any { switch v := v.(*DeleteZoneRuleSetRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[31].Exporter = func(v any, i int) any { switch v := v.(*DeleteZoneRuleSetReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[32].Exporter = func(v any, i int) any { switch v := v.(*RuleSetList); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[33].Exporter = func(v any, i int) any { switch v := v.(*GetRuleSetRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[34].Exporter = func(v any, i int) any { switch v := v.(*UpdateRuleSetRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[35].Exporter = func(v any, i int) any { switch v := v.(*UpdateRuleSetByRuleSetIdRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[36].Exporter = func(v any, i int) any { switch v := v.(*CreateZoneRuleSetRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[37].Exporter = func(v any, i int) any { switch v := v.(*CreateZoneRuleSetReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[38].Exporter = func(v any, i int) any { switch v := v.(*UpdatePageRulesPrioritiesStruct); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[39].Exporter = func(v any, i int) any { switch v := v.(*UpdatePageRulesPrioritiesRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[40].Exporter = func(v any, i int) any { switch v := v.(*ArgoSetting); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[41].Exporter = func(v any, i int) any { switch v := v.(*UpdateArgoRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[42].Exporter = func(v any, i int) any { switch v := v.(*IdRequest); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[43].Exporter = func(v any, i int) any { switch v := v.(*SetSmartTieredCacheRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[44].Exporter = func(v any, i int) any { switch v := v.(*SetSmartTieredCacheReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[45].Exporter = func(v any, i int) any { switch v := v.(*UpdateAlwaysUseHttpsRequestCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[46].Exporter = func(v any, i int) any { switch v := v.(*UpdateAlwaysUseHttpsReplyCloudflare); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_zone_proto_msgTypes[47].Exporter = func(v any, i int) any { switch v := v.(*ZoneCloudflareEntity_Plan); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } file_zone_proto_msgTypes[10].OneofWrappers = []any{} file_zone_proto_msgTypes[20].OneofWrappers = []any{} file_zone_proto_msgTypes[26].OneofWrappers = []any{} file_zone_proto_msgTypes[28].OneofWrappers = []any{} type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_zone_proto_rawDesc, NumEnums: 1, NumMessages: 50, NumExtensions: 0, NumServices: 1, }, GoTypes: file_zone_proto_goTypes, DependencyIndexes: file_zone_proto_depIdxs, EnumInfos: file_zone_proto_enumTypes, MessageInfos: file_zone_proto_msgTypes, }.Build() File_zone_proto = out.File file_zone_proto_rawDesc = nil file_zone_proto_goTypes = nil file_zone_proto_depIdxs = nil }