@ -10,6 +10,7 @@ import (
_ "google.golang.org/genproto/googleapis/api/annotations"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
emptypb "google.golang.org/protobuf/types/known/emptypb"
fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb"
timestamppb "google.golang.org/protobuf/types/known/timestamppb"
reflect "reflect"
@ -173,53 +174,6 @@ func (x *CreateWebhookRequest) GetUrl() string {
return ""
}
type CreateWebhookResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Webhook * Webhook ` protobuf:"bytes,1,opt,name=webhook,proto3" json:"webhook,omitempty" `
}
func ( x * CreateWebhookResponse ) Reset ( ) {
* x = CreateWebhookResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 2 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * CreateWebhookResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * CreateWebhookResponse ) ProtoMessage ( ) { }
func ( x * CreateWebhookResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_webhook_service_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 CreateWebhookResponse.ProtoReflect.Descriptor instead.
func ( * CreateWebhookResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 2 }
}
func ( x * CreateWebhookResponse ) GetWebhook ( ) * Webhook {
if x != nil {
return x . Webhook
}
return nil
}
type GetWebhookRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
@ -231,7 +185,7 @@ type GetWebhookRequest struct {
func ( x * GetWebhookRequest ) Reset ( ) {
* x = GetWebhookRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 3 ]
mi := & file_api_v2_webhook_service_proto_msgTypes [ 2 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -244,7 +198,7 @@ func (x *GetWebhookRequest) String() string {
func ( * GetWebhookRequest ) ProtoMessage ( ) { }
func ( x * GetWebhookRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 3 ]
mi := & file_api_v2_webhook_service_proto_msgTypes [ 2 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -257,7 +211,7 @@ func (x *GetWebhookRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetWebhookRequest.ProtoReflect.Descriptor instead.
func ( * GetWebhookRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 3 }
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 2 }
}
func ( x * GetWebhookRequest ) GetId ( ) int32 {
@ -267,53 +221,6 @@ func (x *GetWebhookRequest) GetId() int32 {
return 0
}
type GetWebhookResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Webhook * Webhook ` protobuf:"bytes,1,opt,name=webhook,proto3" json:"webhook,omitempty" `
}
func ( x * GetWebhookResponse ) Reset ( ) {
* x = GetWebhookResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 4 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * GetWebhookResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * GetWebhookResponse ) ProtoMessage ( ) { }
func ( x * GetWebhookResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_webhook_service_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 GetWebhookResponse.ProtoReflect.Descriptor instead.
func ( * GetWebhookResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 4 }
}
func ( x * GetWebhookResponse ) GetWebhook ( ) * Webhook {
if x != nil {
return x . Webhook
}
return nil
}
type ListWebhooksRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
@ -325,7 +232,7 @@ type ListWebhooksRequest struct {
func ( x * ListWebhooksRequest ) Reset ( ) {
* x = ListWebhooksRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 5 ]
mi := & file_api_v2_webhook_service_proto_msgTypes [ 3 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -338,7 +245,7 @@ func (x *ListWebhooksRequest) String() string {
func ( * ListWebhooksRequest ) ProtoMessage ( ) { }
func ( x * ListWebhooksRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 5 ]
mi := & file_api_v2_webhook_service_proto_msgTypes [ 3 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -351,7 +258,7 @@ func (x *ListWebhooksRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListWebhooksRequest.ProtoReflect.Descriptor instead.
func ( * ListWebhooksRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 5 }
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 3 }
}
func ( x * ListWebhooksRequest ) GetCreatorId ( ) int32 {
@ -372,7 +279,7 @@ type ListWebhooksResponse struct {
func ( x * ListWebhooksResponse ) Reset ( ) {
* x = ListWebhooksResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 6 ]
mi := & file_api_v2_webhook_service_proto_msgTypes [ 4 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -385,7 +292,7 @@ func (x *ListWebhooksResponse) String() string {
func ( * ListWebhooksResponse ) ProtoMessage ( ) { }
func ( x * ListWebhooksResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 6 ]
mi := & file_api_v2_webhook_service_proto_msgTypes [ 4 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -398,7 +305,7 @@ func (x *ListWebhooksResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListWebhooksResponse.ProtoReflect.Descriptor instead.
func ( * ListWebhooksResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 6 }
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 4 }
}
func ( x * ListWebhooksResponse ) GetWebhooks ( ) [ ] * Webhook {
@ -420,7 +327,7 @@ type UpdateWebhookRequest struct {
func ( x * UpdateWebhookRequest ) Reset ( ) {
* x = UpdateWebhookRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 7 ]
mi := & file_api_v2_webhook_service_proto_msgTypes [ 5 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -433,7 +340,7 @@ func (x *UpdateWebhookRequest) String() string {
func ( * UpdateWebhookRequest ) ProtoMessage ( ) { }
func ( x * UpdateWebhookRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 7 ]
mi := & file_api_v2_webhook_service_proto_msgTypes [ 5 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -446,7 +353,7 @@ func (x *UpdateWebhookRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateWebhookRequest.ProtoReflect.Descriptor instead.
func ( * UpdateWebhookRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 7 }
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 5 }
}
func ( x * UpdateWebhookRequest ) GetWebhook ( ) * Webhook {
@ -463,53 +370,6 @@ func (x *UpdateWebhookRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
return nil
}
type UpdateWebhookResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Webhook * Webhook ` protobuf:"bytes,1,opt,name=webhook,proto3" json:"webhook,omitempty" `
}
func ( x * UpdateWebhookResponse ) Reset ( ) {
* x = UpdateWebhookResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 8 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * UpdateWebhookResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * UpdateWebhookResponse ) ProtoMessage ( ) { }
func ( x * UpdateWebhookResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_webhook_service_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 UpdateWebhookResponse.ProtoReflect.Descriptor instead.
func ( * UpdateWebhookResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 8 }
}
func ( x * UpdateWebhookResponse ) GetWebhook ( ) * Webhook {
if x != nil {
return x . Webhook
}
return nil
}
type DeleteWebhookRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
@ -521,7 +381,7 @@ type DeleteWebhookRequest struct {
func ( x * DeleteWebhookRequest ) Reset ( ) {
* x = DeleteWebhookRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 9 ]
mi := & file_api_v2_webhook_service_proto_msgTypes [ 6 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -534,7 +394,7 @@ func (x *DeleteWebhookRequest) String() string {
func ( * DeleteWebhookRequest ) ProtoMessage ( ) { }
func ( x * DeleteWebhookRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 9 ]
mi := & file_api_v2_webhook_service_proto_msgTypes [ 6 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -547,7 +407,7 @@ func (x *DeleteWebhookRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteWebhookRequest.ProtoReflect.Descriptor instead.
func ( * DeleteWebhookRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 9 }
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 6 }
}
func ( x * DeleteWebhookRequest ) GetId ( ) int32 {
@ -557,44 +417,6 @@ func (x *DeleteWebhookRequest) GetId() int32 {
return 0
}
type DeleteWebhookResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
}
func ( x * DeleteWebhookResponse ) Reset ( ) {
* x = DeleteWebhookResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_webhook_service_proto_msgTypes [ 10 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * DeleteWebhookResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * DeleteWebhookResponse ) ProtoMessage ( ) { }
func ( x * DeleteWebhookResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_webhook_service_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 DeleteWebhookResponse.ProtoReflect.Descriptor instead.
func ( * DeleteWebhookResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_webhook_service_proto_rawDescGZIP ( ) , [ ] int { 10 }
}
var File_api_v2_webhook_service_proto protoreflect . FileDescriptor
var file_api_v2_webhook_service_proto_rawDesc = [ ] byte {
@ -605,83 +427,68 @@ var file_api_v2_webhook_service_proto_rawDesc = []byte{
0x6f , 0x1a , 0x1c , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x61 , 0x6e ,
0x6e , 0x6f , 0x74 , 0x61 , 0x74 , 0x69 , 0x6f , 0x6e , 0x73 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x1a ,
0x17 , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x63 , 0x6c , 0x69 , 0x65 ,
0x6e , 0x74 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x1a , 0x20 , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 ,
0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2f , 0x66 , 0x69 , 0x65 , 0x6c , 0x64 , 0x5f ,
0x6d , 0x61 , 0x73 , 0x6b , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x1a , 0x1f , 0x67 , 0x6f , 0x6f , 0x67 ,
0x6c , 0x65 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2f , 0x74 , 0x69 , 0x6d , 0x65 ,
0x73 , 0x74 , 0x61 , 0x6d , 0x70 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x22 , 0x94 , 0x02 , 0x0a , 0x07 ,
0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x12 , 0x0e , 0x0a , 0x02 , 0x69 , 0x64 , 0x18 , 0x01 , 0x20 ,
0x01 , 0x28 , 0x05 , 0x52 , 0x02 , 0x69 , 0x64 , 0x12 , 0x1d , 0x0a , 0x0a , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 ,
0x6f , 0x72 , 0x5f , 0x69 , 0x64 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x09 , 0x63 , 0x72 , 0x65 ,
0x61 , 0x74 , 0x6f , 0x72 , 0x49 , 0x64 , 0x12 , 0x3d , 0x0a , 0x0c , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 ,
0x64 , 0x5f , 0x74 , 0x69 , 0x6d , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x67 ,
0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2e , 0x54 ,
0x69 , 0x6d , 0x65 , 0x73 , 0x74 , 0x61 , 0x6d , 0x70 , 0x52 , 0x0b , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 ,
0x64 , 0x54 , 0x69 , 0x6d , 0x65 , 0x12 , 0x3d , 0x0a , 0x0c , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x64 ,
0x5f , 0x74 , 0x69 , 0x6d , 0x65 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x67 , 0x6f ,
0x6f , 0x67 , 0x6c , 0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2e , 0x54 , 0x69 ,
0x6d , 0x65 , 0x73 , 0x74 , 0x61 , 0x6d , 0x70 , 0x52 , 0x0b , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x64 ,
0x54 , 0x69 , 0x6d , 0x65 , 0x12 , 0x36 , 0x0a , 0x0a , 0x72 , 0x6f , 0x77 , 0x5f , 0x73 , 0x74 , 0x61 , 0x74 ,
0x75 , 0x73 , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x17 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 ,
0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x52 , 0x6f , 0x77 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 ,
0x73 , 0x52 , 0x09 , 0x72 , 0x6f , 0x77 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x12 , 0x0a , 0x04 ,
0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 ,
0x12 , 0x10 , 0x0a , 0x03 , 0x75 , 0x72 , 0x6c , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x75 ,
0x72 , 0x6c , 0x22 , 0x3c , 0x0a , 0x14 , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 ,
0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x12 , 0x0a , 0x04 , 0x6e , 0x61 ,
0x6d , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x12 , 0x10 ,
0x0a , 0x03 , 0x75 , 0x72 , 0x6c , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x75 , 0x72 , 0x6c ,
0x22 , 0x48 , 0x0a , 0x15 , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f ,
0x6b , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x2f , 0x0a , 0x07 , 0x77 , 0x65 , 0x62 ,
0x68 , 0x6f , 0x6f , 0x6b , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x15 , 0x2e , 0x6d , 0x65 , 0x6d ,
0x6e , 0x74 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x1a , 0x1b , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 ,
0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2f , 0x65 , 0x6d , 0x70 , 0x74 , 0x79 , 0x2e ,
0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x1a , 0x20 , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2f , 0x70 , 0x72 ,
0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2f , 0x66 , 0x69 , 0x65 , 0x6c , 0x64 , 0x5f , 0x6d , 0x61 , 0x73 ,
0x6b , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x1a , 0x1f , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2f ,
0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2f , 0x74 , 0x69 , 0x6d , 0x65 , 0x73 , 0x74 , 0x61 ,
0x6d , 0x70 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x22 , 0x94 , 0x02 , 0x0a , 0x07 , 0x57 , 0x65 , 0x62 ,
0x68 , 0x6f , 0x6f , 0x6b , 0x12 , 0x0e , 0x0a , 0x02 , 0x69 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 ,
0x52 , 0x02 , 0x69 , 0x64 , 0x12 , 0x1d , 0x0a , 0x0a , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x6f , 0x72 , 0x5f ,
0x69 , 0x64 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x09 , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x6f ,
0x72 , 0x49 , 0x64 , 0x12 , 0x3d , 0x0a , 0x0c , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x64 , 0x5f , 0x74 ,
0x69 , 0x6d , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x67 , 0x6f , 0x6f , 0x67 ,
0x6c , 0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2e , 0x54 , 0x69 , 0x6d , 0x65 ,
0x73 , 0x74 , 0x61 , 0x6d , 0x70 , 0x52 , 0x0b , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x64 , 0x54 , 0x69 ,
0x6d , 0x65 , 0x12 , 0x3d , 0x0a , 0x0c , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x64 , 0x5f , 0x74 , 0x69 ,
0x6d , 0x65 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c ,
0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2e , 0x54 , 0x69 , 0x6d , 0x65 , 0x73 ,
0x74 , 0x61 , 0x6d , 0x70 , 0x52 , 0x0b , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x64 , 0x54 , 0x69 , 0x6d ,
0x65 , 0x12 , 0x36 , 0x0a , 0x0a , 0x72 , 0x6f , 0x77 , 0x5f , 0x73 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x18 ,
0x05 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x17 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 ,
0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x52 , 0x6f , 0x77 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x52 , 0x09 ,
0x72 , 0x6f , 0x77 , 0x53 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x12 , 0x0a , 0x04 , 0x6e , 0x61 , 0x6d ,
0x65 , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x12 , 0x10 , 0x0a ,
0x03 , 0x75 , 0x72 , 0x6c , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x75 , 0x72 , 0x6c , 0x22 ,
0x3c , 0x0a , 0x14 , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b ,
0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x12 , 0x0a , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 ,
0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x12 , 0x10 , 0x0a , 0x03 , 0x75 ,
0x72 , 0x6c , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x03 , 0x75 , 0x72 , 0x6c , 0x22 , 0x23 , 0x0a ,
0x11 , 0x47 , 0x65 , 0x74 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 ,
0x73 , 0x74 , 0x12 , 0x0e , 0x0a , 0x02 , 0x69 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x02 ,
0x69 , 0x64 , 0x22 , 0x34 , 0x0a , 0x13 , 0x4c , 0x69 , 0x73 , 0x74 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f ,
0x6b , 0x73 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x1d , 0x0a , 0x0a , 0x63 , 0x72 , 0x65 ,
0x61 , 0x74 , 0x6f , 0x72 , 0x5f , 0x69 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x09 , 0x63 ,
0x72 , 0x65 , 0x61 , 0x74 , 0x6f , 0x72 , 0x49 , 0x64 , 0x22 , 0x49 , 0x0a , 0x14 , 0x4c , 0x69 , 0x73 , 0x74 ,
0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 ,
0x12 , 0x31 , 0x0a , 0x08 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x18 , 0x01 , 0x20 , 0x03 ,
0x28 , 0x0b , 0x32 , 0x15 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 ,
0x32 , 0x2e , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x08 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f ,
0x6f , 0x6b , 0x73 , 0x22 , 0x84 , 0x01 , 0x0a , 0x14 , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x57 , 0x65 ,
0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x2f , 0x0a , 0x07 ,
0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x15 , 0x2e ,
0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x57 , 0x65 , 0x62 ,
0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x07 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x12 , 0x3b , 0x0a ,
0x0b , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6d , 0x61 , 0x73 , 0x6b , 0x18 , 0x02 , 0x20 , 0x01 ,
0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 ,
0x6f , 0x62 , 0x75 , 0x66 , 0x2e , 0x46 , 0x69 , 0x65 , 0x6c , 0x64 , 0x4d , 0x61 , 0x73 , 0x6b , 0x52 , 0x0a ,
0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x4d , 0x61 , 0x73 , 0x6b , 0x22 , 0x26 , 0x0a , 0x14 , 0x44 , 0x65 ,
0x6c , 0x65 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 ,
0x73 , 0x74 , 0x12 , 0x0e , 0x0a , 0x02 , 0x69 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x02 ,
0x69 , 0x64 , 0x32 , 0xd8 , 0x04 , 0x0a , 0x0e , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x53 , 0x65 ,
0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x67 , 0x0a , 0x0d , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x57 ,
0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x12 , 0x22 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 ,
0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 ,
0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x15 , 0x2e , 0x6d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f ,
0x6b , 0x52 , 0x07 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x22 , 0x23 , 0x0a , 0x11 , 0x47 , 0x65 ,
0x74 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 ,
0x0e , 0x0a , 0x02 , 0x69 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x02 , 0x69 , 0x64 , 0x22 ,
0x45 , 0x0a , 0x12 , 0x47 , 0x65 , 0x74 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x73 ,
0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x2f , 0x0a , 0x07 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b ,
0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x15 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 ,
0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x07 , 0x77 ,
0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x22 , 0x34 , 0x0a , 0x13 , 0x4c , 0x69 , 0x73 , 0x74 , 0x57 , 0x65 ,
0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x1d , 0x0a ,
0x0a , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x6f , 0x72 , 0x5f , 0x69 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 ,
0x05 , 0x52 , 0x09 , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x6f , 0x72 , 0x49 , 0x64 , 0x22 , 0x49 , 0x0a , 0x14 ,
0x4c , 0x69 , 0x73 , 0x74 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 ,
0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x31 , 0x0a , 0x08 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 ,
0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x15 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 ,
0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x08 , 0x77 ,
0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x22 , 0x84 , 0x01 , 0x0a , 0x14 , 0x55 , 0x70 , 0x64 , 0x61 ,
0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 ,
0x12 , 0x2f , 0x0a , 0x07 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 ,
0x0b , 0x32 , 0x15 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 ,
0x2e , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x07 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f ,
0x6b , 0x12 , 0x3b , 0x0a , 0x0b , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6d , 0x61 , 0x73 , 0x6b ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2e ,
0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x62 , 0x75 , 0x66 , 0x2e , 0x46 , 0x69 , 0x65 , 0x6c , 0x64 , 0x4d , 0x61 ,
0x73 , 0x6b , 0x52 , 0x0a , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x4d , 0x61 , 0x73 , 0x6b , 0x22 , 0x48 ,
0x0a , 0x15 , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 ,
0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x2f , 0x0a , 0x07 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f ,
0x6f , 0x6b , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x15 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 ,
0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 ,
0x07 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x22 , 0x26 , 0x0a , 0x14 , 0x44 , 0x65 , 0x6c , 0x65 ,
0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 ,
0x12 , 0x0e , 0x0a , 0x02 , 0x69 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x02 , 0x69 , 0x64 ,
0x22 , 0x17 , 0x0a , 0x15 , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f ,
0x6b , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x32 , 0x8c , 0x05 , 0x0a , 0x0e , 0x57 , 0x65 ,
0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x75 , 0x0a , 0x0d ,
0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x12 , 0x22 , 0x2e ,
0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x43 , 0x72 , 0x65 ,
0x61 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 ,
0x74 , 0x1a , 0x23 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 ,
0x2e , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 ,
0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x1b , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x15 , 0x3a , 0x01 ,
0x2a , 0x22 , 0x10 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f ,
0x6f , 0x6b , 0x73 , 0x12 , 0x73 , 0x0a , 0x0a , 0x47 , 0x65 , 0x74 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f ,
0x6b , 0x12 , 0x1f , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 ,
0x2e , 0x47 , 0x65 , 0x74 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 ,
0x73 , 0x74 , 0x1a , 0x20 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 ,
0x32 , 0x2e , 0x47 , 0x65 , 0x74 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x73 , 0x70 ,
0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x22 , 0xda , 0x41 , 0x02 , 0x69 , 0x64 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 ,
0x6b , 0x22 , 0x1b , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x15 , 0x3a , 0x01 , 0x2a , 0x22 , 0x10 , 0x2f , 0x61 ,
0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x12 , 0x68 ,
0x0a , 0x0a , 0x47 , 0x65 , 0x74 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x12 , 0x1f , 0x2e , 0x6d ,
0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x47 , 0x65 , 0x74 , 0x57 ,
0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x15 , 0x2e ,
0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x57 , 0x65 , 0x62 ,
0x68 , 0x6f , 0x6f , 0x6b , 0x22 , 0x22 , 0xda , 0x41 , 0x02 , 0x69 , 0x64 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 ,
0x17 , 0x12 , 0x15 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f ,
0x6f , 0x6b , 0x73 , 0x2f , 0x7b , 0x69 , 0x64 , 0x7d , 0x12 , 0x6f , 0x0a , 0x0c , 0x4c , 0x69 , 0x73 , 0x74 ,
0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x12 , 0x21 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 ,
@ -690,36 +497,35 @@ var file_api_v2_webhook_service_proto_rawDesc = []byte{
0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x57 ,
0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 ,
0x18 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x12 , 0x12 , 0x10 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 ,
0x2f , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x12 , 0x9 e , 0x01 , 0x0a , 0x0d , 0x55 , 0x70 ,
0x2f , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x12 , 0x9 0 , 0x01 , 0x0a , 0x0d , 0x55 , 0x70 ,
0x64 , 0x61 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x12 , 0x22 , 0x2e , 0x6d , 0x65 ,
0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 ,
0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a ,
0x23 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x55 ,
0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x73 , 0x70 ,
0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x44 , 0xda , 0x41 , 0x13 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b ,
0x2c , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6d , 0x61 , 0x73 , 0x6b , 0x82 , 0xd3 , 0xe4 , 0x93 ,
0x02 , 0x28 , 0x3a , 0x07 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x32 , 0x1d , 0x2f , 0x61 , 0x70 ,
0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x2f , 0x7b , 0x77 ,
0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x2e , 0x69 , 0x64 , 0x7d , 0x12 , 0x7c , 0x0a , 0x0d , 0x44 , 0x65 ,
0x6c , 0x65 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x12 , 0x22 , 0x2e , 0x6d , 0x65 ,
0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 ,
0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a ,
0x23 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x44 ,
0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x73 , 0x70 ,
0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x22 , 0xda , 0x41 , 0x02 , 0x69 , 0x64 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 ,
0x17 , 0x2a , 0x15 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f ,
0x6f , 0x6b , 0x73 , 0x2f , 0x7b , 0x69 , 0x64 , 0x7d , 0x42 , 0xab , 0x01 , 0x0a , 0x10 , 0x63 , 0x6f , 0x6d ,
0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x42 , 0x13 , 0x57 ,
0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x50 , 0x72 , 0x6f ,
0x74 , 0x6f , 0x50 , 0x01 , 0x5a , 0x30 , 0x67 , 0x69 , 0x74 , 0x68 , 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d ,
0x2f , 0x75 , 0x73 , 0x65 , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2f , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2f ,
0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x2f , 0x67 , 0x65 , 0x6e , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 ,
0x3b , 0x61 , 0x70 , 0x69 , 0x76 , 0x32 , 0xa2 , 0x02 , 0x03 , 0x4d , 0x41 , 0x58 , 0xaa , 0x02 , 0x0c , 0x4d ,
0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x41 , 0x70 , 0x69 , 0x2e , 0x56 , 0x32 , 0xca , 0x02 , 0x0c , 0x4d , 0x65 ,
0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c , 0x56 , 0x32 , 0xe2 , 0x02 , 0x18 , 0x4d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c , 0x56 , 0x32 , 0x5c , 0x47 , 0x50 , 0x42 , 0x4d , 0x65 , 0x74 ,
0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0xea , 0x02 , 0x0e , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x3a , 0x3a , 0x41 ,
0x70 , 0x69 , 0x3a , 0x3a , 0x56 , 0x32 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
0x15 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x57 ,
0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x22 , 0x44 , 0xda , 0x41 , 0x13 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f ,
0x6f , 0x6b , 0x2c , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6d , 0x61 , 0x73 , 0x6b , 0x82 , 0xd3 ,
0xe4 , 0x93 , 0x02 , 0x28 , 0x3a , 0x07 , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x32 , 0x1d , 0x2f ,
0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x2f ,
0x7b , 0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x2e , 0x69 , 0x64 , 0x7d , 0x12 , 0x6f , 0x0a , 0x0d ,
0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x12 , 0x22 , 0x2e ,
0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x44 , 0x65 , 0x6c ,
0x65 , 0x74 , 0x65 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 ,
0x74 , 0x1a , 0x16 , 0x2e , 0x67 , 0x6f , 0x6f , 0x67 , 0x6c , 0x65 , 0x2e , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f ,
0x62 , 0x75 , 0x66 , 0x2e , 0x45 , 0x6d , 0x70 , 0x74 , 0x79 , 0x22 , 0x22 , 0xda , 0x41 , 0x02 , 0x69 , 0x64 ,
0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x17 , 0x2a , 0x15 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f ,
0x77 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x73 , 0x2f , 0x7b , 0x69 , 0x64 , 0x7d , 0x42 , 0xab , 0x01 ,
0x0a , 0x10 , 0x63 , 0x6f , 0x6d , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e ,
0x76 , 0x32 , 0x42 , 0x13 , 0x57 , 0x65 , 0x62 , 0x68 , 0x6f , 0x6f , 0x6b , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 ,
0x63 , 0x65 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x50 , 0x01 , 0x5a , 0x30 , 0x67 , 0x69 , 0x74 , 0x68 , 0x75 ,
0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x75 , 0x73 , 0x65 , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2f , 0x6d ,
0x65 , 0x6d , 0x6f , 0x73 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x2f , 0x67 , 0x65 , 0x6e , 0x2f , 0x61 ,
0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x3b , 0x61 , 0x70 , 0x69 , 0x76 , 0x32 , 0xa2 , 0x02 , 0x03 , 0x4d , 0x41 ,
0x58 , 0xaa , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x41 , 0x70 , 0x69 , 0x2e , 0x56 , 0x32 ,
0xca , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c , 0x56 , 0x32 , 0xe2 ,
0x02 , 0x18 , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c , 0x56 , 0x32 , 0x5c , 0x47 ,
0x50 , 0x42 , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0xea , 0x02 , 0x0e , 0x4d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x3a , 0x3a , 0x41 , 0x70 , 0x69 , 0x3a , 0x3a , 0x56 , 0x32 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f ,
0x74 , 0x6f , 0x33 ,
}
var (
@ -734,48 +540,42 @@ func file_api_v2_webhook_service_proto_rawDescGZIP() []byte {
return file_api_v2_webhook_service_proto_rawDescData
}
var file_api_v2_webhook_service_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 11 )
var file_api_v2_webhook_service_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 7 )
var file_api_v2_webhook_service_proto_goTypes = [ ] interface { } {
( * Webhook ) ( nil ) , // 0: memos.api.v2.Webhook
( * CreateWebhookRequest ) ( nil ) , // 1: memos.api.v2.CreateWebhookRequest
( * CreateWebhookResponse ) ( nil ) , // 2: memos.api.v2.CreateWebhookResponse
( * GetWebhookRequest ) ( nil ) , // 3: memos.api.v2.GetWebhookRequest
( * GetWebhookResponse ) ( nil ) , // 4: memos.api.v2.GetWebhookResponse
( * ListWebhooksRequest ) ( nil ) , // 5: memos.api.v2.ListWebhooksRequest
( * ListWebhooksResponse ) ( nil ) , // 6: memos.api.v2.ListWebhooksResponse
( * UpdateWebhookRequest ) ( nil ) , // 7: memos.api.v2.UpdateWebhookRequest
( * UpdateWebhookResponse ) ( nil ) , // 8: memos.api.v2.UpdateWebhookResponse
( * DeleteWebhookRequest ) ( nil ) , // 9: memos.api.v2.DeleteWebhookRequest
( * DeleteWebhookResponse ) ( nil ) , // 10: memos.api.v2.DeleteWebhookResponse
( * timestamppb . Timestamp ) ( nil ) , // 11: google.protobuf.Timestamp
( RowStatus ) ( 0 ) , // 12: memos.api.v2.RowStatus
( * fieldmaskpb . FieldMask ) ( nil ) , // 13: google.protobuf.FieldMask
( * GetWebhookRequest ) ( nil ) , // 2: memos.api.v2.GetWebhookRequest
( * ListWebhooksRequest ) ( nil ) , // 3: memos.api.v2.ListWebhooksRequest
( * ListWebhooksResponse ) ( nil ) , // 4: memos.api.v2.ListWebhooksResponse
( * UpdateWebhookRequest ) ( nil ) , // 5: memos.api.v2.UpdateWebhookRequest
( * DeleteWebhookRequest ) ( nil ) , // 6: memos.api.v2.DeleteWebhookRequest
( * timestamppb . Timestamp ) ( nil ) , // 7: google.protobuf.Timestamp
( RowStatus ) ( 0 ) , // 8: memos.api.v2.RowStatus
( * fieldmaskpb . FieldMask ) ( nil ) , // 9: google.protobuf.FieldMask
( * emptypb . Empty ) ( nil ) , // 10: google.protobuf.Empty
}
var file_api_v2_webhook_service_proto_depIdxs = [ ] int32 {
11 , // 0: memos.api.v2.Webhook.created_time:type_name -> google.protobuf.Timestamp
11 , // 1: memos.api.v2.Webhook.updated_time:type_name -> google.protobuf.Timestamp
12 , // 2: memos.api.v2.Webhook.row_status:type_name -> memos.api.v2.RowStatus
0 , // 3: memos.api.v2.CreateWebhookResponse.webhook:type_name -> memos.api.v2.Webhook
0 , // 4: memos.api.v2.GetWebhookResponse.webhook:type_name -> memos.api.v2.Webhook
0 , // 5: memos.api.v2.ListWebhooksResponse.webhooks:type_name -> memos.api.v2.Webhook
0 , // 6: memos.api.v2.UpdateWebhookRequest.webhook:type_name -> memos.api.v2.Webhook
13 , // 7: memos.api.v2.UpdateWebhookRequest.update_mask:type_name -> google.protobuf.FieldMask
0 , // 8: memos.api.v2.UpdateWebhookResponse.webhook:type_name -> memos.api.v2.Webhook
1 , // 9: memos.api.v2.WebhookService.CreateWebhook:input_type -> memos.api.v2.CreateWebhookRequest
3 , // 10: memos.api.v2.WebhookService.GetWebhook:input_type -> memos.api.v2.GetWebhookRequest
5 , // 11: memos.api.v2.WebhookService.ListWebhooks:input_type -> memos.api.v2.ListWebhooksRequest
7 , // 12: memos.api.v2.WebhookService.UpdateWebhook:input_type -> memos.api.v2.UpdateWebhookRequest
9 , // 13: memos.api.v2.WebhookService.DeleteWebhook:input_type -> memos.api.v2.DeleteWebhookRequest
2 , // 14: memos.api.v2.WebhookService.CreateWebhook:output_type -> memos.api.v2.CreateWebhookResponse
4 , // 15: memos.api.v2.WebhookService.GetWebhook:output_type -> memos.api.v2.GetWebhookResponse
6 , // 16: memos.api.v2.WebhookService.ListWebhooks:output_type -> memos.api.v2.ListWebhooksResponse
8 , // 17: memos.api.v2.WebhookService.UpdateWebhook:output_type -> memos.api.v2.UpdateWebhookResponse
10 , // 18: memos.api.v2.WebhookService.DeleteWebhook:output_type -> memos.api.v2.DeleteWebhookResponse
14 , // [14:19] is the sub-list for method output_type
9 , // [9:14] is the sub-list for method input_type
9 , // [9:9] is the sub-list for extension type_name
9 , // [9:9] is the sub-list for extension extendee
0 , // [0:9] is the sub-list for field type_name
7 , // 0: memos.api.v2.Webhook.created_time:type_name -> google.protobuf.Timestamp
7 , // 1: memos.api.v2.Webhook.updated_time:type_name -> google.protobuf.Timestamp
8 , // 2: memos.api.v2.Webhook.row_status:type_name -> memos.api.v2.RowStatus
0 , // 3: memos.api.v2.ListWebhooksResponse.webhooks:type_name -> memos.api.v2.Webhook
0 , // 4: memos.api.v2.UpdateWebhookRequest.webhook:type_name -> memos.api.v2.Webhook
9 , // 5: memos.api.v2.UpdateWebhookRequest.update_mask:type_name -> google.protobuf.FieldMask
1 , // 6: memos.api.v2.WebhookService.CreateWebhook:input_type -> memos.api.v2.CreateWebhookRequest
2 , // 7: memos.api.v2.WebhookService.GetWebhook:input_type -> memos.api.v2.GetWebhookRequest
3 , // 8: memos.api.v2.WebhookService.ListWebhooks:input_type -> memos.api.v2.ListWebhooksRequest
5 , // 9: memos.api.v2.WebhookService.UpdateWebhook:input_type -> memos.api.v2.UpdateWebhookRequest
6 , // 10: memos.api.v2.WebhookService.DeleteWebhook:input_type -> memos.api.v2.DeleteWebhookRequest
0 , // 11: memos.api.v2.WebhookService.CreateWebhook:output_type -> memos.api.v2.Webhook
0 , // 12: memos.api.v2.WebhookService.GetWebhook:output_type -> memos.api.v2.Webhook
4 , // 13: memos.api.v2.WebhookService.ListWebhooks:output_type -> memos.api.v2.ListWebhooksResponse
0 , // 14: memos.api.v2.WebhookService.UpdateWebhook:output_type -> memos.api.v2.Webhook
10 , // 15: memos.api.v2.WebhookService.DeleteWebhook:output_type -> google.protobuf.Empty
11 , // [11:16] is the sub-list for method output_type
6 , // [6:11] is the sub-list for method input_type
6 , // [6:6] is the sub-list for extension type_name
6 , // [6:6] is the sub-list for extension extendee
0 , // [0:6] is the sub-list for field type_name
}
func init ( ) { file_api_v2_webhook_service_proto_init ( ) }
@ -810,18 +610,6 @@ func file_api_v2_webhook_service_proto_init() {
}
}
file_api_v2_webhook_service_proto_msgTypes [ 2 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * CreateWebhookResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_api_v2_webhook_service_proto_msgTypes [ 3 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * GetWebhookRequest ) ; i {
case 0 :
return & v . state
@ -833,19 +621,7 @@ func file_api_v2_webhook_service_proto_init() {
return nil
}
}
file_api_v2_webhook_service_proto_msgTypes [ 4 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * GetWebhookResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_api_v2_webhook_service_proto_msgTypes [ 5 ] . Exporter = func ( v interface { } , i int ) interface { } {
file_api_v2_webhook_service_proto_msgTypes [ 3 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * ListWebhooksRequest ) ; i {
case 0 :
return & v . state
@ -857,7 +633,7 @@ func file_api_v2_webhook_service_proto_init() {
return nil
}
}
file_api_v2_webhook_service_proto_msgTypes [ 6 ] . Exporter = func ( v interface { } , i int ) interface { } {
file_api_v2_webhook_service_proto_msgTypes [ 4 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * ListWebhooksResponse ) ; i {
case 0 :
return & v . state
@ -869,7 +645,7 @@ func file_api_v2_webhook_service_proto_init() {
return nil
}
}
file_api_v2_webhook_service_proto_msgTypes [ 7 ] . Exporter = func ( v interface { } , i int ) interface { } {
file_api_v2_webhook_service_proto_msgTypes [ 5 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * UpdateWebhookRequest ) ; i {
case 0 :
return & v . state
@ -881,19 +657,7 @@ func file_api_v2_webhook_service_proto_init() {
return nil
}
}
file_api_v2_webhook_service_proto_msgTypes [ 8 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * UpdateWebhookResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_api_v2_webhook_service_proto_msgTypes [ 9 ] . Exporter = func ( v interface { } , i int ) interface { } {
file_api_v2_webhook_service_proto_msgTypes [ 6 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * DeleteWebhookRequest ) ; i {
case 0 :
return & v . state
@ -905,18 +669,6 @@ func file_api_v2_webhook_service_proto_init() {
return nil
}
}
file_api_v2_webhook_service_proto_msgTypes [ 10 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * DeleteWebhookResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
}
type x struct { }
out := protoimpl . TypeBuilder {
@ -924,7 +676,7 @@ func file_api_v2_webhook_service_proto_init() {
GoPackagePath : reflect . TypeOf ( x { } ) . PkgPath ( ) ,
RawDescriptor : file_api_v2_webhook_service_proto_rawDesc ,
NumEnums : 0 ,
NumMessages : 11 ,
NumMessages : 7 ,
NumExtensions : 0 ,
NumServices : 1 ,
} ,