@ -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"
reflect "reflect"
sync "sync"
@ -508,54 +509,6 @@ func (x *GetIdentityProviderRequest) GetName() string {
return ""
}
type GetIdentityProviderResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// The identityProvider.
IdentityProvider * IdentityProvider ` protobuf:"bytes,1,opt,name=identity_provider,json=identityProvider,proto3" json:"identity_provider,omitempty" `
}
func ( x * GetIdentityProviderResponse ) Reset ( ) {
* x = GetIdentityProviderResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_idp_service_proto_msgTypes [ 7 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * GetIdentityProviderResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * GetIdentityProviderResponse ) ProtoMessage ( ) { }
func ( x * GetIdentityProviderResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_idp_service_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 GetIdentityProviderResponse.ProtoReflect.Descriptor instead.
func ( * GetIdentityProviderResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_idp_service_proto_rawDescGZIP ( ) , [ ] int { 7 }
}
func ( x * GetIdentityProviderResponse ) GetIdentityProvider ( ) * IdentityProvider {
if x != nil {
return x . IdentityProvider
}
return nil
}
type CreateIdentityProviderRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
@ -568,7 +521,7 @@ type CreateIdentityProviderRequest struct {
func ( x * CreateIdentityProviderRequest ) Reset ( ) {
* x = CreateIdentityProviderRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_idp_service_proto_msgTypes [ 8 ]
mi := & file_api_v2_idp_service_proto_msgTypes [ 7 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -581,7 +534,7 @@ func (x *CreateIdentityProviderRequest) String() string {
func ( * CreateIdentityProviderRequest ) ProtoMessage ( ) { }
func ( x * CreateIdentityProviderRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_idp_service_proto_msgTypes [ 8 ]
mi := & file_api_v2_idp_service_proto_msgTypes [ 7 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -594,7 +547,7 @@ func (x *CreateIdentityProviderRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use CreateIdentityProviderRequest.ProtoReflect.Descriptor instead.
func ( * CreateIdentityProviderRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_idp_service_proto_rawDescGZIP ( ) , [ ] int { 8 }
return file_api_v2_idp_service_proto_rawDescGZIP ( ) , [ ] int { 7 }
}
func ( x * CreateIdentityProviderRequest ) GetIdentityProvider ( ) * IdentityProvider {
@ -604,54 +557,6 @@ func (x *CreateIdentityProviderRequest) GetIdentityProvider() *IdentityProvider
return nil
}
type CreateIdentityProviderResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// The created identityProvider.
IdentityProvider * IdentityProvider ` protobuf:"bytes,1,opt,name=identity_provider,json=identityProvider,proto3" json:"identity_provider,omitempty" `
}
func ( x * CreateIdentityProviderResponse ) Reset ( ) {
* x = CreateIdentityProviderResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_idp_service_proto_msgTypes [ 9 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * CreateIdentityProviderResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * CreateIdentityProviderResponse ) ProtoMessage ( ) { }
func ( x * CreateIdentityProviderResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_idp_service_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 CreateIdentityProviderResponse.ProtoReflect.Descriptor instead.
func ( * CreateIdentityProviderResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_idp_service_proto_rawDescGZIP ( ) , [ ] int { 9 }
}
func ( x * CreateIdentityProviderResponse ) GetIdentityProvider ( ) * IdentityProvider {
if x != nil {
return x . IdentityProvider
}
return nil
}
type UpdateIdentityProviderRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
@ -667,7 +572,7 @@ type UpdateIdentityProviderRequest struct {
func ( x * UpdateIdentityProviderRequest ) Reset ( ) {
* x = UpdateIdentityProviderRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_idp_service_proto_msgTypes [ 10 ]
mi := & file_api_v2_idp_service_proto_msgTypes [ 8 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -680,7 +585,7 @@ func (x *UpdateIdentityProviderRequest) String() string {
func ( * UpdateIdentityProviderRequest ) ProtoMessage ( ) { }
func ( x * UpdateIdentityProviderRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_idp_service_proto_msgTypes [ 10 ]
mi := & file_api_v2_idp_service_proto_msgTypes [ 8 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -693,7 +598,7 @@ func (x *UpdateIdentityProviderRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateIdentityProviderRequest.ProtoReflect.Descriptor instead.
func ( * UpdateIdentityProviderRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_idp_service_proto_rawDescGZIP ( ) , [ ] int { 10 }
return file_api_v2_idp_service_proto_rawDescGZIP ( ) , [ ] int { 8 }
}
func ( x * UpdateIdentityProviderRequest ) GetIdentityProvider ( ) * IdentityProvider {
@ -710,54 +615,6 @@ func (x *UpdateIdentityProviderRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
return nil
}
type UpdateIdentityProviderResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
// The updated identityProvider.
IdentityProvider * IdentityProvider ` protobuf:"bytes,1,opt,name=identity_provider,json=identityProvider,proto3" json:"identity_provider,omitempty" `
}
func ( x * UpdateIdentityProviderResponse ) Reset ( ) {
* x = UpdateIdentityProviderResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_idp_service_proto_msgTypes [ 11 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * UpdateIdentityProviderResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * UpdateIdentityProviderResponse ) ProtoMessage ( ) { }
func ( x * UpdateIdentityProviderResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_idp_service_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 UpdateIdentityProviderResponse.ProtoReflect.Descriptor instead.
func ( * UpdateIdentityProviderResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_idp_service_proto_rawDescGZIP ( ) , [ ] int { 11 }
}
func ( x * UpdateIdentityProviderResponse ) GetIdentityProvider ( ) * IdentityProvider {
if x != nil {
return x . IdentityProvider
}
return nil
}
type DeleteIdentityProviderRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
@ -771,7 +628,7 @@ type DeleteIdentityProviderRequest struct {
func ( x * DeleteIdentityProviderRequest ) Reset ( ) {
* x = DeleteIdentityProviderRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_idp_service_proto_msgTypes [ 12 ]
mi := & file_api_v2_idp_service_proto_msgTypes [ 9 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -784,7 +641,7 @@ func (x *DeleteIdentityProviderRequest) String() string {
func ( * DeleteIdentityProviderRequest ) ProtoMessage ( ) { }
func ( x * DeleteIdentityProviderRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_idp_service_proto_msgTypes [ 12 ]
mi := & file_api_v2_idp_service_proto_msgTypes [ 9 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -797,7 +654,7 @@ func (x *DeleteIdentityProviderRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteIdentityProviderRequest.ProtoReflect.Descriptor instead.
func ( * DeleteIdentityProviderRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_idp_service_proto_rawDescGZIP ( ) , [ ] int { 12 }
return file_api_v2_idp_service_proto_rawDescGZIP ( ) , [ ] int { 9 }
}
func ( x * DeleteIdentityProviderRequest ) GetName ( ) string {
@ -807,44 +664,6 @@ func (x *DeleteIdentityProviderRequest) GetName() string {
return ""
}
type DeleteIdentityProviderResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
}
func ( x * DeleteIdentityProviderResponse ) Reset ( ) {
* x = DeleteIdentityProviderResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_idp_service_proto_msgTypes [ 13 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * DeleteIdentityProviderResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * DeleteIdentityProviderResponse ) ProtoMessage ( ) { }
func ( x * DeleteIdentityProviderResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_idp_service_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 DeleteIdentityProviderResponse.ProtoReflect.Descriptor instead.
func ( * DeleteIdentityProviderResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_idp_service_proto_rawDescGZIP ( ) , [ ] int { 13 }
}
var File_api_v2_idp_service_proto protoreflect . FileDescriptor
var file_api_v2_idp_service_proto_rawDesc = [ ] byte {
@ -854,179 +673,154 @@ var file_api_v2_idp_service_proto_rawDesc = []byte{
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 , 0x22 , 0x8a , 0x02 , 0x0a , 0x10 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 ,
0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x12 , 0x12 , 0x0a , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 ,
0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x12 , 0x37 , 0x0a , 0x04 , 0x74 , 0x79 ,
0x70 , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x23 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 ,
0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 ,
0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x2e , 0x54 , 0x79 , 0x70 , 0x65 , 0x52 , 0x04 , 0x74 ,
0x79 , 0x70 , 0x65 , 0x12 , 0x14 , 0x0a , 0x05 , 0x74 , 0x69 , 0x74 , 0x6c , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x05 , 0x74 , 0x69 , 0x74 , 0x6c , 0x65 , 0x12 , 0x2b , 0x0a , 0x11 , 0x69 , 0x64 , 0x65 ,
0x6e , 0x74 , 0x69 , 0x66 , 0x69 , 0x65 , 0x72 , 0x5f , 0x66 , 0x69 , 0x6c , 0x74 , 0x65 , 0x72 , 0x18 , 0x04 ,
0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x10 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x66 , 0x69 , 0x65 , 0x72 ,
0x46 , 0x69 , 0x6c , 0x74 , 0x65 , 0x72 , 0x12 , 0x3c , 0x0a , 0x06 , 0x63 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 ,
0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x24 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 ,
0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 ,
0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x06 , 0x63 , 0x6f ,
0x6e , 0x66 , 0x69 , 0x67 , 0x22 , 0x28 , 0x0a , 0x04 , 0x54 , 0x79 , 0x70 , 0x65 , 0x12 , 0x14 , 0x0a , 0x10 ,
0x54 , 0x59 , 0x50 , 0x45 , 0x5f , 0x55 , 0x4e , 0x53 , 0x50 , 0x45 , 0x43 , 0x49 , 0x46 , 0x49 , 0x45 , 0x44 ,
0x10 , 0x00 , 0x12 , 0x0a , 0x0a , 0x06 , 0x4f , 0x41 , 0x55 , 0x54 , 0x48 , 0x32 , 0x10 , 0x01 , 0x22 , 0x65 ,
0x0a , 0x16 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 ,
0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x41 , 0x0a , 0x0d , 0x6f , 0x61 , 0x75 , 0x74 ,
0x68 , 0x32 , 0x5f , 0x63 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 ,
0x1a , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4f ,
0x41 , 0x75 , 0x74 , 0x68 , 0x32 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x48 , 0x00 , 0x52 , 0x0c , 0x6f ,
0x61 , 0x75 , 0x74 , 0x68 , 0x32 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x42 , 0x08 , 0x0a , 0x06 , 0x63 ,
0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x22 , 0x67 , 0x0a , 0x0c , 0x46 , 0x69 , 0x65 , 0x6c , 0x64 , 0x4d , 0x61 ,
0x70 , 0x70 , 0x69 , 0x6e , 0x67 , 0x12 , 0x1e , 0x0a , 0x0a , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x66 ,
0x69 , 0x65 , 0x72 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0a , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 ,
0x69 , 0x66 , 0x69 , 0x65 , 0x72 , 0x12 , 0x21 , 0x0a , 0x0c , 0x64 , 0x69 , 0x73 , 0x70 , 0x6c , 0x61 , 0x79 ,
0x5f , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0b , 0x64 , 0x69 , 0x73 ,
0x70 , 0x6c , 0x61 , 0x79 , 0x4e , 0x61 , 0x6d , 0x65 , 0x12 , 0x14 , 0x0a , 0x05 , 0x65 , 0x6d , 0x61 , 0x69 ,
0x6c , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x65 , 0x6d , 0x61 , 0x69 , 0x6c , 0x22 , 0x85 ,
0x02 , 0x0a , 0x0c , 0x4f , 0x41 , 0x75 , 0x74 , 0x68 , 0x32 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 ,
0x1b , 0x0a , 0x09 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x5f , 0x69 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x64 , 0x12 , 0x23 , 0x0a , 0x0d ,
0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x5f , 0x73 , 0x65 , 0x63 , 0x72 , 0x65 , 0x74 , 0x18 , 0x02 , 0x20 ,
0x01 , 0x28 , 0x09 , 0x52 , 0x0c , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x53 , 0x65 , 0x63 , 0x72 , 0x65 ,
0x74 , 0x12 , 0x19 , 0x0a , 0x08 , 0x61 , 0x75 , 0x74 , 0x68 , 0x5f , 0x75 , 0x72 , 0x6c , 0x18 , 0x03 , 0x20 ,
0x01 , 0x28 , 0x09 , 0x52 , 0x07 , 0x61 , 0x75 , 0x74 , 0x68 , 0x55 , 0x72 , 0x6c , 0x12 , 0x1b , 0x0a , 0x09 ,
0x74 , 0x6f , 0x6b , 0x65 , 0x6e , 0x5f , 0x75 , 0x72 , 0x6c , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 ,
0x08 , 0x74 , 0x6f , 0x6b , 0x65 , 0x6e , 0x55 , 0x72 , 0x6c , 0x12 , 0x22 , 0x0a , 0x0d , 0x75 , 0x73 , 0x65 ,
0x72 , 0x5f , 0x69 , 0x6e , 0x66 , 0x6f , 0x5f , 0x75 , 0x72 , 0x6c , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x09 ,
0x52 , 0x0b , 0x75 , 0x73 , 0x65 , 0x72 , 0x49 , 0x6e , 0x66 , 0x6f , 0x55 , 0x72 , 0x6c , 0x12 , 0x16 , 0x0a ,
0x06 , 0x73 , 0x63 , 0x6f , 0x70 , 0x65 , 0x73 , 0x18 , 0x06 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x06 , 0x73 ,
0x63 , 0x6f , 0x70 , 0x65 , 0x73 , 0x12 , 0x3f , 0x0a , 0x0d , 0x66 , 0x69 , 0x65 , 0x6c , 0x64 , 0x5f , 0x6d ,
0x61 , 0x70 , 0x70 , 0x69 , 0x6e , 0x67 , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x6d ,
0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x46 , 0x69 , 0x65 , 0x6c ,
0x64 , 0x4d , 0x61 , 0x70 , 0x70 , 0x69 , 0x6e , 0x67 , 0x52 , 0x0c , 0x66 , 0x69 , 0x65 , 0x6c , 0x64 , 0x4d ,
0x61 , 0x70 , 0x70 , 0x69 , 0x6e , 0x67 , 0x22 , 0x1e , 0x0a , 0x1c , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 ,
0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x52 ,
0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x22 , 0x6e , 0x0a , 0x1d , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 ,
0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x52 ,
0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x4d , 0x0a , 0x12 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 ,
0x69 , 0x74 , 0x79 , 0x5f , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x18 , 0x01 , 0x20 ,
0x03 , 0x28 , 0x0b , 0x32 , 0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e ,
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 , 0x22 , 0x8a ,
0x02 , 0x0a , 0x10 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 ,
0x64 , 0x65 , 0x72 , 0x12 , 0x12 , 0x0a , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x12 , 0x37 , 0x0a , 0x04 , 0x74 , 0x79 , 0x70 , 0x65 , 0x18 ,
0x02 , 0x20 , 0x01 , 0x28 , 0x0e , 0x32 , 0x23 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 ,
0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f ,
0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x2e , 0x54 , 0x79 , 0x70 , 0x65 , 0x52 , 0x04 , 0x74 , 0x79 , 0x70 , 0x65 ,
0x12 , 0x14 , 0x0a , 0x05 , 0x74 , 0x69 , 0x74 , 0x6c , 0x65 , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 ,
0x05 , 0x74 , 0x69 , 0x74 , 0x6c , 0x65 , 0x12 , 0x2b , 0x0a , 0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 ,
0x66 , 0x69 , 0x65 , 0x72 , 0x5f , 0x66 , 0x69 , 0x6c , 0x74 , 0x65 , 0x72 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 ,
0x09 , 0x52 , 0x10 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x66 , 0x69 , 0x65 , 0x72 , 0x46 , 0x69 , 0x6c ,
0x74 , 0x65 , 0x72 , 0x12 , 0x3c , 0x0a , 0x06 , 0x63 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x18 , 0x05 , 0x20 ,
0x01 , 0x28 , 0x0b , 0x32 , 0x24 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e ,
0x76 , 0x32 , 0x2e , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 ,
0x64 , 0x65 , 0x72 , 0x52 , 0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f ,
0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x22 , 0x30 , 0x0a , 0x1a , 0x47 , 0x65 , 0x74 , 0x49 , 0x64 , 0x65 ,
0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 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 , 0x22 , 0x6a , 0x0a , 0x1b , 0x47 , 0x65 , 0x74 , 0x49 ,
0x64 , 0x65 , 0x72 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x52 , 0x06 , 0x63 , 0x6f , 0x6e , 0x66 , 0x69 ,
0x67 , 0x22 , 0x28 , 0x0a , 0x04 , 0x54 , 0x79 , 0x70 , 0x65 , 0x12 , 0x14 , 0x0a , 0x10 , 0x54 , 0x59 , 0x50 ,
0x45 , 0x5f , 0x55 , 0x4e , 0x53 , 0x50 , 0x45 , 0x43 , 0x49 , 0x46 , 0x49 , 0x45 , 0x44 , 0x10 , 0x00 , 0x12 ,
0x0a , 0x0a , 0x06 , 0x4f , 0x41 , 0x55 , 0x54 , 0x48 , 0x32 , 0x10 , 0x01 , 0x22 , 0x65 , 0x0a , 0x16 , 0x49 ,
0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x43 ,
0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x41 , 0x0a , 0x0d , 0x6f , 0x61 , 0x75 , 0x74 , 0x68 , 0x32 , 0x5f ,
0x63 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x6d ,
0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4f , 0x41 , 0x75 , 0x74 ,
0x68 , 0x32 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x48 , 0x00 , 0x52 , 0x0c , 0x6f , 0x61 , 0x75 , 0x74 ,
0x68 , 0x32 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x42 , 0x08 , 0x0a , 0x06 , 0x63 , 0x6f , 0x6e , 0x66 ,
0x69 , 0x67 , 0x22 , 0x67 , 0x0a , 0x0c , 0x46 , 0x69 , 0x65 , 0x6c , 0x64 , 0x4d , 0x61 , 0x70 , 0x70 , 0x69 ,
0x6e , 0x67 , 0x12 , 0x1e , 0x0a , 0x0a , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x66 , 0x69 , 0x65 , 0x72 ,
0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0a , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x66 , 0x69 ,
0x65 , 0x72 , 0x12 , 0x21 , 0x0a , 0x0c , 0x64 , 0x69 , 0x73 , 0x70 , 0x6c , 0x61 , 0x79 , 0x5f , 0x6e , 0x61 ,
0x6d , 0x65 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0b , 0x64 , 0x69 , 0x73 , 0x70 , 0x6c , 0x61 ,
0x79 , 0x4e , 0x61 , 0x6d , 0x65 , 0x12 , 0x14 , 0x0a , 0x05 , 0x65 , 0x6d , 0x61 , 0x69 , 0x6c , 0x18 , 0x03 ,
0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x05 , 0x65 , 0x6d , 0x61 , 0x69 , 0x6c , 0x22 , 0x85 , 0x02 , 0x0a , 0x0c ,
0x4f , 0x41 , 0x75 , 0x74 , 0x68 , 0x32 , 0x43 , 0x6f , 0x6e , 0x66 , 0x69 , 0x67 , 0x12 , 0x1b , 0x0a , 0x09 ,
0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x5f , 0x69 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 ,
0x08 , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x49 , 0x64 , 0x12 , 0x23 , 0x0a , 0x0d , 0x63 , 0x6c , 0x69 ,
0x65 , 0x6e , 0x74 , 0x5f , 0x73 , 0x65 , 0x63 , 0x72 , 0x65 , 0x74 , 0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x09 ,
0x52 , 0x0c , 0x63 , 0x6c , 0x69 , 0x65 , 0x6e , 0x74 , 0x53 , 0x65 , 0x63 , 0x72 , 0x65 , 0x74 , 0x12 , 0x19 ,
0x0a , 0x08 , 0x61 , 0x75 , 0x74 , 0x68 , 0x5f , 0x75 , 0x72 , 0x6c , 0x18 , 0x03 , 0x20 , 0x01 , 0x28 , 0x09 ,
0x52 , 0x07 , 0x61 , 0x75 , 0x74 , 0x68 , 0x55 , 0x72 , 0x6c , 0x12 , 0x1b , 0x0a , 0x09 , 0x74 , 0x6f , 0x6b ,
0x65 , 0x6e , 0x5f , 0x75 , 0x72 , 0x6c , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x08 , 0x74 , 0x6f ,
0x6b , 0x65 , 0x6e , 0x55 , 0x72 , 0x6c , 0x12 , 0x22 , 0x0a , 0x0d , 0x75 , 0x73 , 0x65 , 0x72 , 0x5f , 0x69 ,
0x6e , 0x66 , 0x6f , 0x5f , 0x75 , 0x72 , 0x6c , 0x18 , 0x05 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0b , 0x75 ,
0x73 , 0x65 , 0x72 , 0x49 , 0x6e , 0x66 , 0x6f , 0x55 , 0x72 , 0x6c , 0x12 , 0x16 , 0x0a , 0x06 , 0x73 , 0x63 ,
0x6f , 0x70 , 0x65 , 0x73 , 0x18 , 0x06 , 0x20 , 0x03 , 0x28 , 0x09 , 0x52 , 0x06 , 0x73 , 0x63 , 0x6f , 0x70 ,
0x65 , 0x73 , 0x12 , 0x3f , 0x0a , 0x0d , 0x66 , 0x69 , 0x65 , 0x6c , 0x64 , 0x5f , 0x6d , 0x61 , 0x70 , 0x70 ,
0x69 , 0x6e , 0x67 , 0x18 , 0x07 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1a , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f ,
0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x46 , 0x69 , 0x65 , 0x6c , 0x64 , 0x4d , 0x61 ,
0x70 , 0x70 , 0x69 , 0x6e , 0x67 , 0x52 , 0x0c , 0x66 , 0x69 , 0x65 , 0x6c , 0x64 , 0x4d , 0x61 , 0x70 , 0x70 ,
0x69 , 0x6e , 0x67 , 0x22 , 0x1e , 0x0a , 0x1c , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 ,
0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x52 , 0x65 , 0x71 , 0x75 ,
0x65 , 0x73 , 0x74 , 0x22 , 0x6e , 0x0a , 0x1d , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 ,
0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 ,
0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x4d , 0x0a , 0x12 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 ,
0x5f , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x0b ,
0x32 , 0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e ,
0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
0x52 , 0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 ,
0x65 , 0x72 , 0x73 , 0x22 , 0x30 , 0x0a , 0x1a , 0x47 , 0x65 , 0x74 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 ,
0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 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 , 0x22 , 0x6c , 0x0a , 0x1d , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 ,
0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 ,
0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x4b , 0x0a , 0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 ,
0x69 , 0x74 , 0x79 , 0x5f , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x18 , 0x01 , 0x20 , 0x01 ,
0x28 , 0x0b , 0x32 , 0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 ,
0x32 , 0x2e , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 ,
0x65 , 0x72 , 0x52 , 0x10 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 ,
0x69 , 0x64 , 0x65 , 0x72 , 0x22 , 0x6c , 0x0a , 0x1d , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 , 0x64 ,
0x65 , 0x7 1, 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x4b , 0x0a , 0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 ,
0x 74, 0x79 , 0x5f , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 ,
0x 0b, 0x32 , 0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 ,
0x 2e, 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 ,
0x 72, 0x52 , 0x10 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 ,
0x6 4, 0x65 , 0x72 , 0x22 , 0x a9, 0x01 , 0x0a , 0x1d , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x64 ,
0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x65 ,
0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x4b , 0x0a , 0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 ,
0x79 , 0x5f , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b ,
0x32 , 0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e ,
0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
0x52 , 0x10 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 ,
0x65 , 0x72 , 0x22 , 0x6d , 0x0a , 0x1e , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e ,
0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x65 , 0x73 , 0x70 ,
0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x4b , 0x0a , 0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 ,
0x5f , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 ,
0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 ,
0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 ,
0x10 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 ,
0x72 , 0x22 , 0xa9 , 0x01 , 0x0a , 0x1d , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e ,
0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x65 , 0x71 , 0x75 ,
0x65 , 0x73 , 0x74 , 0x12 , 0x4b , 0x0a , 0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x5f ,
0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1e ,
0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x64 ,
0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x10 ,
0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
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 , 0x6d , 0x0a ,
0x1e , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 ,
0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 ,
0x4b , 0x0a , 0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x5f , 0x70 , 0x72 , 0x6f , 0x76 ,
0x69 , 0x64 , 0x65 , 0x72 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x1e , 0x2e , 0x6d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 ,
0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x10 , 0x69 , 0x64 , 0x65 , 0x6e ,
0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x22 , 0x33 , 0x0a , 0x1d ,
0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 ,
0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 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 , 0x22 , 0x20 , 0x0a , 0x1e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 ,
0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f ,
0x6e , 0x73 , 0x65 , 0x32 , 0x8b , 0x07 , 0x0a , 0x17 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 ,
0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 ,
0x93 , 0x01 , 0x0a , 0x15 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 ,
0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x12 , 0x2a , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f ,
0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x65 ,
0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x52 , 0x65 ,
0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x2b , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 ,
0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 ,
0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e ,
0x73 , 0x65 , 0x22 , 0x21 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x1b , 0x12 , 0x19 , 0x2f , 0x61 , 0x70 , 0x69 ,
0x2f , 0x76 , 0x32 , 0x2f , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 ,
0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x12 , 0x9d , 0x01 , 0x0a , 0x13 , 0x47 , 0x65 , 0x74 , 0x49 , 0x64 , 0x65 ,
0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x12 , 0x28 , 0x2e ,
0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x47 , 0x65 , 0x74 ,
0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x29 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e ,
0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x47 , 0x65 , 0x74 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 ,
0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e ,
0x73 , 0x65 , 0x22 , 0x31 , 0xda , 0x41 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 ,
0x24 , 0x12 , 0x22 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x7b , 0x6e , 0x61 , 0x6d , 0x65 ,
0x3d , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 ,
0x72 , 0x73 , 0x2f , 0x2a , 0x7d , 0x12 , 0xa9 , 0x01 , 0x0a , 0x16 , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 ,
0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
0x12 , 0x2b , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e ,
0x65 , 0x72 , 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 ,
0x33 , 0x0a , 0x1d , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 ,
0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 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 , 0x32 , 0xce , 0x06 , 0x0a , 0x17 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 ,
0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 ,
0x12 , 0x93 , 0x01 , 0x0a , 0x15 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 ,
0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x12 , 0x2a , 0x2e , 0x6d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 ,
0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x52 ,
0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x2b , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 ,
0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 ,
0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f ,
0x6e , 0x73 , 0x65 , 0x22 , 0x21 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x1b , 0x12 , 0x19 , 0x2f , 0x61 , 0x70 ,
0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f ,
0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x12 , 0x92 , 0x01 , 0x0a , 0x13 , 0x47 , 0x65 , 0x74 , 0x49 , 0x64 ,
0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x12 , 0x28 ,
0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x47 , 0x65 ,
0x74 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 ,
0x72 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 ,
0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 ,
0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x22 , 0x31 , 0xda , 0x41 , 0x04 , 0x6e , 0x61 , 0x6d ,
0x65 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x24 , 0x12 , 0x22 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 ,
0x2f , 0x7b , 0x6e , 0x61 , 0x6d , 0x65 , 0x3d , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 ,
0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x2f , 0x2a , 0x7d , 0x12 , 0x9b , 0x01 , 0x0a , 0x16 ,
0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 ,
0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x2c , 0x2e ,
0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x43 , 0x72 , 0x65 ,
0x61 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 ,
0x64 , 0x65 , 0x72 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x34 , 0x82 , 0xd3 , 0xe4 ,
0x93 , 0x02 , 0x2e , 0x3a , 0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x5f , 0x70 , 0x72 ,
0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x22 , 0x19 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f ,
0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 ,
0x73 , 0x12 , 0xe4 , 0x01 , 0x0a , 0x16 , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e ,
0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x12 , 0x2b , 0x2e , 0x6d ,
0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x55 , 0x70 , 0x64 , 0x61 ,
0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 ,
0x65 , 0x72 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x2c , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f ,
0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 ,
0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 ,
0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x6f , 0xda , 0x41 , 0x1d , 0x69 , 0x64 , 0x65 , 0x6e ,
0x74 , 0x69 , 0x74 , 0x79 , 0x5f , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x2c , 0x75 , 0x70 ,
0x64 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6d , 0x61 , 0x73 , 0x6b , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x49 , 0x3a ,
0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x5f , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 ,
0x65 , 0x72 , 0x32 , 0x34 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x7b , 0x69 , 0x64 , 0x65 ,
0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x5f , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x2e , 0x6e ,
0x61 , 0x6d , 0x65 , 0x3d , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 ,
0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x2f , 0x2a , 0x7d , 0x12 , 0xa6 , 0x01 , 0x0a , 0x16 , 0x44 , 0x65 , 0x6c ,
0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x12 , 0x2b , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 ,
0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e ,
0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x65 , 0x71 , 0x75 ,
0x65 , 0x73 , 0x74 , 0x1a , 0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e ,
0x76 , 0x32 , 0x2e , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 ,
0x64 , 0x65 , 0x72 , 0x22 , 0x34 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x2e , 0x3a , 0x11 , 0x69 , 0x64 , 0x65 ,
0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x5f , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x22 , 0x19 ,
0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 ,
0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x12 , 0xd6 , 0x01 , 0x0a , 0x16 , 0x55 , 0x70 ,
0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 ,
0x69 , 0x64 , 0x65 , 0x72 , 0x12 , 0x2b , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 ,
0x2e , 0x76 , 0x32 , 0x2e , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 ,
0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 ,
0x74 , 0x1a , 0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 ,
0x2e , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 ,
0x72 , 0x22 , 0x6f , 0xda , 0x41 , 0x1d , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x5f , 0x70 ,
0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x2c , 0x75 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x5f , 0x6d ,
0x61 , 0x73 , 0x6b , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x49 , 0x3a , 0x11 , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 ,
0x69 , 0x74 , 0x79 , 0x5f , 0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x32 , 0x34 , 0x2f , 0x61 ,
0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x7b , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x5f ,
0x70 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x2e , 0x6e , 0x61 , 0x6d , 0x65 , 0x3d , 0x69 , 0x64 ,
0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x2f ,
0x2a , 0x7d , 0x12 , 0x90 , 0x01 , 0x0a , 0x16 , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 ,
0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x12 , 0x2b , 0x2e ,
0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x44 , 0x65 , 0x6c ,
0x65 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 ,
0x64 , 0x65 , 0x72 , 0x12 , 0x2b , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e ,
0x76 , 0x32 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 ,
0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 ,
0x1a , 0x2c , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e ,
0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 ,
0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x31 ,
0xda , 0x41 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x24 , 0x2a , 0x22 , 0x2f ,
0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x7b , 0x6e , 0x61 , 0x6d , 0x65 , 0x3d , 0x69 , 0x64 , 0x65 ,
0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 , 0x72 , 0x73 , 0x2f , 0x2a ,
0x7d , 0x42 , 0xa7 , 0x01 , 0x0a , 0x10 , 0x63 , 0x6f , 0x6d , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e ,
0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x42 , 0x0f , 0x49 , 0x64 , 0x70 , 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 ,
0x64 , 0x65 , 0x72 , 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 , 0x31 , 0xda , 0x41 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 ,
0x24 , 0x2a , 0x22 , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x7b , 0x6e , 0x61 , 0x6d , 0x65 ,
0x3d , 0x69 , 0x64 , 0x65 , 0x6e , 0x74 , 0x69 , 0x74 , 0x79 , 0x50 , 0x72 , 0x6f , 0x76 , 0x69 , 0x64 , 0x65 ,
0x72 , 0x73 , 0x2f , 0x2a , 0x7d , 0x42 , 0xa7 , 0x01 , 0x0a , 0x10 , 0x63 , 0x6f , 0x6d , 0x2e , 0x6d , 0x65 ,
0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x42 , 0x0f , 0x49 , 0x64 , 0x70 , 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 (
@ -1042,7 +836,7 @@ func file_api_v2_idp_service_proto_rawDescGZIP() []byte {
}
var file_api_v2_idp_service_proto_enumTypes = make ( [ ] protoimpl . EnumInfo , 1 )
var file_api_v2_idp_service_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 1 4 )
var file_api_v2_idp_service_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 1 0 )
var file_api_v2_idp_service_proto_goTypes = [ ] interface { } {
( IdentityProvider_Type ) ( 0 ) , // 0: memos.api.v2.IdentityProvider.Type
( * IdentityProvider ) ( nil ) , // 1: memos.api.v2.IdentityProvider
@ -1052,14 +846,11 @@ var file_api_v2_idp_service_proto_goTypes = []interface{}{
( * ListIdentityProvidersRequest ) ( nil ) , // 5: memos.api.v2.ListIdentityProvidersRequest
( * ListIdentityProvidersResponse ) ( nil ) , // 6: memos.api.v2.ListIdentityProvidersResponse
( * GetIdentityProviderRequest ) ( nil ) , // 7: memos.api.v2.GetIdentityProviderRequest
( * GetIdentityProviderResponse ) ( nil ) , // 8: memos.api.v2.GetIdentityProviderResponse
( * CreateIdentityProviderRequest ) ( nil ) , // 9: memos.api.v2.CreateIdentityProviderRequest
( * CreateIdentityProviderResponse ) ( nil ) , // 10: memos.api.v2.CreateIdentityProviderResponse
( * UpdateIdentityProviderRequest ) ( nil ) , // 11: memos.api.v2.UpdateIdentityProviderRequest
( * UpdateIdentityProviderResponse ) ( nil ) , // 12: memos.api.v2.UpdateIdentityProviderResponse
( * DeleteIdentityProviderRequest ) ( nil ) , // 13: memos.api.v2.DeleteIdentityProviderRequest
( * DeleteIdentityProviderResponse ) ( nil ) , // 14: memos.api.v2.DeleteIdentityProviderResponse
( * fieldmaskpb . FieldMask ) ( nil ) , // 15: google.protobuf.FieldMask
( * CreateIdentityProviderRequest ) ( nil ) , // 8: memos.api.v2.CreateIdentityProviderRequest
( * UpdateIdentityProviderRequest ) ( nil ) , // 9: memos.api.v2.UpdateIdentityProviderRequest
( * DeleteIdentityProviderRequest ) ( nil ) , // 10: memos.api.v2.DeleteIdentityProviderRequest
( * fieldmaskpb . FieldMask ) ( nil ) , // 11: google.protobuf.FieldMask
( * emptypb . Empty ) ( nil ) , // 12: google.protobuf.Empty
}
var file_api_v2_idp_service_proto_depIdxs = [ ] int32 {
0 , // 0: memos.api.v2.IdentityProvider.type:type_name -> memos.api.v2.IdentityProvider.Type
@ -1067,27 +858,24 @@ var file_api_v2_idp_service_proto_depIdxs = []int32{
4 , // 2: memos.api.v2.IdentityProviderConfig.oauth2_config:type_name -> memos.api.v2.OAuth2Config
3 , // 3: memos.api.v2.OAuth2Config.field_mapping:type_name -> memos.api.v2.FieldMapping
1 , // 4: memos.api.v2.ListIdentityProvidersResponse.identity_providers:type_name -> memos.api.v2.IdentityProvider
1 , // 5: memos.api.v2.GetIdentityProviderResponse.identity_provider:type_name -> memos.api.v2.IdentityProvider
1 , // 6: memos.api.v2.CreateIdentityProviderRequest.identity_provider:type_name -> memos.api.v2.IdentityProvider
1 , // 7: memos.api.v2.CreateIdentityProviderResponse.identity_provider:type_name -> memos.api.v2.IdentityProvider
1 , // 8: memos.api.v2.UpdateIdentityProviderRequest.identity_provider:type_name -> memos.api.v2.IdentityProvider
15 , // 9: memos.api.v2.UpdateIdentityProviderRequest.update_mask:type_name -> google.protobuf.FieldMask
1 , // 10: memos.api.v2.UpdateIdentityProviderResponse.identity_provider:type_name -> memos.api.v2.IdentityProvider
5 , // 11: memos.api.v2.IdentityProviderService.ListIdentityProviders:input_type -> memos.api.v2.ListIdentityProvidersRequest
7 , // 12: memos.api.v2.IdentityProviderService.GetIdentityProvider:input_type -> memos.api.v2.GetIdentityProviderRequest
9 , // 13: memos.api.v2.IdentityProviderService.CreateIdentityProvider:input_type -> memos.api.v2.CreateIdentityProviderRequest
11 , // 14: memos.api.v2.IdentityProviderService.UpdateIdentityProvider:input_type -> memos.api.v2.UpdateIdentityProviderRequest
13 , // 15: memos.api.v2.IdentityProviderService.DeleteIdentityProvider:input_type -> memos.api.v2.DeleteIdentityProviderRequest
6 , // 16: memos.api.v2.IdentityProviderService.ListIdentityProviders:output_type -> memos.api.v2.ListIdentityProvidersResponse
8 , // 17: memos.api.v2.IdentityProviderService.GetIdentityProvider:output_type -> memos.api.v2.GetIdentityProviderResponse
10 , // 18: memos.api.v2.IdentityProviderService.CreateIdentityProvider:output_type -> memos.api.v2.CreateIdentityProviderResponse
12 , // 19: memos.api.v2.IdentityProviderService.UpdateIdentityProvider:output_type -> memos.api.v2.UpdateIdentityProviderResponse
14 , // 20: memos.api.v2.IdentityProviderService.DeleteIdentityProvider:output_type -> memos.api.v2.DeleteIdentityProviderResponse
16 , // [16:21] is the sub-list for method output_type
11 , // [11:16] is the sub-list for method input_type
11 , // [11:11] is the sub-list for extension type_name
11 , // [11:11] is the sub-list for extension extendee
0 , // [0:11] is the sub-list for field type_name
1 , // 5: memos.api.v2.CreateIdentityProviderRequest.identity_provider:type_name -> memos.api.v2.IdentityProvider
1 , // 6: memos.api.v2.UpdateIdentityProviderRequest.identity_provider:type_name -> memos.api.v2.IdentityProvider
11 , // 7: memos.api.v2.UpdateIdentityProviderRequest.update_mask:type_name -> google.protobuf.FieldMask
5 , // 8: memos.api.v2.IdentityProviderService.ListIdentityProviders:input_type -> memos.api.v2.ListIdentityProvidersRequest
7 , // 9: memos.api.v2.IdentityProviderService.GetIdentityProvider:input_type -> memos.api.v2.GetIdentityProviderRequest
8 , // 10: memos.api.v2.IdentityProviderService.CreateIdentityProvider:input_type -> memos.api.v2.CreateIdentityProviderRequest
9 , // 11: memos.api.v2.IdentityProviderService.UpdateIdentityProvider:input_type -> memos.api.v2.UpdateIdentityProviderRequest
10 , // 12: memos.api.v2.IdentityProviderService.DeleteIdentityProvider:input_type -> memos.api.v2.DeleteIdentityProviderRequest
6 , // 13: memos.api.v2.IdentityProviderService.ListIdentityProviders:output_type -> memos.api.v2.ListIdentityProvidersResponse
1 , // 14: memos.api.v2.IdentityProviderService.GetIdentityProvider:output_type -> memos.api.v2.IdentityProvider
1 , // 15: memos.api.v2.IdentityProviderService.CreateIdentityProvider:output_type -> memos.api.v2.IdentityProvider
1 , // 16: memos.api.v2.IdentityProviderService.UpdateIdentityProvider:output_type -> memos.api.v2.IdentityProvider
12 , // 17: memos.api.v2.IdentityProviderService.DeleteIdentityProvider:output_type -> google.protobuf.Empty
13 , // [13:18] is the sub-list for method output_type
8 , // [8:13] is the sub-list for method input_type
8 , // [8:8] is the sub-list for extension type_name
8 , // [8:8] is the sub-list for extension extendee
0 , // [0:8] is the sub-list for field type_name
}
func init ( ) { file_api_v2_idp_service_proto_init ( ) }
@ -1181,18 +969,6 @@ func file_api_v2_idp_service_proto_init() {
}
}
file_api_v2_idp_service_proto_msgTypes [ 7 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * GetIdentityProviderResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_api_v2_idp_service_proto_msgTypes [ 8 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * CreateIdentityProviderRequest ) ; i {
case 0 :
return & v . state
@ -1204,19 +980,7 @@ func file_api_v2_idp_service_proto_init() {
return nil
}
}
file_api_v2_idp_service_proto_msgTypes [ 9 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * CreateIdentityProviderResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_api_v2_idp_service_proto_msgTypes [ 10 ] . Exporter = func ( v interface { } , i int ) interface { } {
file_api_v2_idp_service_proto_msgTypes [ 8 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * UpdateIdentityProviderRequest ) ; i {
case 0 :
return & v . state
@ -1228,19 +992,7 @@ func file_api_v2_idp_service_proto_init() {
return nil
}
}
file_api_v2_idp_service_proto_msgTypes [ 11 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * UpdateIdentityProviderResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_api_v2_idp_service_proto_msgTypes [ 12 ] . Exporter = func ( v interface { } , i int ) interface { } {
file_api_v2_idp_service_proto_msgTypes [ 9 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * DeleteIdentityProviderRequest ) ; i {
case 0 :
return & v . state
@ -1252,18 +1004,6 @@ func file_api_v2_idp_service_proto_init() {
return nil
}
}
file_api_v2_idp_service_proto_msgTypes [ 13 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * DeleteIdentityProviderResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
}
file_api_v2_idp_service_proto_msgTypes [ 1 ] . OneofWrappers = [ ] interface { } {
( * IdentityProviderConfig_Oauth2Config ) ( nil ) ,
@ -1274,7 +1014,7 @@ func file_api_v2_idp_service_proto_init() {
GoPackagePath : reflect . TypeOf ( x { } ) . PkgPath ( ) ,
RawDescriptor : file_api_v2_idp_service_proto_rawDesc ,
NumEnums : 1 ,
NumMessages : 1 4 ,
NumMessages : 1 0 ,
NumExtensions : 0 ,
NumServices : 1 ,
} ,