mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 15:27:41 +00:00
41fa434439
* Remove project added * Gemeriert * corrections * corrections * Delete*sByProjectID added * Correct typos
3225 lines
119 KiB
Go
3225 lines
119 KiB
Go
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
// source: admin.proto
|
|
|
|
package admin
|
|
|
|
import (
|
|
context "context"
|
|
fmt "fmt"
|
|
_ "github.com/caos/zitadel/internal/protoc/protoc-gen-authoption/authoption"
|
|
_ "github.com/envoyproxy/protoc-gen-validate/validate"
|
|
proto "github.com/golang/protobuf/proto"
|
|
empty "github.com/golang/protobuf/ptypes/empty"
|
|
_struct "github.com/golang/protobuf/ptypes/struct"
|
|
timestamp "github.com/golang/protobuf/ptypes/timestamp"
|
|
_ "github.com/grpc-ecosystem/grpc-gateway/protoc-gen-swagger/options"
|
|
_ "google.golang.org/genproto/googleapis/api/annotations"
|
|
grpc "google.golang.org/grpc"
|
|
codes "google.golang.org/grpc/codes"
|
|
status "google.golang.org/grpc/status"
|
|
math "math"
|
|
)
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ = proto.Marshal
|
|
var _ = fmt.Errorf
|
|
var _ = math.Inf
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the proto package it is being compiled against.
|
|
// A compilation error at this line likely means your copy of the
|
|
// proto package needs to be updated.
|
|
const _ = proto.ProtoPackageIsVersion3 // please upgrade the proto package
|
|
|
|
type OrgState int32
|
|
|
|
const (
|
|
OrgState_ORGSTATE_UNSPECIFIED OrgState = 0
|
|
OrgState_ORGSTATE_ACTIVE OrgState = 1
|
|
OrgState_ORGSTATE_INACTIVE OrgState = 2
|
|
)
|
|
|
|
var OrgState_name = map[int32]string{
|
|
0: "ORGSTATE_UNSPECIFIED",
|
|
1: "ORGSTATE_ACTIVE",
|
|
2: "ORGSTATE_INACTIVE",
|
|
}
|
|
|
|
var OrgState_value = map[string]int32{
|
|
"ORGSTATE_UNSPECIFIED": 0,
|
|
"ORGSTATE_ACTIVE": 1,
|
|
"ORGSTATE_INACTIVE": 2,
|
|
}
|
|
|
|
func (x OrgState) String() string {
|
|
return proto.EnumName(OrgState_name, int32(x))
|
|
}
|
|
|
|
func (OrgState) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{0}
|
|
}
|
|
|
|
type OrgSearchKey int32
|
|
|
|
const (
|
|
OrgSearchKey_ORGSEARCHKEY_UNSPECIFIED OrgSearchKey = 0
|
|
OrgSearchKey_ORGSEARCHKEY_ORG_NAME OrgSearchKey = 1
|
|
OrgSearchKey_ORGSEARCHKEY_DOMAIN OrgSearchKey = 2
|
|
OrgSearchKey_ORGSEARCHKEY_STATE OrgSearchKey = 3
|
|
)
|
|
|
|
var OrgSearchKey_name = map[int32]string{
|
|
0: "ORGSEARCHKEY_UNSPECIFIED",
|
|
1: "ORGSEARCHKEY_ORG_NAME",
|
|
2: "ORGSEARCHKEY_DOMAIN",
|
|
3: "ORGSEARCHKEY_STATE",
|
|
}
|
|
|
|
var OrgSearchKey_value = map[string]int32{
|
|
"ORGSEARCHKEY_UNSPECIFIED": 0,
|
|
"ORGSEARCHKEY_ORG_NAME": 1,
|
|
"ORGSEARCHKEY_DOMAIN": 2,
|
|
"ORGSEARCHKEY_STATE": 3,
|
|
}
|
|
|
|
func (x OrgSearchKey) String() string {
|
|
return proto.EnumName(OrgSearchKey_name, int32(x))
|
|
}
|
|
|
|
func (OrgSearchKey) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{1}
|
|
}
|
|
|
|
type OrgSearchMethod int32
|
|
|
|
const (
|
|
OrgSearchMethod_ORGSEARCHMETHOD_EQUALS OrgSearchMethod = 0
|
|
OrgSearchMethod_ORGSEARCHMETHOD_STARTS_WITH OrgSearchMethod = 1
|
|
OrgSearchMethod_ORGSEARCHMETHOD_CONTAINS OrgSearchMethod = 2
|
|
)
|
|
|
|
var OrgSearchMethod_name = map[int32]string{
|
|
0: "ORGSEARCHMETHOD_EQUALS",
|
|
1: "ORGSEARCHMETHOD_STARTS_WITH",
|
|
2: "ORGSEARCHMETHOD_CONTAINS",
|
|
}
|
|
|
|
var OrgSearchMethod_value = map[string]int32{
|
|
"ORGSEARCHMETHOD_EQUALS": 0,
|
|
"ORGSEARCHMETHOD_STARTS_WITH": 1,
|
|
"ORGSEARCHMETHOD_CONTAINS": 2,
|
|
}
|
|
|
|
func (x OrgSearchMethod) String() string {
|
|
return proto.EnumName(OrgSearchMethod_name, int32(x))
|
|
}
|
|
|
|
func (OrgSearchMethod) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{2}
|
|
}
|
|
|
|
type UserState int32
|
|
|
|
const (
|
|
UserState_USERSTATE_UNSPECIFIED UserState = 0
|
|
UserState_USERSTATE_ACTIVE UserState = 1
|
|
UserState_USERSTATE_INACTIVE UserState = 2
|
|
UserState_USERSTATE_DELETED UserState = 3
|
|
UserState_USERSTATE_LOCKED UserState = 4
|
|
UserState_USERSTATE_SUSPEND UserState = 5
|
|
UserState_USERSTATE_INITIAL UserState = 6
|
|
)
|
|
|
|
var UserState_name = map[int32]string{
|
|
0: "USERSTATE_UNSPECIFIED",
|
|
1: "USERSTATE_ACTIVE",
|
|
2: "USERSTATE_INACTIVE",
|
|
3: "USERSTATE_DELETED",
|
|
4: "USERSTATE_LOCKED",
|
|
5: "USERSTATE_SUSPEND",
|
|
6: "USERSTATE_INITIAL",
|
|
}
|
|
|
|
var UserState_value = map[string]int32{
|
|
"USERSTATE_UNSPECIFIED": 0,
|
|
"USERSTATE_ACTIVE": 1,
|
|
"USERSTATE_INACTIVE": 2,
|
|
"USERSTATE_DELETED": 3,
|
|
"USERSTATE_LOCKED": 4,
|
|
"USERSTATE_SUSPEND": 5,
|
|
"USERSTATE_INITIAL": 6,
|
|
}
|
|
|
|
func (x UserState) String() string {
|
|
return proto.EnumName(UserState_name, int32(x))
|
|
}
|
|
|
|
func (UserState) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{3}
|
|
}
|
|
|
|
type Gender int32
|
|
|
|
const (
|
|
Gender_GENDER_UNSPECIFIED Gender = 0
|
|
Gender_GENDER_FEMALE Gender = 1
|
|
Gender_GENDER_MALE Gender = 2
|
|
Gender_GENDER_DIVERSE Gender = 3
|
|
)
|
|
|
|
var Gender_name = map[int32]string{
|
|
0: "GENDER_UNSPECIFIED",
|
|
1: "GENDER_FEMALE",
|
|
2: "GENDER_MALE",
|
|
3: "GENDER_DIVERSE",
|
|
}
|
|
|
|
var Gender_value = map[string]int32{
|
|
"GENDER_UNSPECIFIED": 0,
|
|
"GENDER_FEMALE": 1,
|
|
"GENDER_MALE": 2,
|
|
"GENDER_DIVERSE": 3,
|
|
}
|
|
|
|
func (x Gender) String() string {
|
|
return proto.EnumName(Gender_name, int32(x))
|
|
}
|
|
|
|
func (Gender) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{4}
|
|
}
|
|
|
|
type IamMemberSearchKey int32
|
|
|
|
const (
|
|
IamMemberSearchKey_IAMMEMBERSEARCHKEY_UNSPECIFIED IamMemberSearchKey = 0
|
|
IamMemberSearchKey_IAMMEMBERSEARCHKEY_FIRST_NAME IamMemberSearchKey = 1
|
|
IamMemberSearchKey_IAMMEMBERSEARCHKEY_LAST_NAME IamMemberSearchKey = 2
|
|
IamMemberSearchKey_IAMMEMBERSEARCHKEY_EMAIL IamMemberSearchKey = 3
|
|
IamMemberSearchKey_IAMMEMBERSEARCHKEY_USER_ID IamMemberSearchKey = 4
|
|
)
|
|
|
|
var IamMemberSearchKey_name = map[int32]string{
|
|
0: "IAMMEMBERSEARCHKEY_UNSPECIFIED",
|
|
1: "IAMMEMBERSEARCHKEY_FIRST_NAME",
|
|
2: "IAMMEMBERSEARCHKEY_LAST_NAME",
|
|
3: "IAMMEMBERSEARCHKEY_EMAIL",
|
|
4: "IAMMEMBERSEARCHKEY_USER_ID",
|
|
}
|
|
|
|
var IamMemberSearchKey_value = map[string]int32{
|
|
"IAMMEMBERSEARCHKEY_UNSPECIFIED": 0,
|
|
"IAMMEMBERSEARCHKEY_FIRST_NAME": 1,
|
|
"IAMMEMBERSEARCHKEY_LAST_NAME": 2,
|
|
"IAMMEMBERSEARCHKEY_EMAIL": 3,
|
|
"IAMMEMBERSEARCHKEY_USER_ID": 4,
|
|
}
|
|
|
|
func (x IamMemberSearchKey) String() string {
|
|
return proto.EnumName(IamMemberSearchKey_name, int32(x))
|
|
}
|
|
|
|
func (IamMemberSearchKey) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{5}
|
|
}
|
|
|
|
type SearchMethod int32
|
|
|
|
const (
|
|
SearchMethod_SEARCHMETHOD_EQUALS SearchMethod = 0
|
|
SearchMethod_SEARCHMETHOD_STARTS_WITH SearchMethod = 1
|
|
SearchMethod_SEARCHMETHOD_CONTAINS SearchMethod = 2
|
|
SearchMethod_SEARCHMETHOD_EQUALS_IGNORE_CASE SearchMethod = 3
|
|
SearchMethod_SEARCHMETHOD_STARTS_WITH_IGNORE_CASE SearchMethod = 4
|
|
SearchMethod_SEARCHMETHOD_CONTAINS_IGNORE_CASE SearchMethod = 5
|
|
SearchMethod_SEARCHMETHOD_NOT_EQUALS SearchMethod = 6
|
|
SearchMethod_SEARCHMETHOD_GREATER_THAN SearchMethod = 7
|
|
SearchMethod_SEARCHMETHOD_LESS_THAN SearchMethod = 8
|
|
SearchMethod_SEARCHMETHOD_IS_ONE_OF SearchMethod = 9
|
|
SearchMethod_SEARCHMETHOD_LIST_CONTAINS SearchMethod = 10
|
|
)
|
|
|
|
var SearchMethod_name = map[int32]string{
|
|
0: "SEARCHMETHOD_EQUALS",
|
|
1: "SEARCHMETHOD_STARTS_WITH",
|
|
2: "SEARCHMETHOD_CONTAINS",
|
|
3: "SEARCHMETHOD_EQUALS_IGNORE_CASE",
|
|
4: "SEARCHMETHOD_STARTS_WITH_IGNORE_CASE",
|
|
5: "SEARCHMETHOD_CONTAINS_IGNORE_CASE",
|
|
6: "SEARCHMETHOD_NOT_EQUALS",
|
|
7: "SEARCHMETHOD_GREATER_THAN",
|
|
8: "SEARCHMETHOD_LESS_THAN",
|
|
9: "SEARCHMETHOD_IS_ONE_OF",
|
|
10: "SEARCHMETHOD_LIST_CONTAINS",
|
|
}
|
|
|
|
var SearchMethod_value = map[string]int32{
|
|
"SEARCHMETHOD_EQUALS": 0,
|
|
"SEARCHMETHOD_STARTS_WITH": 1,
|
|
"SEARCHMETHOD_CONTAINS": 2,
|
|
"SEARCHMETHOD_EQUALS_IGNORE_CASE": 3,
|
|
"SEARCHMETHOD_STARTS_WITH_IGNORE_CASE": 4,
|
|
"SEARCHMETHOD_CONTAINS_IGNORE_CASE": 5,
|
|
"SEARCHMETHOD_NOT_EQUALS": 6,
|
|
"SEARCHMETHOD_GREATER_THAN": 7,
|
|
"SEARCHMETHOD_LESS_THAN": 8,
|
|
"SEARCHMETHOD_IS_ONE_OF": 9,
|
|
"SEARCHMETHOD_LIST_CONTAINS": 10,
|
|
}
|
|
|
|
func (x SearchMethod) String() string {
|
|
return proto.EnumName(SearchMethod_name, int32(x))
|
|
}
|
|
|
|
func (SearchMethod) EnumDescriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{6}
|
|
}
|
|
|
|
type OrgID struct {
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *OrgID) Reset() { *m = OrgID{} }
|
|
func (m *OrgID) String() string { return proto.CompactTextString(m) }
|
|
func (*OrgID) ProtoMessage() {}
|
|
func (*OrgID) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{0}
|
|
}
|
|
|
|
func (m *OrgID) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_OrgID.Unmarshal(m, b)
|
|
}
|
|
func (m *OrgID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_OrgID.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *OrgID) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_OrgID.Merge(m, src)
|
|
}
|
|
func (m *OrgID) XXX_Size() int {
|
|
return xxx_messageInfo_OrgID.Size(m)
|
|
}
|
|
func (m *OrgID) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_OrgID.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_OrgID proto.InternalMessageInfo
|
|
|
|
func (m *OrgID) GetId() string {
|
|
if m != nil {
|
|
return m.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UniqueOrgRequest struct {
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *UniqueOrgRequest) Reset() { *m = UniqueOrgRequest{} }
|
|
func (m *UniqueOrgRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*UniqueOrgRequest) ProtoMessage() {}
|
|
func (*UniqueOrgRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{1}
|
|
}
|
|
|
|
func (m *UniqueOrgRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_UniqueOrgRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *UniqueOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_UniqueOrgRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *UniqueOrgRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_UniqueOrgRequest.Merge(m, src)
|
|
}
|
|
func (m *UniqueOrgRequest) XXX_Size() int {
|
|
return xxx_messageInfo_UniqueOrgRequest.Size(m)
|
|
}
|
|
func (m *UniqueOrgRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_UniqueOrgRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_UniqueOrgRequest proto.InternalMessageInfo
|
|
|
|
func (m *UniqueOrgRequest) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *UniqueOrgRequest) GetDomain() string {
|
|
if m != nil {
|
|
return m.Domain
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type UniqueOrgResponse struct {
|
|
IsUnique bool `protobuf:"varint,1,opt,name=is_unique,json=isUnique,proto3" json:"is_unique,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *UniqueOrgResponse) Reset() { *m = UniqueOrgResponse{} }
|
|
func (m *UniqueOrgResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*UniqueOrgResponse) ProtoMessage() {}
|
|
func (*UniqueOrgResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{2}
|
|
}
|
|
|
|
func (m *UniqueOrgResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_UniqueOrgResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *UniqueOrgResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_UniqueOrgResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *UniqueOrgResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_UniqueOrgResponse.Merge(m, src)
|
|
}
|
|
func (m *UniqueOrgResponse) XXX_Size() int {
|
|
return xxx_messageInfo_UniqueOrgResponse.Size(m)
|
|
}
|
|
func (m *UniqueOrgResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_UniqueOrgResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_UniqueOrgResponse proto.InternalMessageInfo
|
|
|
|
func (m *UniqueOrgResponse) GetIsUnique() bool {
|
|
if m != nil {
|
|
return m.IsUnique
|
|
}
|
|
return false
|
|
}
|
|
|
|
type Org struct {
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
State OrgState `protobuf:"varint,2,opt,name=state,proto3,enum=caos.zitadel.admin.api.v1.OrgState" json:"state,omitempty"`
|
|
CreationDate *timestamp.Timestamp `protobuf:"bytes,3,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
|
|
ChangeDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
|
|
Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
|
|
Domain string `protobuf:"bytes,6,opt,name=domain,proto3" json:"domain,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Org) Reset() { *m = Org{} }
|
|
func (m *Org) String() string { return proto.CompactTextString(m) }
|
|
func (*Org) ProtoMessage() {}
|
|
func (*Org) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{3}
|
|
}
|
|
|
|
func (m *Org) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Org.Unmarshal(m, b)
|
|
}
|
|
func (m *Org) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Org.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Org) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Org.Merge(m, src)
|
|
}
|
|
func (m *Org) XXX_Size() int {
|
|
return xxx_messageInfo_Org.Size(m)
|
|
}
|
|
func (m *Org) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Org.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Org proto.InternalMessageInfo
|
|
|
|
func (m *Org) GetId() string {
|
|
if m != nil {
|
|
return m.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Org) GetState() OrgState {
|
|
if m != nil {
|
|
return m.State
|
|
}
|
|
return OrgState_ORGSTATE_UNSPECIFIED
|
|
}
|
|
|
|
func (m *Org) GetCreationDate() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.CreationDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Org) GetChangeDate() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.ChangeDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *Org) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *Org) GetDomain() string {
|
|
if m != nil {
|
|
return m.Domain
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type OrgSearchRequest struct {
|
|
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
|
|
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
SortingColumn OrgSearchKey `protobuf:"varint,3,opt,name=sorting_column,json=sortingColumn,proto3,enum=caos.zitadel.admin.api.v1.OrgSearchKey" json:"sorting_column,omitempty"`
|
|
Asc bool `protobuf:"varint,4,opt,name=asc,proto3" json:"asc,omitempty"`
|
|
Queries []*OrgSearchQuery `protobuf:"bytes,5,rep,name=queries,proto3" json:"queries,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *OrgSearchRequest) Reset() { *m = OrgSearchRequest{} }
|
|
func (m *OrgSearchRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*OrgSearchRequest) ProtoMessage() {}
|
|
func (*OrgSearchRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{4}
|
|
}
|
|
|
|
func (m *OrgSearchRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_OrgSearchRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *OrgSearchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_OrgSearchRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *OrgSearchRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_OrgSearchRequest.Merge(m, src)
|
|
}
|
|
func (m *OrgSearchRequest) XXX_Size() int {
|
|
return xxx_messageInfo_OrgSearchRequest.Size(m)
|
|
}
|
|
func (m *OrgSearchRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_OrgSearchRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_OrgSearchRequest proto.InternalMessageInfo
|
|
|
|
func (m *OrgSearchRequest) GetOffset() uint64 {
|
|
if m != nil {
|
|
return m.Offset
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *OrgSearchRequest) GetLimit() uint64 {
|
|
if m != nil {
|
|
return m.Limit
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *OrgSearchRequest) GetSortingColumn() OrgSearchKey {
|
|
if m != nil {
|
|
return m.SortingColumn
|
|
}
|
|
return OrgSearchKey_ORGSEARCHKEY_UNSPECIFIED
|
|
}
|
|
|
|
func (m *OrgSearchRequest) GetAsc() bool {
|
|
if m != nil {
|
|
return m.Asc
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *OrgSearchRequest) GetQueries() []*OrgSearchQuery {
|
|
if m != nil {
|
|
return m.Queries
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type OrgSearchQuery struct {
|
|
Key OrgSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.admin.api.v1.OrgSearchKey" json:"key,omitempty"`
|
|
Method OrgSearchMethod `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.admin.api.v1.OrgSearchMethod" json:"method,omitempty"`
|
|
Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *OrgSearchQuery) Reset() { *m = OrgSearchQuery{} }
|
|
func (m *OrgSearchQuery) String() string { return proto.CompactTextString(m) }
|
|
func (*OrgSearchQuery) ProtoMessage() {}
|
|
func (*OrgSearchQuery) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{5}
|
|
}
|
|
|
|
func (m *OrgSearchQuery) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_OrgSearchQuery.Unmarshal(m, b)
|
|
}
|
|
func (m *OrgSearchQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_OrgSearchQuery.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *OrgSearchQuery) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_OrgSearchQuery.Merge(m, src)
|
|
}
|
|
func (m *OrgSearchQuery) XXX_Size() int {
|
|
return xxx_messageInfo_OrgSearchQuery.Size(m)
|
|
}
|
|
func (m *OrgSearchQuery) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_OrgSearchQuery.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_OrgSearchQuery proto.InternalMessageInfo
|
|
|
|
func (m *OrgSearchQuery) GetKey() OrgSearchKey {
|
|
if m != nil {
|
|
return m.Key
|
|
}
|
|
return OrgSearchKey_ORGSEARCHKEY_UNSPECIFIED
|
|
}
|
|
|
|
func (m *OrgSearchQuery) GetMethod() OrgSearchMethod {
|
|
if m != nil {
|
|
return m.Method
|
|
}
|
|
return OrgSearchMethod_ORGSEARCHMETHOD_EQUALS
|
|
}
|
|
|
|
func (m *OrgSearchQuery) GetValue() string {
|
|
if m != nil {
|
|
return m.Value
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type OrgSearchResponse struct {
|
|
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
|
|
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
TotalResult uint64 `protobuf:"varint,3,opt,name=total_result,json=totalResult,proto3" json:"total_result,omitempty"`
|
|
Result []*Org `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
|
|
ProcessedSequence uint64 `protobuf:"varint,5,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"`
|
|
ViewTimestamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=view_timestamp,json=viewTimestamp,proto3" json:"view_timestamp,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *OrgSearchResponse) Reset() { *m = OrgSearchResponse{} }
|
|
func (m *OrgSearchResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*OrgSearchResponse) ProtoMessage() {}
|
|
func (*OrgSearchResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{6}
|
|
}
|
|
|
|
func (m *OrgSearchResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_OrgSearchResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *OrgSearchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_OrgSearchResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *OrgSearchResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_OrgSearchResponse.Merge(m, src)
|
|
}
|
|
func (m *OrgSearchResponse) XXX_Size() int {
|
|
return xxx_messageInfo_OrgSearchResponse.Size(m)
|
|
}
|
|
func (m *OrgSearchResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_OrgSearchResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_OrgSearchResponse proto.InternalMessageInfo
|
|
|
|
func (m *OrgSearchResponse) GetOffset() uint64 {
|
|
if m != nil {
|
|
return m.Offset
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *OrgSearchResponse) GetLimit() uint64 {
|
|
if m != nil {
|
|
return m.Limit
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *OrgSearchResponse) GetTotalResult() uint64 {
|
|
if m != nil {
|
|
return m.TotalResult
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *OrgSearchResponse) GetResult() []*Org {
|
|
if m != nil {
|
|
return m.Result
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *OrgSearchResponse) GetProcessedSequence() uint64 {
|
|
if m != nil {
|
|
return m.ProcessedSequence
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *OrgSearchResponse) GetViewTimestamp() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.ViewTimestamp
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type OrgSetUpRequest struct {
|
|
Org *CreateOrgRequest `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
|
|
User *CreateUserRequest `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *OrgSetUpRequest) Reset() { *m = OrgSetUpRequest{} }
|
|
func (m *OrgSetUpRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*OrgSetUpRequest) ProtoMessage() {}
|
|
func (*OrgSetUpRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{7}
|
|
}
|
|
|
|
func (m *OrgSetUpRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_OrgSetUpRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *OrgSetUpRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_OrgSetUpRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *OrgSetUpRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_OrgSetUpRequest.Merge(m, src)
|
|
}
|
|
func (m *OrgSetUpRequest) XXX_Size() int {
|
|
return xxx_messageInfo_OrgSetUpRequest.Size(m)
|
|
}
|
|
func (m *OrgSetUpRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_OrgSetUpRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_OrgSetUpRequest proto.InternalMessageInfo
|
|
|
|
func (m *OrgSetUpRequest) GetOrg() *CreateOrgRequest {
|
|
if m != nil {
|
|
return m.Org
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *OrgSetUpRequest) GetUser() *CreateUserRequest {
|
|
if m != nil {
|
|
return m.User
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type OrgSetUpResponse struct {
|
|
Org *Org `protobuf:"bytes,1,opt,name=org,proto3" json:"org,omitempty"`
|
|
User *User `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *OrgSetUpResponse) Reset() { *m = OrgSetUpResponse{} }
|
|
func (m *OrgSetUpResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*OrgSetUpResponse) ProtoMessage() {}
|
|
func (*OrgSetUpResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{8}
|
|
}
|
|
|
|
func (m *OrgSetUpResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_OrgSetUpResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *OrgSetUpResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_OrgSetUpResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *OrgSetUpResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_OrgSetUpResponse.Merge(m, src)
|
|
}
|
|
func (m *OrgSetUpResponse) XXX_Size() int {
|
|
return xxx_messageInfo_OrgSetUpResponse.Size(m)
|
|
}
|
|
func (m *OrgSetUpResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_OrgSetUpResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_OrgSetUpResponse proto.InternalMessageInfo
|
|
|
|
func (m *OrgSetUpResponse) GetOrg() *Org {
|
|
if m != nil {
|
|
return m.Org
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *OrgSetUpResponse) GetUser() *User {
|
|
if m != nil {
|
|
return m.User
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type CreateUserRequest struct {
|
|
UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
|
|
FirstName string `protobuf:"bytes,2,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
|
|
LastName string `protobuf:"bytes,3,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
|
|
NickName string `protobuf:"bytes,4,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
|
|
PreferredLanguage string `protobuf:"bytes,5,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
|
|
Gender Gender `protobuf:"varint,6,opt,name=gender,proto3,enum=caos.zitadel.admin.api.v1.Gender" json:"gender,omitempty"`
|
|
Email string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
|
|
IsEmailVerified bool `protobuf:"varint,8,opt,name=is_email_verified,json=isEmailVerified,proto3" json:"is_email_verified,omitempty"`
|
|
Phone string `protobuf:"bytes,9,opt,name=phone,proto3" json:"phone,omitempty"`
|
|
IsPhoneVerified bool `protobuf:"varint,10,opt,name=is_phone_verified,json=isPhoneVerified,proto3" json:"is_phone_verified,omitempty"`
|
|
Country string `protobuf:"bytes,11,opt,name=country,proto3" json:"country,omitempty"`
|
|
Locality string `protobuf:"bytes,12,opt,name=locality,proto3" json:"locality,omitempty"`
|
|
PostalCode string `protobuf:"bytes,13,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
|
|
Region string `protobuf:"bytes,14,opt,name=region,proto3" json:"region,omitempty"`
|
|
StreetAddress string `protobuf:"bytes,15,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
|
|
Password string `protobuf:"bytes,16,opt,name=password,proto3" json:"password,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *CreateUserRequest) Reset() { *m = CreateUserRequest{} }
|
|
func (m *CreateUserRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*CreateUserRequest) ProtoMessage() {}
|
|
func (*CreateUserRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{9}
|
|
}
|
|
|
|
func (m *CreateUserRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_CreateUserRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *CreateUserRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_CreateUserRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *CreateUserRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_CreateUserRequest.Merge(m, src)
|
|
}
|
|
func (m *CreateUserRequest) XXX_Size() int {
|
|
return xxx_messageInfo_CreateUserRequest.Size(m)
|
|
}
|
|
func (m *CreateUserRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_CreateUserRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_CreateUserRequest proto.InternalMessageInfo
|
|
|
|
func (m *CreateUserRequest) GetUserName() string {
|
|
if m != nil {
|
|
return m.UserName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetFirstName() string {
|
|
if m != nil {
|
|
return m.FirstName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetLastName() string {
|
|
if m != nil {
|
|
return m.LastName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetNickName() string {
|
|
if m != nil {
|
|
return m.NickName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetPreferredLanguage() string {
|
|
if m != nil {
|
|
return m.PreferredLanguage
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetGender() Gender {
|
|
if m != nil {
|
|
return m.Gender
|
|
}
|
|
return Gender_GENDER_UNSPECIFIED
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetEmail() string {
|
|
if m != nil {
|
|
return m.Email
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetIsEmailVerified() bool {
|
|
if m != nil {
|
|
return m.IsEmailVerified
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetPhone() string {
|
|
if m != nil {
|
|
return m.Phone
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetIsPhoneVerified() bool {
|
|
if m != nil {
|
|
return m.IsPhoneVerified
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetCountry() string {
|
|
if m != nil {
|
|
return m.Country
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetLocality() string {
|
|
if m != nil {
|
|
return m.Locality
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetPostalCode() string {
|
|
if m != nil {
|
|
return m.PostalCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetRegion() string {
|
|
if m != nil {
|
|
return m.Region
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetStreetAddress() string {
|
|
if m != nil {
|
|
return m.StreetAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateUserRequest) GetPassword() string {
|
|
if m != nil {
|
|
return m.Password
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type User struct {
|
|
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
|
|
State UserState `protobuf:"varint,2,opt,name=state,proto3,enum=caos.zitadel.admin.api.v1.UserState" json:"state,omitempty"`
|
|
CreationDate *timestamp.Timestamp `protobuf:"bytes,3,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
|
|
ChangeDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
|
|
UserName string `protobuf:"bytes,5,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
|
|
FirstName string `protobuf:"bytes,6,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
|
|
LastName string `protobuf:"bytes,7,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
|
|
NickName string `protobuf:"bytes,8,opt,name=nick_name,json=nickName,proto3" json:"nick_name,omitempty"`
|
|
DisplayName string `protobuf:"bytes,9,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
|
|
PreferredLanguage string `protobuf:"bytes,10,opt,name=preferred_language,json=preferredLanguage,proto3" json:"preferred_language,omitempty"`
|
|
Gender Gender `protobuf:"varint,11,opt,name=gender,proto3,enum=caos.zitadel.admin.api.v1.Gender" json:"gender,omitempty"`
|
|
Email string `protobuf:"bytes,12,opt,name=email,proto3" json:"email,omitempty"`
|
|
IsEmailVerified bool `protobuf:"varint,13,opt,name=isEmailVerified,proto3" json:"isEmailVerified,omitempty"`
|
|
Phone string `protobuf:"bytes,14,opt,name=phone,proto3" json:"phone,omitempty"`
|
|
IsPhoneVerified bool `protobuf:"varint,15,opt,name=isPhoneVerified,proto3" json:"isPhoneVerified,omitempty"`
|
|
Country string `protobuf:"bytes,16,opt,name=country,proto3" json:"country,omitempty"`
|
|
Locality string `protobuf:"bytes,17,opt,name=locality,proto3" json:"locality,omitempty"`
|
|
PostalCode string `protobuf:"bytes,18,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
|
|
Region string `protobuf:"bytes,19,opt,name=region,proto3" json:"region,omitempty"`
|
|
StreetAddress string `protobuf:"bytes,20,opt,name=street_address,json=streetAddress,proto3" json:"street_address,omitempty"`
|
|
Sequence uint64 `protobuf:"varint,21,opt,name=sequence,proto3" json:"sequence,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *User) Reset() { *m = User{} }
|
|
func (m *User) String() string { return proto.CompactTextString(m) }
|
|
func (*User) ProtoMessage() {}
|
|
func (*User) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{10}
|
|
}
|
|
|
|
func (m *User) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_User.Unmarshal(m, b)
|
|
}
|
|
func (m *User) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_User.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *User) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_User.Merge(m, src)
|
|
}
|
|
func (m *User) XXX_Size() int {
|
|
return xxx_messageInfo_User.Size(m)
|
|
}
|
|
func (m *User) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_User.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_User proto.InternalMessageInfo
|
|
|
|
func (m *User) GetId() string {
|
|
if m != nil {
|
|
return m.Id
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetState() UserState {
|
|
if m != nil {
|
|
return m.State
|
|
}
|
|
return UserState_USERSTATE_UNSPECIFIED
|
|
}
|
|
|
|
func (m *User) GetCreationDate() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.CreationDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *User) GetChangeDate() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.ChangeDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *User) GetUserName() string {
|
|
if m != nil {
|
|
return m.UserName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetFirstName() string {
|
|
if m != nil {
|
|
return m.FirstName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetLastName() string {
|
|
if m != nil {
|
|
return m.LastName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetNickName() string {
|
|
if m != nil {
|
|
return m.NickName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetDisplayName() string {
|
|
if m != nil {
|
|
return m.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetPreferredLanguage() string {
|
|
if m != nil {
|
|
return m.PreferredLanguage
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetGender() Gender {
|
|
if m != nil {
|
|
return m.Gender
|
|
}
|
|
return Gender_GENDER_UNSPECIFIED
|
|
}
|
|
|
|
func (m *User) GetEmail() string {
|
|
if m != nil {
|
|
return m.Email
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetIsEmailVerified() bool {
|
|
if m != nil {
|
|
return m.IsEmailVerified
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *User) GetPhone() string {
|
|
if m != nil {
|
|
return m.Phone
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetIsPhoneVerified() bool {
|
|
if m != nil {
|
|
return m.IsPhoneVerified
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *User) GetCountry() string {
|
|
if m != nil {
|
|
return m.Country
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetLocality() string {
|
|
if m != nil {
|
|
return m.Locality
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetPostalCode() string {
|
|
if m != nil {
|
|
return m.PostalCode
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetRegion() string {
|
|
if m != nil {
|
|
return m.Region
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetStreetAddress() string {
|
|
if m != nil {
|
|
return m.StreetAddress
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *User) GetSequence() uint64 {
|
|
if m != nil {
|
|
return m.Sequence
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type CreateOrgRequest struct {
|
|
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
|
|
Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *CreateOrgRequest) Reset() { *m = CreateOrgRequest{} }
|
|
func (m *CreateOrgRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*CreateOrgRequest) ProtoMessage() {}
|
|
func (*CreateOrgRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{11}
|
|
}
|
|
|
|
func (m *CreateOrgRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_CreateOrgRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *CreateOrgRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_CreateOrgRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *CreateOrgRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_CreateOrgRequest.Merge(m, src)
|
|
}
|
|
func (m *CreateOrgRequest) XXX_Size() int {
|
|
return xxx_messageInfo_CreateOrgRequest.Size(m)
|
|
}
|
|
func (m *CreateOrgRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_CreateOrgRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_CreateOrgRequest proto.InternalMessageInfo
|
|
|
|
func (m *CreateOrgRequest) GetName() string {
|
|
if m != nil {
|
|
return m.Name
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *CreateOrgRequest) GetDomain() string {
|
|
if m != nil {
|
|
return m.Domain
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type OrgIamPolicy struct {
|
|
OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
|
|
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
|
|
UserLoginMustBeDomain bool `protobuf:"varint,3,opt,name=user_login_must_be_domain,json=userLoginMustBeDomain,proto3" json:"user_login_must_be_domain,omitempty"`
|
|
Default bool `protobuf:"varint,4,opt,name=default,proto3" json:"default,omitempty"`
|
|
Sequence uint64 `protobuf:"varint,5,opt,name=sequence,proto3" json:"sequence,omitempty"`
|
|
CreationDate *timestamp.Timestamp `protobuf:"bytes,6,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
|
|
ChangeDate *timestamp.Timestamp `protobuf:"bytes,7,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *OrgIamPolicy) Reset() { *m = OrgIamPolicy{} }
|
|
func (m *OrgIamPolicy) String() string { return proto.CompactTextString(m) }
|
|
func (*OrgIamPolicy) ProtoMessage() {}
|
|
func (*OrgIamPolicy) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{12}
|
|
}
|
|
|
|
func (m *OrgIamPolicy) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_OrgIamPolicy.Unmarshal(m, b)
|
|
}
|
|
func (m *OrgIamPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_OrgIamPolicy.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *OrgIamPolicy) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_OrgIamPolicy.Merge(m, src)
|
|
}
|
|
func (m *OrgIamPolicy) XXX_Size() int {
|
|
return xxx_messageInfo_OrgIamPolicy.Size(m)
|
|
}
|
|
func (m *OrgIamPolicy) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_OrgIamPolicy.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_OrgIamPolicy proto.InternalMessageInfo
|
|
|
|
func (m *OrgIamPolicy) GetOrgId() string {
|
|
if m != nil {
|
|
return m.OrgId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *OrgIamPolicy) GetDescription() string {
|
|
if m != nil {
|
|
return m.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *OrgIamPolicy) GetUserLoginMustBeDomain() bool {
|
|
if m != nil {
|
|
return m.UserLoginMustBeDomain
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *OrgIamPolicy) GetDefault() bool {
|
|
if m != nil {
|
|
return m.Default
|
|
}
|
|
return false
|
|
}
|
|
|
|
func (m *OrgIamPolicy) GetSequence() uint64 {
|
|
if m != nil {
|
|
return m.Sequence
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *OrgIamPolicy) GetCreationDate() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.CreationDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *OrgIamPolicy) GetChangeDate() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.ChangeDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type OrgIamPolicyRequest struct {
|
|
OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
|
|
Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
|
|
UserLoginMustBeDomain bool `protobuf:"varint,3,opt,name=user_login_must_be_domain,json=userLoginMustBeDomain,proto3" json:"user_login_must_be_domain,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *OrgIamPolicyRequest) Reset() { *m = OrgIamPolicyRequest{} }
|
|
func (m *OrgIamPolicyRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*OrgIamPolicyRequest) ProtoMessage() {}
|
|
func (*OrgIamPolicyRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{13}
|
|
}
|
|
|
|
func (m *OrgIamPolicyRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_OrgIamPolicyRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *OrgIamPolicyRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_OrgIamPolicyRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *OrgIamPolicyRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_OrgIamPolicyRequest.Merge(m, src)
|
|
}
|
|
func (m *OrgIamPolicyRequest) XXX_Size() int {
|
|
return xxx_messageInfo_OrgIamPolicyRequest.Size(m)
|
|
}
|
|
func (m *OrgIamPolicyRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_OrgIamPolicyRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_OrgIamPolicyRequest proto.InternalMessageInfo
|
|
|
|
func (m *OrgIamPolicyRequest) GetOrgId() string {
|
|
if m != nil {
|
|
return m.OrgId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *OrgIamPolicyRequest) GetDescription() string {
|
|
if m != nil {
|
|
return m.Description
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *OrgIamPolicyRequest) GetUserLoginMustBeDomain() bool {
|
|
if m != nil {
|
|
return m.UserLoginMustBeDomain
|
|
}
|
|
return false
|
|
}
|
|
|
|
type OrgIamPolicyID struct {
|
|
OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *OrgIamPolicyID) Reset() { *m = OrgIamPolicyID{} }
|
|
func (m *OrgIamPolicyID) String() string { return proto.CompactTextString(m) }
|
|
func (*OrgIamPolicyID) ProtoMessage() {}
|
|
func (*OrgIamPolicyID) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{14}
|
|
}
|
|
|
|
func (m *OrgIamPolicyID) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_OrgIamPolicyID.Unmarshal(m, b)
|
|
}
|
|
func (m *OrgIamPolicyID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_OrgIamPolicyID.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *OrgIamPolicyID) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_OrgIamPolicyID.Merge(m, src)
|
|
}
|
|
func (m *OrgIamPolicyID) XXX_Size() int {
|
|
return xxx_messageInfo_OrgIamPolicyID.Size(m)
|
|
}
|
|
func (m *OrgIamPolicyID) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_OrgIamPolicyID.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_OrgIamPolicyID proto.InternalMessageInfo
|
|
|
|
func (m *OrgIamPolicyID) GetOrgId() string {
|
|
if m != nil {
|
|
return m.OrgId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type IamMemberRoles struct {
|
|
Roles []string `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *IamMemberRoles) Reset() { *m = IamMemberRoles{} }
|
|
func (m *IamMemberRoles) String() string { return proto.CompactTextString(m) }
|
|
func (*IamMemberRoles) ProtoMessage() {}
|
|
func (*IamMemberRoles) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{15}
|
|
}
|
|
|
|
func (m *IamMemberRoles) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_IamMemberRoles.Unmarshal(m, b)
|
|
}
|
|
func (m *IamMemberRoles) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_IamMemberRoles.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *IamMemberRoles) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_IamMemberRoles.Merge(m, src)
|
|
}
|
|
func (m *IamMemberRoles) XXX_Size() int {
|
|
return xxx_messageInfo_IamMemberRoles.Size(m)
|
|
}
|
|
func (m *IamMemberRoles) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_IamMemberRoles.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_IamMemberRoles proto.InternalMessageInfo
|
|
|
|
func (m *IamMemberRoles) GetRoles() []string {
|
|
if m != nil {
|
|
return m.Roles
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type IamMember struct {
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
|
|
ChangeDate *timestamp.Timestamp `protobuf:"bytes,3,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
|
|
CreationDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
|
|
Sequence uint64 `protobuf:"varint,5,opt,name=sequence,proto3" json:"sequence,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *IamMember) Reset() { *m = IamMember{} }
|
|
func (m *IamMember) String() string { return proto.CompactTextString(m) }
|
|
func (*IamMember) ProtoMessage() {}
|
|
func (*IamMember) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{16}
|
|
}
|
|
|
|
func (m *IamMember) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_IamMember.Unmarshal(m, b)
|
|
}
|
|
func (m *IamMember) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_IamMember.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *IamMember) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_IamMember.Merge(m, src)
|
|
}
|
|
func (m *IamMember) XXX_Size() int {
|
|
return xxx_messageInfo_IamMember.Size(m)
|
|
}
|
|
func (m *IamMember) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_IamMember.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_IamMember proto.InternalMessageInfo
|
|
|
|
func (m *IamMember) GetUserId() string {
|
|
if m != nil {
|
|
return m.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *IamMember) GetRoles() []string {
|
|
if m != nil {
|
|
return m.Roles
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *IamMember) GetChangeDate() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.ChangeDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *IamMember) GetCreationDate() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.CreationDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *IamMember) GetSequence() uint64 {
|
|
if m != nil {
|
|
return m.Sequence
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type AddIamMemberRequest struct {
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *AddIamMemberRequest) Reset() { *m = AddIamMemberRequest{} }
|
|
func (m *AddIamMemberRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*AddIamMemberRequest) ProtoMessage() {}
|
|
func (*AddIamMemberRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{17}
|
|
}
|
|
|
|
func (m *AddIamMemberRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_AddIamMemberRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *AddIamMemberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_AddIamMemberRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *AddIamMemberRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_AddIamMemberRequest.Merge(m, src)
|
|
}
|
|
func (m *AddIamMemberRequest) XXX_Size() int {
|
|
return xxx_messageInfo_AddIamMemberRequest.Size(m)
|
|
}
|
|
func (m *AddIamMemberRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_AddIamMemberRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_AddIamMemberRequest proto.InternalMessageInfo
|
|
|
|
func (m *AddIamMemberRequest) GetUserId() string {
|
|
if m != nil {
|
|
return m.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *AddIamMemberRequest) GetRoles() []string {
|
|
if m != nil {
|
|
return m.Roles
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type ChangeIamMemberRequest struct {
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ChangeIamMemberRequest) Reset() { *m = ChangeIamMemberRequest{} }
|
|
func (m *ChangeIamMemberRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*ChangeIamMemberRequest) ProtoMessage() {}
|
|
func (*ChangeIamMemberRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{18}
|
|
}
|
|
|
|
func (m *ChangeIamMemberRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ChangeIamMemberRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *ChangeIamMemberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ChangeIamMemberRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ChangeIamMemberRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ChangeIamMemberRequest.Merge(m, src)
|
|
}
|
|
func (m *ChangeIamMemberRequest) XXX_Size() int {
|
|
return xxx_messageInfo_ChangeIamMemberRequest.Size(m)
|
|
}
|
|
func (m *ChangeIamMemberRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ChangeIamMemberRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ChangeIamMemberRequest proto.InternalMessageInfo
|
|
|
|
func (m *ChangeIamMemberRequest) GetUserId() string {
|
|
if m != nil {
|
|
return m.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ChangeIamMemberRequest) GetRoles() []string {
|
|
if m != nil {
|
|
return m.Roles
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type RemoveIamMemberRequest struct {
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *RemoveIamMemberRequest) Reset() { *m = RemoveIamMemberRequest{} }
|
|
func (m *RemoveIamMemberRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*RemoveIamMemberRequest) ProtoMessage() {}
|
|
func (*RemoveIamMemberRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{19}
|
|
}
|
|
|
|
func (m *RemoveIamMemberRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_RemoveIamMemberRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *RemoveIamMemberRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_RemoveIamMemberRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *RemoveIamMemberRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_RemoveIamMemberRequest.Merge(m, src)
|
|
}
|
|
func (m *RemoveIamMemberRequest) XXX_Size() int {
|
|
return xxx_messageInfo_RemoveIamMemberRequest.Size(m)
|
|
}
|
|
func (m *RemoveIamMemberRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_RemoveIamMemberRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_RemoveIamMemberRequest proto.InternalMessageInfo
|
|
|
|
func (m *RemoveIamMemberRequest) GetUserId() string {
|
|
if m != nil {
|
|
return m.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type IamMemberSearchResponse struct {
|
|
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
|
|
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
TotalResult uint64 `protobuf:"varint,3,opt,name=total_result,json=totalResult,proto3" json:"total_result,omitempty"`
|
|
Result []*IamMemberView `protobuf:"bytes,4,rep,name=result,proto3" json:"result,omitempty"`
|
|
ProcessedSequence uint64 `protobuf:"varint,5,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"`
|
|
ViewTimestamp *timestamp.Timestamp `protobuf:"bytes,6,opt,name=view_timestamp,json=viewTimestamp,proto3" json:"view_timestamp,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *IamMemberSearchResponse) Reset() { *m = IamMemberSearchResponse{} }
|
|
func (m *IamMemberSearchResponse) String() string { return proto.CompactTextString(m) }
|
|
func (*IamMemberSearchResponse) ProtoMessage() {}
|
|
func (*IamMemberSearchResponse) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{20}
|
|
}
|
|
|
|
func (m *IamMemberSearchResponse) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_IamMemberSearchResponse.Unmarshal(m, b)
|
|
}
|
|
func (m *IamMemberSearchResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_IamMemberSearchResponse.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *IamMemberSearchResponse) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_IamMemberSearchResponse.Merge(m, src)
|
|
}
|
|
func (m *IamMemberSearchResponse) XXX_Size() int {
|
|
return xxx_messageInfo_IamMemberSearchResponse.Size(m)
|
|
}
|
|
func (m *IamMemberSearchResponse) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_IamMemberSearchResponse.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_IamMemberSearchResponse proto.InternalMessageInfo
|
|
|
|
func (m *IamMemberSearchResponse) GetOffset() uint64 {
|
|
if m != nil {
|
|
return m.Offset
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *IamMemberSearchResponse) GetLimit() uint64 {
|
|
if m != nil {
|
|
return m.Limit
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *IamMemberSearchResponse) GetTotalResult() uint64 {
|
|
if m != nil {
|
|
return m.TotalResult
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *IamMemberSearchResponse) GetResult() []*IamMemberView {
|
|
if m != nil {
|
|
return m.Result
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *IamMemberSearchResponse) GetProcessedSequence() uint64 {
|
|
if m != nil {
|
|
return m.ProcessedSequence
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *IamMemberSearchResponse) GetViewTimestamp() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.ViewTimestamp
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type IamMemberView struct {
|
|
UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
|
|
Roles []string `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
|
|
ChangeDate *timestamp.Timestamp `protobuf:"bytes,3,opt,name=change_date,json=changeDate,proto3" json:"change_date,omitempty"`
|
|
CreationDate *timestamp.Timestamp `protobuf:"bytes,4,opt,name=creation_date,json=creationDate,proto3" json:"creation_date,omitempty"`
|
|
Sequence uint64 `protobuf:"varint,5,opt,name=sequence,proto3" json:"sequence,omitempty"`
|
|
UserName string `protobuf:"bytes,6,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"`
|
|
Email string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
|
|
FirstName string `protobuf:"bytes,8,opt,name=first_name,json=firstName,proto3" json:"first_name,omitempty"`
|
|
LastName string `protobuf:"bytes,9,opt,name=last_name,json=lastName,proto3" json:"last_name,omitempty"`
|
|
DisplayName string `protobuf:"bytes,10,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *IamMemberView) Reset() { *m = IamMemberView{} }
|
|
func (m *IamMemberView) String() string { return proto.CompactTextString(m) }
|
|
func (*IamMemberView) ProtoMessage() {}
|
|
func (*IamMemberView) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{21}
|
|
}
|
|
|
|
func (m *IamMemberView) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_IamMemberView.Unmarshal(m, b)
|
|
}
|
|
func (m *IamMemberView) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_IamMemberView.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *IamMemberView) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_IamMemberView.Merge(m, src)
|
|
}
|
|
func (m *IamMemberView) XXX_Size() int {
|
|
return xxx_messageInfo_IamMemberView.Size(m)
|
|
}
|
|
func (m *IamMemberView) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_IamMemberView.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_IamMemberView proto.InternalMessageInfo
|
|
|
|
func (m *IamMemberView) GetUserId() string {
|
|
if m != nil {
|
|
return m.UserId
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *IamMemberView) GetRoles() []string {
|
|
if m != nil {
|
|
return m.Roles
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *IamMemberView) GetChangeDate() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.ChangeDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *IamMemberView) GetCreationDate() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.CreationDate
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func (m *IamMemberView) GetSequence() uint64 {
|
|
if m != nil {
|
|
return m.Sequence
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *IamMemberView) GetUserName() string {
|
|
if m != nil {
|
|
return m.UserName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *IamMemberView) GetEmail() string {
|
|
if m != nil {
|
|
return m.Email
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *IamMemberView) GetFirstName() string {
|
|
if m != nil {
|
|
return m.FirstName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *IamMemberView) GetLastName() string {
|
|
if m != nil {
|
|
return m.LastName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *IamMemberView) GetDisplayName() string {
|
|
if m != nil {
|
|
return m.DisplayName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type IamMemberSearchRequest struct {
|
|
Offset uint64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
|
|
Limit uint64 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
|
|
Queries []*IamMemberSearchQuery `protobuf:"bytes,3,rep,name=queries,proto3" json:"queries,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *IamMemberSearchRequest) Reset() { *m = IamMemberSearchRequest{} }
|
|
func (m *IamMemberSearchRequest) String() string { return proto.CompactTextString(m) }
|
|
func (*IamMemberSearchRequest) ProtoMessage() {}
|
|
func (*IamMemberSearchRequest) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{22}
|
|
}
|
|
|
|
func (m *IamMemberSearchRequest) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_IamMemberSearchRequest.Unmarshal(m, b)
|
|
}
|
|
func (m *IamMemberSearchRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_IamMemberSearchRequest.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *IamMemberSearchRequest) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_IamMemberSearchRequest.Merge(m, src)
|
|
}
|
|
func (m *IamMemberSearchRequest) XXX_Size() int {
|
|
return xxx_messageInfo_IamMemberSearchRequest.Size(m)
|
|
}
|
|
func (m *IamMemberSearchRequest) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_IamMemberSearchRequest.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_IamMemberSearchRequest proto.InternalMessageInfo
|
|
|
|
func (m *IamMemberSearchRequest) GetOffset() uint64 {
|
|
if m != nil {
|
|
return m.Offset
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *IamMemberSearchRequest) GetLimit() uint64 {
|
|
if m != nil {
|
|
return m.Limit
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *IamMemberSearchRequest) GetQueries() []*IamMemberSearchQuery {
|
|
if m != nil {
|
|
return m.Queries
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type IamMemberSearchQuery struct {
|
|
Key IamMemberSearchKey `protobuf:"varint,1,opt,name=key,proto3,enum=caos.zitadel.admin.api.v1.IamMemberSearchKey" json:"key,omitempty"`
|
|
Method SearchMethod `protobuf:"varint,2,opt,name=method,proto3,enum=caos.zitadel.admin.api.v1.SearchMethod" json:"method,omitempty"`
|
|
Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *IamMemberSearchQuery) Reset() { *m = IamMemberSearchQuery{} }
|
|
func (m *IamMemberSearchQuery) String() string { return proto.CompactTextString(m) }
|
|
func (*IamMemberSearchQuery) ProtoMessage() {}
|
|
func (*IamMemberSearchQuery) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{23}
|
|
}
|
|
|
|
func (m *IamMemberSearchQuery) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_IamMemberSearchQuery.Unmarshal(m, b)
|
|
}
|
|
func (m *IamMemberSearchQuery) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_IamMemberSearchQuery.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *IamMemberSearchQuery) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_IamMemberSearchQuery.Merge(m, src)
|
|
}
|
|
func (m *IamMemberSearchQuery) XXX_Size() int {
|
|
return xxx_messageInfo_IamMemberSearchQuery.Size(m)
|
|
}
|
|
func (m *IamMemberSearchQuery) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_IamMemberSearchQuery.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_IamMemberSearchQuery proto.InternalMessageInfo
|
|
|
|
func (m *IamMemberSearchQuery) GetKey() IamMemberSearchKey {
|
|
if m != nil {
|
|
return m.Key
|
|
}
|
|
return IamMemberSearchKey_IAMMEMBERSEARCHKEY_UNSPECIFIED
|
|
}
|
|
|
|
func (m *IamMemberSearchQuery) GetMethod() SearchMethod {
|
|
if m != nil {
|
|
return m.Method
|
|
}
|
|
return SearchMethod_SEARCHMETHOD_EQUALS
|
|
}
|
|
|
|
func (m *IamMemberSearchQuery) GetValue() string {
|
|
if m != nil {
|
|
return m.Value
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type FailedEventID struct {
|
|
Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
|
|
ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
|
|
FailedSequence uint64 `protobuf:"varint,3,opt,name=failed_sequence,json=failedSequence,proto3" json:"failed_sequence,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FailedEventID) Reset() { *m = FailedEventID{} }
|
|
func (m *FailedEventID) String() string { return proto.CompactTextString(m) }
|
|
func (*FailedEventID) ProtoMessage() {}
|
|
func (*FailedEventID) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{24}
|
|
}
|
|
|
|
func (m *FailedEventID) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FailedEventID.Unmarshal(m, b)
|
|
}
|
|
func (m *FailedEventID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FailedEventID.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *FailedEventID) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FailedEventID.Merge(m, src)
|
|
}
|
|
func (m *FailedEventID) XXX_Size() int {
|
|
return xxx_messageInfo_FailedEventID.Size(m)
|
|
}
|
|
func (m *FailedEventID) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FailedEventID.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FailedEventID proto.InternalMessageInfo
|
|
|
|
func (m *FailedEventID) GetDatabase() string {
|
|
if m != nil {
|
|
return m.Database
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *FailedEventID) GetViewName() string {
|
|
if m != nil {
|
|
return m.ViewName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *FailedEventID) GetFailedSequence() uint64 {
|
|
if m != nil {
|
|
return m.FailedSequence
|
|
}
|
|
return 0
|
|
}
|
|
|
|
type FailedEvents struct {
|
|
FailedEvents []*FailedEvent `protobuf:"bytes,1,rep,name=failed_events,json=failedEvents,proto3" json:"failed_events,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FailedEvents) Reset() { *m = FailedEvents{} }
|
|
func (m *FailedEvents) String() string { return proto.CompactTextString(m) }
|
|
func (*FailedEvents) ProtoMessage() {}
|
|
func (*FailedEvents) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{25}
|
|
}
|
|
|
|
func (m *FailedEvents) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FailedEvents.Unmarshal(m, b)
|
|
}
|
|
func (m *FailedEvents) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FailedEvents.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *FailedEvents) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FailedEvents.Merge(m, src)
|
|
}
|
|
func (m *FailedEvents) XXX_Size() int {
|
|
return xxx_messageInfo_FailedEvents.Size(m)
|
|
}
|
|
func (m *FailedEvents) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FailedEvents.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FailedEvents proto.InternalMessageInfo
|
|
|
|
func (m *FailedEvents) GetFailedEvents() []*FailedEvent {
|
|
if m != nil {
|
|
return m.FailedEvents
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type FailedEvent struct {
|
|
Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
|
|
ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
|
|
FailedSequence uint64 `protobuf:"varint,3,opt,name=failed_sequence,json=failedSequence,proto3" json:"failed_sequence,omitempty"`
|
|
FailureCount uint64 `protobuf:"varint,4,opt,name=failure_count,json=failureCount,proto3" json:"failure_count,omitempty"`
|
|
ErrorMessage string `protobuf:"bytes,5,opt,name=error_message,json=errorMessage,proto3" json:"error_message,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *FailedEvent) Reset() { *m = FailedEvent{} }
|
|
func (m *FailedEvent) String() string { return proto.CompactTextString(m) }
|
|
func (*FailedEvent) ProtoMessage() {}
|
|
func (*FailedEvent) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{26}
|
|
}
|
|
|
|
func (m *FailedEvent) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_FailedEvent.Unmarshal(m, b)
|
|
}
|
|
func (m *FailedEvent) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_FailedEvent.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *FailedEvent) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_FailedEvent.Merge(m, src)
|
|
}
|
|
func (m *FailedEvent) XXX_Size() int {
|
|
return xxx_messageInfo_FailedEvent.Size(m)
|
|
}
|
|
func (m *FailedEvent) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_FailedEvent.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_FailedEvent proto.InternalMessageInfo
|
|
|
|
func (m *FailedEvent) GetDatabase() string {
|
|
if m != nil {
|
|
return m.Database
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *FailedEvent) GetViewName() string {
|
|
if m != nil {
|
|
return m.ViewName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *FailedEvent) GetFailedSequence() uint64 {
|
|
if m != nil {
|
|
return m.FailedSequence
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *FailedEvent) GetFailureCount() uint64 {
|
|
if m != nil {
|
|
return m.FailureCount
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *FailedEvent) GetErrorMessage() string {
|
|
if m != nil {
|
|
return m.ErrorMessage
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type ViewID struct {
|
|
Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
|
|
ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *ViewID) Reset() { *m = ViewID{} }
|
|
func (m *ViewID) String() string { return proto.CompactTextString(m) }
|
|
func (*ViewID) ProtoMessage() {}
|
|
func (*ViewID) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{27}
|
|
}
|
|
|
|
func (m *ViewID) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_ViewID.Unmarshal(m, b)
|
|
}
|
|
func (m *ViewID) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_ViewID.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *ViewID) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_ViewID.Merge(m, src)
|
|
}
|
|
func (m *ViewID) XXX_Size() int {
|
|
return xxx_messageInfo_ViewID.Size(m)
|
|
}
|
|
func (m *ViewID) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_ViewID.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_ViewID proto.InternalMessageInfo
|
|
|
|
func (m *ViewID) GetDatabase() string {
|
|
if m != nil {
|
|
return m.Database
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *ViewID) GetViewName() string {
|
|
if m != nil {
|
|
return m.ViewName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
type Views struct {
|
|
Views []*View `protobuf:"bytes,1,rep,name=views,proto3" json:"views,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *Views) Reset() { *m = Views{} }
|
|
func (m *Views) String() string { return proto.CompactTextString(m) }
|
|
func (*Views) ProtoMessage() {}
|
|
func (*Views) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{28}
|
|
}
|
|
|
|
func (m *Views) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_Views.Unmarshal(m, b)
|
|
}
|
|
func (m *Views) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_Views.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *Views) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_Views.Merge(m, src)
|
|
}
|
|
func (m *Views) XXX_Size() int {
|
|
return xxx_messageInfo_Views.Size(m)
|
|
}
|
|
func (m *Views) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_Views.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_Views proto.InternalMessageInfo
|
|
|
|
func (m *Views) GetViews() []*View {
|
|
if m != nil {
|
|
return m.Views
|
|
}
|
|
return nil
|
|
}
|
|
|
|
type View struct {
|
|
Database string `protobuf:"bytes,1,opt,name=database,proto3" json:"database,omitempty"`
|
|
ViewName string `protobuf:"bytes,2,opt,name=view_name,json=viewName,proto3" json:"view_name,omitempty"`
|
|
ProcessedSequence uint64 `protobuf:"varint,3,opt,name=processed_sequence,json=processedSequence,proto3" json:"processed_sequence,omitempty"`
|
|
ViewTimestamp *timestamp.Timestamp `protobuf:"bytes,4,opt,name=view_timestamp,json=viewTimestamp,proto3" json:"view_timestamp,omitempty"`
|
|
XXX_NoUnkeyedLiteral struct{} `json:"-"`
|
|
XXX_unrecognized []byte `json:"-"`
|
|
XXX_sizecache int32 `json:"-"`
|
|
}
|
|
|
|
func (m *View) Reset() { *m = View{} }
|
|
func (m *View) String() string { return proto.CompactTextString(m) }
|
|
func (*View) ProtoMessage() {}
|
|
func (*View) Descriptor() ([]byte, []int) {
|
|
return fileDescriptor_73a7fc70dcc2027c, []int{29}
|
|
}
|
|
|
|
func (m *View) XXX_Unmarshal(b []byte) error {
|
|
return xxx_messageInfo_View.Unmarshal(m, b)
|
|
}
|
|
func (m *View) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
return xxx_messageInfo_View.Marshal(b, m, deterministic)
|
|
}
|
|
func (m *View) XXX_Merge(src proto.Message) {
|
|
xxx_messageInfo_View.Merge(m, src)
|
|
}
|
|
func (m *View) XXX_Size() int {
|
|
return xxx_messageInfo_View.Size(m)
|
|
}
|
|
func (m *View) XXX_DiscardUnknown() {
|
|
xxx_messageInfo_View.DiscardUnknown(m)
|
|
}
|
|
|
|
var xxx_messageInfo_View proto.InternalMessageInfo
|
|
|
|
func (m *View) GetDatabase() string {
|
|
if m != nil {
|
|
return m.Database
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *View) GetViewName() string {
|
|
if m != nil {
|
|
return m.ViewName
|
|
}
|
|
return ""
|
|
}
|
|
|
|
func (m *View) GetProcessedSequence() uint64 {
|
|
if m != nil {
|
|
return m.ProcessedSequence
|
|
}
|
|
return 0
|
|
}
|
|
|
|
func (m *View) GetViewTimestamp() *timestamp.Timestamp {
|
|
if m != nil {
|
|
return m.ViewTimestamp
|
|
}
|
|
return nil
|
|
}
|
|
|
|
func init() {
|
|
proto.RegisterEnum("caos.zitadel.admin.api.v1.OrgState", OrgState_name, OrgState_value)
|
|
proto.RegisterEnum("caos.zitadel.admin.api.v1.OrgSearchKey", OrgSearchKey_name, OrgSearchKey_value)
|
|
proto.RegisterEnum("caos.zitadel.admin.api.v1.OrgSearchMethod", OrgSearchMethod_name, OrgSearchMethod_value)
|
|
proto.RegisterEnum("caos.zitadel.admin.api.v1.UserState", UserState_name, UserState_value)
|
|
proto.RegisterEnum("caos.zitadel.admin.api.v1.Gender", Gender_name, Gender_value)
|
|
proto.RegisterEnum("caos.zitadel.admin.api.v1.IamMemberSearchKey", IamMemberSearchKey_name, IamMemberSearchKey_value)
|
|
proto.RegisterEnum("caos.zitadel.admin.api.v1.SearchMethod", SearchMethod_name, SearchMethod_value)
|
|
proto.RegisterType((*OrgID)(nil), "caos.zitadel.admin.api.v1.OrgID")
|
|
proto.RegisterType((*UniqueOrgRequest)(nil), "caos.zitadel.admin.api.v1.UniqueOrgRequest")
|
|
proto.RegisterType((*UniqueOrgResponse)(nil), "caos.zitadel.admin.api.v1.UniqueOrgResponse")
|
|
proto.RegisterType((*Org)(nil), "caos.zitadel.admin.api.v1.Org")
|
|
proto.RegisterType((*OrgSearchRequest)(nil), "caos.zitadel.admin.api.v1.OrgSearchRequest")
|
|
proto.RegisterType((*OrgSearchQuery)(nil), "caos.zitadel.admin.api.v1.OrgSearchQuery")
|
|
proto.RegisterType((*OrgSearchResponse)(nil), "caos.zitadel.admin.api.v1.OrgSearchResponse")
|
|
proto.RegisterType((*OrgSetUpRequest)(nil), "caos.zitadel.admin.api.v1.OrgSetUpRequest")
|
|
proto.RegisterType((*OrgSetUpResponse)(nil), "caos.zitadel.admin.api.v1.OrgSetUpResponse")
|
|
proto.RegisterType((*CreateUserRequest)(nil), "caos.zitadel.admin.api.v1.CreateUserRequest")
|
|
proto.RegisterType((*User)(nil), "caos.zitadel.admin.api.v1.User")
|
|
proto.RegisterType((*CreateOrgRequest)(nil), "caos.zitadel.admin.api.v1.CreateOrgRequest")
|
|
proto.RegisterType((*OrgIamPolicy)(nil), "caos.zitadel.admin.api.v1.OrgIamPolicy")
|
|
proto.RegisterType((*OrgIamPolicyRequest)(nil), "caos.zitadel.admin.api.v1.OrgIamPolicyRequest")
|
|
proto.RegisterType((*OrgIamPolicyID)(nil), "caos.zitadel.admin.api.v1.OrgIamPolicyID")
|
|
proto.RegisterType((*IamMemberRoles)(nil), "caos.zitadel.admin.api.v1.IamMemberRoles")
|
|
proto.RegisterType((*IamMember)(nil), "caos.zitadel.admin.api.v1.IamMember")
|
|
proto.RegisterType((*AddIamMemberRequest)(nil), "caos.zitadel.admin.api.v1.AddIamMemberRequest")
|
|
proto.RegisterType((*ChangeIamMemberRequest)(nil), "caos.zitadel.admin.api.v1.ChangeIamMemberRequest")
|
|
proto.RegisterType((*RemoveIamMemberRequest)(nil), "caos.zitadel.admin.api.v1.RemoveIamMemberRequest")
|
|
proto.RegisterType((*IamMemberSearchResponse)(nil), "caos.zitadel.admin.api.v1.IamMemberSearchResponse")
|
|
proto.RegisterType((*IamMemberView)(nil), "caos.zitadel.admin.api.v1.IamMemberView")
|
|
proto.RegisterType((*IamMemberSearchRequest)(nil), "caos.zitadel.admin.api.v1.IamMemberSearchRequest")
|
|
proto.RegisterType((*IamMemberSearchQuery)(nil), "caos.zitadel.admin.api.v1.IamMemberSearchQuery")
|
|
proto.RegisterType((*FailedEventID)(nil), "caos.zitadel.admin.api.v1.FailedEventID")
|
|
proto.RegisterType((*FailedEvents)(nil), "caos.zitadel.admin.api.v1.FailedEvents")
|
|
proto.RegisterType((*FailedEvent)(nil), "caos.zitadel.admin.api.v1.FailedEvent")
|
|
proto.RegisterType((*ViewID)(nil), "caos.zitadel.admin.api.v1.ViewID")
|
|
proto.RegisterType((*Views)(nil), "caos.zitadel.admin.api.v1.Views")
|
|
proto.RegisterType((*View)(nil), "caos.zitadel.admin.api.v1.View")
|
|
}
|
|
|
|
func init() { proto.RegisterFile("admin.proto", fileDescriptor_73a7fc70dcc2027c) }
|
|
|
|
var fileDescriptor_73a7fc70dcc2027c = []byte{
|
|
// 2932 bytes of a gzipped FileDescriptorProto
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x59, 0x4b, 0x73, 0xdb, 0xd6,
|
|
0xf5, 0x0f, 0xf8, 0x12, 0x79, 0x48, 0x51, 0xe0, 0xb5, 0x1e, 0x34, 0x65, 0xc7, 0x32, 0xfc, 0x96,
|
|
0x63, 0xd1, 0x56, 0xfe, 0x79, 0xf9, 0x3f, 0x6d, 0x42, 0x91, 0xb0, 0x8c, 0xb1, 0x44, 0x3a, 0x20,
|
|
0xe5, 0xa6, 0xed, 0x02, 0x85, 0x88, 0x2b, 0x0a, 0x0d, 0x49, 0xd0, 0x00, 0x28, 0x57, 0x71, 0xbd,
|
|
0x71, 0xa7, 0x33, 0x9d, 0xe9, 0x4c, 0xd2, 0xa6, 0xdb, 0x4c, 0xbb, 0xe9, 0xa2, 0x33, 0x5d, 0x64,
|
|
0x3a, 0x1d, 0xcf, 0xf4, 0xf1, 0x05, 0xba, 0x6f, 0x3f, 0x42, 0x57, 0xd9, 0x75, 0xeb, 0x55, 0xe7,
|
|
0xde, 0x0b, 0x80, 0x00, 0x09, 0x42, 0x54, 0x32, 0x69, 0x33, 0x5d, 0x91, 0x38, 0xe7, 0x77, 0xce,
|
|
0xfd, 0xe1, 0xdc, 0x73, 0xee, 0xe3, 0x00, 0xb2, 0xaa, 0xd6, 0xd3, 0xfb, 0x1b, 0x03, 0xd3, 0xb0,
|
|
0x0d, 0x74, 0xb6, 0xad, 0x1a, 0xd6, 0xc6, 0x47, 0xba, 0xad, 0x6a, 0xb8, 0xbb, 0xc1, 0x34, 0xea,
|
|
0x40, 0xdf, 0x38, 0xba, 0x53, 0x3a, 0xd7, 0x31, 0x8c, 0x4e, 0x17, 0x97, 0xd5, 0x81, 0x5e, 0x56,
|
|
0xfb, 0x7d, 0xc3, 0x56, 0x6d, 0xdd, 0xe8, 0x5b, 0xcc, 0xb0, 0xb4, 0xea, 0x68, 0xe9, 0xd3, 0xfe,
|
|
0xf0, 0xa0, 0x8c, 0x7b, 0x03, 0xfb, 0xd8, 0x51, 0x5e, 0x18, 0x57, 0xda, 0x7a, 0x0f, 0x5b, 0xb6,
|
|
0xda, 0x1b, 0x38, 0x80, 0x73, 0xe3, 0x00, 0xcb, 0x36, 0x87, 0x6d, 0xdb, 0xd1, 0xae, 0x1c, 0xa9,
|
|
0x5d, 0x5d, 0x53, 0x6d, 0x5c, 0x76, 0xff, 0x38, 0x8a, 0xd7, 0xe8, 0x4f, 0xfb, 0x56, 0x07, 0xf7,
|
|
0x6f, 0x59, 0x4f, 0xd4, 0x4e, 0x07, 0x9b, 0x65, 0x63, 0x40, 0x69, 0x85, 0x50, 0x2c, 0xaa, 0x43,
|
|
0xfb, 0x90, 0xa9, 0x5d, 0x14, 0xd3, 0x08, 0x2b, 0x90, 0x6c, 0x98, 0x1d, 0xa9, 0x86, 0xf2, 0x10,
|
|
0xd3, 0xb5, 0x22, 0xb7, 0xc6, 0x5d, 0xcf, 0xc8, 0x31, 0x5d, 0x13, 0x1e, 0x02, 0xbf, 0xd7, 0xd7,
|
|
0x1f, 0x0f, 0x71, 0xc3, 0xec, 0xc8, 0xf8, 0xf1, 0x10, 0x5b, 0x36, 0x5a, 0x85, 0x44, 0x5f, 0xed,
|
|
0x61, 0x86, 0xda, 0x9a, 0x7b, 0xb9, 0x95, 0x30, 0x63, 0x3c, 0x27, 0x53, 0x21, 0xba, 0x00, 0x29,
|
|
0xcd, 0xe8, 0xa9, 0x7a, 0xbf, 0x18, 0x0b, 0xaa, 0x1d, 0xb1, 0x70, 0x1b, 0x0a, 0x3e, 0x8f, 0xd6,
|
|
0xc0, 0xe8, 0x5b, 0x18, 0xad, 0x42, 0x46, 0xb7, 0x94, 0x21, 0x95, 0x53, 0xbf, 0x69, 0x39, 0xad,
|
|
0x5b, 0x0c, 0x27, 0xbc, 0xe4, 0x20, 0xde, 0x30, 0x3b, 0xe3, 0xdc, 0xd0, 0x3b, 0x90, 0xb4, 0x6c,
|
|
0xd5, 0xc6, 0x74, 0xa4, 0xfc, 0xe6, 0xa5, 0x8d, 0xa9, 0x53, 0xb7, 0xd1, 0x30, 0x3b, 0x4d, 0x02,
|
|
0x95, 0x99, 0x05, 0x7a, 0x17, 0xe6, 0xdb, 0x26, 0xa6, 0xc1, 0x51, 0x48, 0x38, 0x8b, 0xf1, 0x35,
|
|
0xee, 0x7a, 0x76, 0xb3, 0xb4, 0xc1, 0xa6, 0x61, 0xc3, 0x9d, 0x86, 0x8d, 0x96, 0x3b, 0x4f, 0x72,
|
|
0xce, 0x35, 0xa8, 0x11, 0x07, 0xff, 0x0f, 0xd9, 0xf6, 0xa1, 0xda, 0xef, 0x60, 0x66, 0x9e, 0x38,
|
|
0xd1, 0x1c, 0x18, 0x9c, 0x1a, 0x23, 0x27, 0x80, 0x49, 0xfa, 0x2a, 0x2c, 0x6e, 0xcb, 0x5e, 0xdc,
|
|
0x52, 0x54, 0xea, 0x86, 0xeb, 0x5f, 0x1c, 0xf0, 0x84, 0x3d, 0x56, 0xcd, 0xf6, 0xa1, 0x3b, 0x03,
|
|
0xcb, 0x90, 0x32, 0x0e, 0x0e, 0x2c, 0x6c, 0xd3, 0x68, 0x24, 0x64, 0xe7, 0x09, 0x2d, 0x42, 0xb2,
|
|
0xab, 0xf7, 0x74, 0x9b, 0x46, 0x24, 0x21, 0xb3, 0x07, 0xf4, 0x01, 0xe4, 0x2d, 0xc3, 0xb4, 0xf5,
|
|
0x7e, 0x47, 0x69, 0x1b, 0xdd, 0x61, 0xaf, 0x4f, 0xdf, 0x36, 0xbf, 0x79, 0xed, 0x84, 0x80, 0xd1,
|
|
0x21, 0x1f, 0xe0, 0xe3, 0xad, 0xf4, 0xcb, 0xad, 0xe4, 0x73, 0x2e, 0xb6, 0xf6, 0x8a, 0x3c, 0xef,
|
|
0x38, 0xaa, 0x52, 0x3f, 0x88, 0x87, 0xb8, 0x6a, 0xb5, 0xe9, 0xdb, 0xa7, 0x65, 0xf2, 0x17, 0x55,
|
|
0x61, 0xee, 0xf1, 0x10, 0x9b, 0x3a, 0xb6, 0x8a, 0xc9, 0xb5, 0xf8, 0xf5, 0xec, 0xe6, 0x8d, 0x59,
|
|
0x06, 0x79, 0x7f, 0x88, 0xcd, 0x63, 0xd9, 0xb5, 0x14, 0x3e, 0xe7, 0x20, 0x1f, 0xd4, 0xa1, 0x2a,
|
|
0xc4, 0x3f, 0xc4, 0xc7, 0xf4, 0x75, 0xbf, 0x14, 0x71, 0x62, 0x8d, 0xb6, 0x20, 0xd5, 0xc3, 0xf6,
|
|
0xa1, 0xa1, 0x39, 0x19, 0xb3, 0x3e, 0x8b, 0x9f, 0x5d, 0x6a, 0x21, 0x3b, 0x96, 0x24, 0xc4, 0x47,
|
|
0x6a, 0x77, 0xc8, 0x32, 0x26, 0x23, 0xb3, 0x07, 0xe1, 0xe3, 0x18, 0x14, 0x7c, 0xb3, 0xe4, 0x64,
|
|
0xf5, 0xe9, 0xa6, 0xe9, 0x22, 0xe4, 0x6c, 0xc3, 0x56, 0xbb, 0x8a, 0x89, 0xad, 0x61, 0xd7, 0xa6,
|
|
0x03, 0x24, 0xe4, 0x2c, 0x95, 0xc9, 0x54, 0x84, 0xde, 0x84, 0x94, 0xa3, 0x4c, 0xd0, 0xe0, 0xbe,
|
|
0x1a, 0xfd, 0x02, 0xb2, 0x83, 0x46, 0xb7, 0x00, 0x0d, 0x4c, 0xa3, 0x8d, 0x2d, 0x0b, 0x6b, 0x8a,
|
|
0x45, 0x92, 0xa8, 0xdf, 0x66, 0xe9, 0x97, 0x90, 0x0b, 0x9e, 0xa6, 0xe9, 0x28, 0x50, 0x05, 0xf2,
|
|
0x47, 0x3a, 0x7e, 0xa2, 0x78, 0x8b, 0x14, 0xcd, 0xc9, 0xe8, 0xfc, 0x9e, 0x27, 0x16, 0xde, 0xa3,
|
|
0xf0, 0x29, 0x07, 0x0b, 0x34, 0x20, 0xf6, 0xde, 0xc0, 0xcd, 0xda, 0x6f, 0x41, 0xdc, 0x30, 0x3b,
|
|
0x34, 0x16, 0xd9, 0xcd, 0x9b, 0x11, 0xd4, 0xab, 0xa4, 0xd2, 0x7c, 0x2b, 0x8e, 0x4c, 0xec, 0xd0,
|
|
0x7b, 0x90, 0x18, 0x5a, 0xd8, 0xa4, 0x41, 0xcb, 0x6e, 0xbe, 0x76, 0xa2, 0xfd, 0x9e, 0x85, 0x4d,
|
|
0xd7, 0x01, 0xb5, 0x14, 0x8e, 0x9d, 0x52, 0xa2, 0x9c, 0x9c, 0x39, 0xba, 0xed, 0x27, 0x75, 0x52,
|
|
0x3c, 0x29, 0x8f, 0xd7, 0x03, 0x3c, 0x2e, 0x44, 0x98, 0x50, 0x06, 0x6c, 0xe8, 0x3f, 0x26, 0xa1,
|
|
0x30, 0x41, 0x0b, 0x5d, 0x83, 0x0c, 0xd1, 0x2a, 0xbe, 0xe5, 0x14, 0x5e, 0x6e, 0xcd, 0x99, 0x49,
|
|
0x9e, 0x2b, 0xfe, 0x8d, 0x93, 0xd3, 0x44, 0x59, 0x27, 0xab, 0xc3, 0x0d, 0x80, 0x03, 0xdd, 0xb4,
|
|
0x6c, 0x86, 0x8c, 0x4d, 0x20, 0x33, 0x54, 0x4b, 0xa1, 0xd7, 0x20, 0xd3, 0x55, 0x5d, 0x64, 0x7c,
|
|
0xd2, 0x27, 0x51, 0x52, 0xe0, 0x15, 0xc8, 0xf4, 0xf5, 0xf6, 0x87, 0x0c, 0x98, 0xa0, 0x40, 0x52,
|
|
0x2f, 0x66, 0x9c, 0xc2, 0x88, 0x8a, 0xc2, 0xde, 0x22, 0xb9, 0x83, 0x0f, 0xb0, 0x69, 0x62, 0x4d,
|
|
0xe9, 0xaa, 0xfd, 0xce, 0x50, 0xed, 0x38, 0x4b, 0x97, 0x0f, 0x5f, 0xf0, 0x30, 0x3b, 0x0e, 0x04,
|
|
0xbd, 0x03, 0xa9, 0x0e, 0xee, 0x6b, 0xd8, 0xa4, 0xd9, 0x93, 0xdf, 0xbc, 0x18, 0x11, 0xa9, 0x6d,
|
|
0x0a, 0x94, 0x1d, 0x03, 0x24, 0x40, 0x12, 0xf7, 0x54, 0xbd, 0x5b, 0x9c, 0xa3, 0xc3, 0xe4, 0x5e,
|
|
0x6e, 0x65, 0xcc, 0x39, 0xca, 0xff, 0x07, 0x9c, 0xcc, 0x54, 0x68, 0x1d, 0x0a, 0xba, 0xa5, 0xd0,
|
|
0xff, 0xca, 0x11, 0x36, 0xf5, 0x03, 0x1d, 0x6b, 0xc5, 0x34, 0x5d, 0x89, 0x16, 0x74, 0x4b, 0x24,
|
|
0xf2, 0x47, 0x8e, 0x18, 0x9d, 0x87, 0xe4, 0xe0, 0xd0, 0xe8, 0xe3, 0x62, 0xc6, 0xb7, 0x27, 0x15,
|
|
0x17, 0x65, 0x26, 0x75, 0x5c, 0xd1, 0xff, 0x23, 0x57, 0xe0, 0xba, 0x7a, 0x48, 0xe4, 0x9e, 0x2b,
|
|
0x01, 0xe6, 0xda, 0xc6, 0xb0, 0x6f, 0x9b, 0xc7, 0xc5, 0xec, 0x58, 0x0c, 0x5c, 0x05, 0xba, 0x0c,
|
|
0xe9, 0xae, 0xd1, 0x56, 0xbb, 0xba, 0x7d, 0x5c, 0xcc, 0x8d, 0x07, 0xd6, 0xd5, 0xa0, 0x1b, 0x90,
|
|
0x1d, 0x18, 0x16, 0x29, 0xf8, 0xb6, 0xa1, 0xe1, 0xe2, 0xfc, 0x18, 0x10, 0x98, 0xb2, 0x6a, 0x68,
|
|
0x18, 0xad, 0x91, 0xba, 0xef, 0xe8, 0x46, 0xbf, 0x98, 0x1f, 0x43, 0x39, 0x72, 0x54, 0x86, 0xbc,
|
|
0x65, 0x9b, 0x18, 0xdb, 0x8a, 0xaa, 0x69, 0x26, 0xb6, 0xac, 0xe2, 0xc2, 0x18, 0x72, 0x9e, 0xe9,
|
|
0x2b, 0x4c, 0x8d, 0x2e, 0x41, 0x7a, 0xa0, 0x5a, 0xd6, 0x13, 0xc3, 0xd4, 0x8a, 0xbc, 0x3f, 0x2a,
|
|
0xf7, 0x65, 0x4f, 0x21, 0xfc, 0x34, 0x05, 0x09, 0x92, 0xaf, 0x13, 0x5b, 0xef, 0xdd, 0xe0, 0xd6,
|
|
0x7b, 0xf9, 0x84, 0x22, 0xf8, 0x06, 0xed, 0xbd, 0xab, 0xfe, 0x92, 0x63, 0x1b, 0xf0, 0xa8, 0xcc,
|
|
0xce, 0x07, 0xca, 0x8c, 0x6d, 0xc4, 0xbe, 0xd2, 0x5a, 0xf5, 0x97, 0xd6, 0x1c, 0xb3, 0xf5, 0xca,
|
|
0x69, 0xd5, 0x5f, 0x4e, 0x69, 0xa6, 0xf4, 0x8a, 0xe8, 0x22, 0xe4, 0x34, 0xdd, 0x1a, 0x74, 0xd5,
|
|
0x63, 0xa6, 0xa7, 0x79, 0x28, 0x67, 0x1d, 0x19, 0x85, 0xdc, 0x0a, 0xad, 0x33, 0xa0, 0xc0, 0xc8,
|
|
0xea, 0xca, 0x9e, 0xb6, 0xba, 0x16, 0xdd, 0xea, 0xca, 0xb1, 0x2d, 0x8c, 0xd5, 0xd3, 0x75, 0x18,
|
|
0x2f, 0x1b, 0x9a, 0x92, 0x21, 0xd5, 0xb4, 0xe8, 0x56, 0x53, 0x9e, 0xd9, 0xb3, 0x22, 0xa2, 0xf6,
|
|
0x81, 0x5a, 0xa1, 0x29, 0x18, 0x52, 0x42, 0xc5, 0x51, 0x09, 0xd1, 0xcc, 0x1b, 0x15, 0x4e, 0xc9,
|
|
0x57, 0x38, 0x05, 0x27, 0xbe, 0x6e, 0xb9, 0x5c, 0x08, 0x96, 0x0b, 0xa2, 0x6a, 0x7f, 0x91, 0x2c,
|
|
0x7b, 0x45, 0x72, 0x86, 0x9d, 0xa0, 0x9c, 0xd2, 0xb8, 0x32, 0x51, 0x1a, 0x8b, 0x54, 0x3f, 0x56,
|
|
0x10, 0x25, 0x48, 0x7b, 0x3b, 0xe3, 0x12, 0xdd, 0x19, 0xbd, 0x67, 0x61, 0x1b, 0xf8, 0xf1, 0x3d,
|
|
0x29, 0xfa, 0x14, 0xbc, 0x1c, 0x3c, 0x05, 0x7b, 0xa7, 0xb9, 0x17, 0x31, 0xc8, 0x91, 0x83, 0xb6,
|
|
0xda, 0x7b, 0x68, 0x74, 0xf5, 0xf6, 0x31, 0x5a, 0x82, 0x94, 0x61, 0x76, 0x14, 0xaf, 0xb8, 0x92,
|
|
0x86, 0xd9, 0x91, 0x34, 0xb4, 0x06, 0x59, 0x0d, 0x5b, 0x6d, 0x53, 0xa7, 0xa7, 0x74, 0xc7, 0x89,
|
|
0x5f, 0x84, 0xde, 0x86, 0xb3, 0x34, 0x8f, 0xbb, 0x46, 0x47, 0xef, 0x2b, 0xbd, 0xa1, 0x65, 0x2b,
|
|
0xfb, 0x58, 0x71, 0x06, 0x8d, 0xd3, 0xc0, 0x2f, 0x11, 0xc0, 0x0e, 0xd1, 0xef, 0x0e, 0x2d, 0x7b,
|
|
0x0b, 0xd7, 0xa8, 0x92, 0x84, 0x5f, 0xc3, 0x07, 0x2a, 0x3b, 0x45, 0x10, 0x9c, 0xfb, 0x18, 0x08,
|
|
0x41, 0x32, 0x18, 0x82, 0xc9, 0xaa, 0x4d, 0x7d, 0xb5, 0xaa, 0x9d, 0x3b, 0x4d, 0xd5, 0x0a, 0x3f,
|
|
0xe3, 0xe0, 0x8c, 0x3f, 0x6e, 0xee, 0x24, 0xfc, 0xe7, 0xc3, 0x27, 0x5c, 0xa3, 0x67, 0x53, 0x8f,
|
|
0x89, 0x54, 0x9b, 0x42, 0x42, 0xb8, 0x0a, 0x79, 0x49, 0xed, 0xed, 0xe2, 0xde, 0x3e, 0x36, 0x65,
|
|
0xa3, 0x8b, 0x2d, 0x52, 0x38, 0x26, 0xf9, 0x53, 0xe4, 0xd6, 0xe2, 0x04, 0x47, 0x1f, 0x84, 0x7f,
|
|
0x70, 0x90, 0xf1, 0x80, 0x68, 0x05, 0xe6, 0x28, 0x31, 0xcf, 0x5b, 0x8a, 0x3c, 0x4a, 0xda, 0xc8,
|
|
0x38, 0xe6, 0x33, 0x1e, 0x8f, 0x6a, 0xfc, 0x54, 0x6b, 0xe1, 0xc4, 0x9c, 0x26, 0x4e, 0x39, 0xa7,
|
|
0x11, 0x09, 0x23, 0xd4, 0xe0, 0x4c, 0x45, 0xd3, 0x46, 0x11, 0x70, 0x66, 0xec, 0x74, 0xef, 0x27,
|
|
0x6c, 0xc3, 0x72, 0x95, 0x12, 0xfe, 0xaa, 0x8e, 0xee, 0xc0, 0xb2, 0x8c, 0x7b, 0xc6, 0xd1, 0xec,
|
|
0x8e, 0x84, 0x5f, 0xc7, 0x60, 0xc5, 0x43, 0x7f, 0xdd, 0x47, 0xfb, 0xf7, 0xc6, 0x8e, 0xf6, 0xd7,
|
|
0x23, 0xd6, 0x73, 0x8f, 0xd4, 0x23, 0x1d, 0x3f, 0xf9, 0x2f, 0x1e, 0xf2, 0xbf, 0x88, 0xc1, 0x7c,
|
|
0x80, 0xcb, 0xff, 0x4c, 0xf6, 0x06, 0x8f, 0x09, 0xa9, 0xb1, 0x63, 0xc2, 0x62, 0xe0, 0x78, 0xea,
|
|
0x6e, 0xa0, 0xc1, 0xc3, 0x43, 0x3a, 0xf2, 0xf0, 0x90, 0x19, 0x3b, 0x3c, 0x8c, 0x9f, 0x0f, 0x60,
|
|
0xe2, 0x7c, 0x20, 0xfc, 0x92, 0x83, 0xe5, 0x89, 0x6c, 0xfc, 0x32, 0xed, 0x00, 0x69, 0x74, 0x45,
|
|
0x8f, 0xd3, 0x54, 0x2b, 0xcf, 0x92, 0x6a, 0xa1, 0x17, 0xf5, 0x3f, 0x71, 0xb0, 0x18, 0x86, 0x40,
|
|
0x92, 0xff, 0xba, 0x7e, 0x6b, 0x76, 0xff, 0x21, 0x97, 0xf6, 0x77, 0xc7, 0x2e, 0xed, 0x51, 0x97,
|
|
0xff, 0x53, 0xdc, 0xd8, 0x1f, 0xc3, 0xfc, 0x3d, 0x55, 0xef, 0x62, 0x4d, 0x3c, 0xc2, 0x7d, 0x5b,
|
|
0xaa, 0x91, 0x6c, 0xd0, 0x54, 0x5b, 0xdd, 0x57, 0x2d, 0x67, 0x4f, 0x97, 0xbd, 0x67, 0x32, 0x77,
|
|
0xb4, 0x56, 0x46, 0xb7, 0x2f, 0x39, 0x4d, 0x04, 0xce, 0x85, 0x6b, 0xe1, 0x80, 0x7a, 0x1a, 0x15,
|
|
0x1d, 0xab, 0xef, 0x3c, 0x13, 0xbb, 0x15, 0x27, 0x7c, 0x1f, 0x72, 0xbe, 0x21, 0x2d, 0xf4, 0x00,
|
|
0xe6, 0x1d, 0x43, 0x4c, 0x05, 0x74, 0x5b, 0xc8, 0x6e, 0x5e, 0x8d, 0x78, 0x41, 0x9f, 0xbd, 0x9c,
|
|
0x3b, 0xf0, 0x39, 0x13, 0xfe, 0xcc, 0x41, 0xd6, 0xa7, 0xfd, 0xfa, 0x5f, 0x07, 0x5d, 0x62, 0xf4,
|
|
0x87, 0x26, 0x56, 0xe8, 0xf9, 0x8d, 0xd6, 0x5f, 0x82, 0xd1, 0x1a, 0x9a, 0xb8, 0x4a, 0x64, 0x04,
|
|
0x84, 0x4d, 0xd3, 0x30, 0x95, 0x1e, 0xb6, 0x2c, 0xef, 0xe2, 0x28, 0xe7, 0xa8, 0x70, 0x97, 0xc9,
|
|
0x84, 0x0a, 0xa4, 0xc8, 0xea, 0xf1, 0x15, 0x26, 0x41, 0xf8, 0x36, 0x24, 0x89, 0x0b, 0x0b, 0xbd,
|
|
0x01, 0x49, 0x22, 0x74, 0x83, 0x19, 0x75, 0x3d, 0xa7, 0xab, 0x27, 0x43, 0x0b, 0x7f, 0xe0, 0x20,
|
|
0x41, 0x57, 0xb0, 0x2f, 0x1d, 0xb7, 0xf0, 0xe5, 0x37, 0x3e, 0xfb, 0xf2, 0x9b, 0x38, 0xe5, 0xf2,
|
|
0xbb, 0xfe, 0x10, 0xd2, 0x6e, 0x5f, 0x13, 0x15, 0x61, 0xb1, 0x21, 0x6f, 0x37, 0x5b, 0x95, 0x96,
|
|
0xa8, 0xec, 0xd5, 0x9b, 0x0f, 0xc5, 0xaa, 0x74, 0x4f, 0x12, 0x6b, 0xfc, 0x2b, 0xe8, 0x0c, 0x2c,
|
|
0x78, 0x9a, 0x4a, 0xb5, 0x25, 0x3d, 0x12, 0x79, 0x0e, 0x2d, 0x41, 0xc1, 0x13, 0x4a, 0x75, 0x47,
|
|
0x1c, 0x5b, 0xff, 0x11, 0x3d, 0x9d, 0x7a, 0xa5, 0x88, 0xce, 0x41, 0x91, 0xc0, 0xc4, 0x8a, 0x5c,
|
|
0xbd, 0xff, 0x40, 0xfc, 0xee, 0x98, 0xe7, 0xb3, 0xb0, 0x14, 0xd0, 0x36, 0xe4, 0x6d, 0xa5, 0x5e,
|
|
0xd9, 0x25, 0xfe, 0x57, 0xe0, 0x4c, 0x40, 0x55, 0x6b, 0xec, 0x56, 0xa4, 0x3a, 0x1f, 0x43, 0xcb,
|
|
0x80, 0x02, 0x0a, 0x4a, 0x81, 0x8f, 0xaf, 0x77, 0x9d, 0x76, 0xd1, 0xa8, 0x7e, 0x51, 0x09, 0x96,
|
|
0x3d, 0xe8, 0xae, 0xd8, 0xba, 0xdf, 0xa8, 0x29, 0xe2, 0xfb, 0x7b, 0x95, 0x9d, 0x26, 0xff, 0x0a,
|
|
0xba, 0x00, 0xab, 0xe3, 0xba, 0x66, 0xab, 0x22, 0xb7, 0x9a, 0xca, 0x77, 0xa4, 0xd6, 0x7d, 0x9e,
|
|
0x0b, 0x30, 0x77, 0x00, 0xd5, 0x46, 0xbd, 0x55, 0x91, 0xea, 0x4d, 0x3e, 0xb6, 0xfe, 0x39, 0x07,
|
|
0x19, 0xef, 0x5e, 0x4a, 0xde, 0x63, 0xaf, 0x29, 0xca, 0x61, 0xc1, 0x5b, 0x04, 0x7e, 0xa4, 0xf2,
|
|
0xa2, 0xb7, 0x0c, 0x68, 0x24, 0x1d, 0x85, 0x8f, 0x44, 0x75, 0x24, 0xaf, 0x89, 0x3b, 0x62, 0x4b,
|
|
0xac, 0xf1, 0xf1, 0xa0, 0x93, 0x9d, 0x46, 0xf5, 0x81, 0x58, 0xe3, 0x13, 0x41, 0x70, 0x73, 0xaf,
|
|
0xf9, 0x50, 0xac, 0xd7, 0xf8, 0x64, 0x50, 0x2c, 0xd5, 0xa5, 0x96, 0x54, 0xd9, 0xe1, 0x53, 0xeb,
|
|
0x1f, 0x40, 0x8a, 0xdd, 0xe2, 0xc8, 0xe0, 0xdb, 0x62, 0xbd, 0x26, 0xca, 0x63, 0x54, 0x0b, 0x30,
|
|
0xef, 0xc8, 0xef, 0x89, 0xbb, 0x95, 0x1d, 0xc2, 0x73, 0x01, 0xb2, 0x8e, 0x88, 0x0a, 0x62, 0x08,
|
|
0x41, 0xde, 0x11, 0xd4, 0xa4, 0x47, 0xa2, 0xdc, 0x24, 0x91, 0xff, 0x2b, 0x07, 0x68, 0x72, 0x15,
|
|
0x46, 0x02, 0xbc, 0x2a, 0x55, 0x76, 0x77, 0xc5, 0xdd, 0x2d, 0x82, 0x0b, 0x4f, 0x80, 0x8b, 0x70,
|
|
0x3e, 0x04, 0x73, 0x4f, 0x92, 0x9b, 0x2d, 0x37, 0x11, 0xd6, 0xe0, 0x5c, 0x08, 0x64, 0xa7, 0xe2,
|
|
0x22, 0x62, 0x64, 0xa6, 0x42, 0x10, 0xe2, 0x6e, 0x45, 0xda, 0xe1, 0xe3, 0xe8, 0x55, 0x28, 0x85,
|
|
0xd1, 0x68, 0x8a, 0xb2, 0x22, 0xd5, 0xf8, 0xc4, 0xfa, 0x17, 0x31, 0xc8, 0x05, 0xb2, 0x66, 0x05,
|
|
0xce, 0x84, 0xa7, 0xcc, 0x39, 0x28, 0x46, 0xe4, 0xcb, 0x59, 0x58, 0x9a, 0x92, 0x2c, 0xe8, 0x12,
|
|
0x5c, 0x08, 0xf1, 0xa8, 0x48, 0xdb, 0xf5, 0x86, 0x2c, 0x2a, 0xd5, 0x0a, 0x89, 0x22, 0xba, 0x0e,
|
|
0x97, 0xa7, 0x79, 0x0f, 0x20, 0x13, 0xe8, 0x0a, 0x5c, 0x0c, 0x1d, 0x29, 0x00, 0x4b, 0xa2, 0x55,
|
|
0x58, 0x09, 0xc0, 0xea, 0x8d, 0x96, 0xfb, 0x2e, 0x29, 0x74, 0x1e, 0xce, 0x06, 0x94, 0xdb, 0xb2,
|
|
0x58, 0x69, 0x89, 0xb2, 0xd2, 0xba, 0x5f, 0xa9, 0xf3, 0x73, 0xa4, 0x72, 0x02, 0xea, 0x1d, 0xb1,
|
|
0xd9, 0x64, 0xba, 0xf4, 0x84, 0x4e, 0x6a, 0x2a, 0x8d, 0xba, 0xa8, 0x34, 0xee, 0xf1, 0x19, 0x12,
|
|
0xec, 0xa0, 0x9d, 0xd4, 0x6c, 0x8d, 0x22, 0x01, 0x9b, 0x9f, 0x2d, 0x41, 0xae, 0x42, 0x56, 0xd0,
|
|
0x26, 0x36, 0x8f, 0xf4, 0x36, 0x46, 0x0f, 0x60, 0xee, 0x3e, 0x56, 0xbb, 0xf6, 0xe1, 0x47, 0x68,
|
|
0x79, 0x62, 0xdd, 0x12, 0x7b, 0x03, 0xfb, 0xb8, 0x34, 0x45, 0x2e, 0xf0, 0xcf, 0xff, 0xfe, 0xcf,
|
|
0x5f, 0xc5, 0x00, 0xa5, 0xcb, 0x87, 0x8e, 0x87, 0x6d, 0x48, 0xca, 0x58, 0xd5, 0x8e, 0x4f, 0xed,
|
|
0x2a, 0x4f, 0x5d, 0xa5, 0x51, 0xaa, 0x6c, 0x52, 0xfb, 0x3a, 0xa4, 0x1f, 0x39, 0x9f, 0xc9, 0xa6,
|
|
0xfa, 0x5a, 0x99, 0x90, 0x37, 0xe9, 0x07, 0x37, 0xa1, 0x40, 0x9d, 0x65, 0x51, 0xc6, 0xfb, 0xd4,
|
|
0x86, 0x3e, 0xe1, 0x20, 0x2b, 0x59, 0x0d, 0xb3, 0xc3, 0xbe, 0x47, 0xa1, 0xa8, 0xd6, 0xf5, 0xf8,
|
|
0xc7, 0xb2, 0xd2, 0x6b, 0xb3, 0x81, 0xd9, 0xb5, 0x42, 0xb8, 0xf2, 0xfc, 0x45, 0x11, 0x20, 0xad,
|
|
0xab, 0xbd, 0x0d, 0xf2, 0x2e, 0x94, 0x4b, 0x01, 0x2d, 0x94, 0x0d, 0xb3, 0x63, 0x95, 0x15, 0xdd,
|
|
0x62, 0x5f, 0xc8, 0xd0, 0x00, 0x60, 0x1b, 0xdb, 0x0d, 0xb3, 0xb3, 0x45, 0xee, 0x9f, 0x6b, 0xd1,
|
|
0x5d, 0x6b, 0xa9, 0x56, 0x3a, 0xa1, 0xaf, 0x2d, 0xac, 0x85, 0x0c, 0x9b, 0x43, 0xc0, 0x86, 0x7d,
|
|
0xaa, 0x6b, 0xcf, 0x48, 0x0c, 0x80, 0xd5, 0x59, 0xc3, 0xec, 0x58, 0x91, 0x21, 0x18, 0xff, 0x5a,
|
|
0x15, 0x19, 0x82, 0x89, 0x8f, 0x26, 0xc2, 0xd5, 0x10, 0x2e, 0x48, 0x98, 0x77, 0x42, 0x60, 0x51,
|
|
0xf0, 0x5d, 0x6e, 0x1d, 0xfd, 0x9c, 0x83, 0x34, 0x6d, 0xe5, 0x37, 0xcc, 0x0e, 0x3a, 0xf1, 0x4b,
|
|
0xce, 0xe8, 0x33, 0x44, 0xe9, 0xe6, 0x4c, 0x58, 0x1f, 0x9b, 0x2c, 0x64, 0x08, 0x9b, 0x27, 0xa6,
|
|
0x6e, 0x63, 0x36, 0x23, 0x42, 0xce, 0xa3, 0x63, 0x0f, 0x07, 0x84, 0xcd, 0x67, 0x1c, 0x2c, 0xb0,
|
|
0x29, 0x19, 0xf5, 0x76, 0x4e, 0xf8, 0xf4, 0xe5, 0x6b, 0x21, 0x94, 0xae, 0xcd, 0x08, 0x15, 0xde,
|
|
0x78, 0xfe, 0xa2, 0x58, 0x80, 0x05, 0xc2, 0x67, 0x40, 0x25, 0xa3, 0x20, 0x95, 0x50, 0xd1, 0x99,
|
|
0x30, 0xd6, 0x8d, 0x78, 0x56, 0xd6, 0xd5, 0x1e, 0x03, 0xa1, 0xdf, 0x71, 0x80, 0xbc, 0x0e, 0xd6,
|
|
0x88, 0xe1, 0xc6, 0x8c, 0xc3, 0xba, 0xa1, 0x9b, 0x99, 0xe6, 0x3b, 0xcf, 0x5f, 0x14, 0x11, 0xf0,
|
|
0x3e, 0x9a, 0xa3, 0xe8, 0x9d, 0x17, 0xa6, 0xf2, 0x24, 0x91, 0x24, 0x54, 0xf7, 0x06, 0xda, 0x37,
|
|
0x83, 0x6a, 0x29, 0x92, 0xea, 0x2f, 0x38, 0x40, 0x35, 0xdc, 0xc5, 0x63, 0x54, 0x4f, 0x31, 0xef,
|
|
0xd3, 0x96, 0xb4, 0xb7, 0x9e, 0xbf, 0x28, 0x9e, 0x81, 0x82, 0x8f, 0x94, 0x46, 0xc7, 0x61, 0x13,
|
|
0xbd, 0x3e, 0x7d, 0xa2, 0x7f, 0xc2, 0x41, 0x61, 0x1b, 0xdb, 0x63, 0x8d, 0xa7, 0x69, 0xab, 0xe0,
|
|
0x8d, 0x59, 0x6e, 0x66, 0xd4, 0x85, 0x70, 0x73, 0x94, 0x78, 0x3d, 0x2a, 0x1e, 0x25, 0x1e, 0x8f,
|
|
0xf2, 0x65, 0x26, 0xb3, 0xca, 0xec, 0x5e, 0xff, 0x09, 0x47, 0x36, 0x8a, 0x51, 0xf3, 0x27, 0x72,
|
|
0xf6, 0x42, 0xba, 0x44, 0xa5, 0xcb, 0xb3, 0x10, 0x13, 0x6e, 0x8c, 0xa6, 0xce, 0xe1, 0x34, 0x9a,
|
|
0xba, 0x79, 0x21, 0xed, 0x92, 0x22, 0x53, 0xf5, 0x1b, 0x0e, 0x16, 0xc6, 0x1a, 0x49, 0xe8, 0x4e,
|
|
0xd4, 0x27, 0xc4, 0xd0, 0xa6, 0xd3, 0x8c, 0xbc, 0x5e, 0x8f, 0xe0, 0xb5, 0x52, 0x42, 0x5e, 0xb0,
|
|
0x9e, 0x3a, 0xbd, 0x92, 0x67, 0x84, 0xe1, 0x27, 0x1c, 0x2c, 0x8c, 0x75, 0xa8, 0x22, 0x19, 0x86,
|
|
0x77, 0xb3, 0xa6, 0x66, 0xd4, 0x9d, 0x51, 0x46, 0x39, 0x9c, 0x7c, 0x19, 0xb5, 0xb8, 0x1e, 0x42,
|
|
0x0a, 0xfd, 0x9e, 0x03, 0x9e, 0x2d, 0xce, 0xde, 0x28, 0x56, 0x24, 0xa5, 0xf0, 0xf6, 0x44, 0x69,
|
|
0xf3, 0x34, 0x26, 0xce, 0xba, 0x7b, 0x7b, 0x7a, 0xba, 0x2d, 0x09, 0xbc, 0x47, 0xd6, 0xb7, 0x1f,
|
|
0xec, 0x43, 0x7a, 0x1b, 0xdb, 0xec, 0x12, 0x38, 0x2d, 0xdf, 0xd7, 0x4e, 0xb8, 0x0d, 0x5a, 0xc2,
|
|
0xb9, 0x90, 0xdd, 0x87, 0x9c, 0x2c, 0xe8, 0x2d, 0x11, 0xfd, 0x18, 0x32, 0xd5, 0x2e, 0x56, 0x59,
|
|
0xaf, 0xeb, 0xe2, 0x09, 0xce, 0x22, 0xca, 0xfb, 0xff, 0xc2, 0x76, 0x95, 0x0b, 0xc2, 0x79, 0x36,
|
|
0x4c, 0xf9, 0xa9, 0x7b, 0xe3, 0x7c, 0x56, 0x7e, 0xea, 0x5d, 0x38, 0x9f, 0xa1, 0x27, 0x74, 0x8b,
|
|
0x09, 0xb4, 0x10, 0xa6, 0xbd, 0xe8, 0xb5, 0xd9, 0x7a, 0x08, 0x96, 0x70, 0x29, 0xe4, 0x7d, 0x17,
|
|
0xd0, 0x7c, 0x99, 0xdd, 0xf5, 0x59, 0x5f, 0x02, 0xfd, 0x96, 0x83, 0x02, 0x4b, 0x37, 0x7f, 0x87,
|
|
0xe1, 0xfa, 0x6c, 0x63, 0x44, 0x84, 0x61, 0x37, 0x2c, 0x0c, 0x6f, 0xaf, 0xbf, 0x19, 0x18, 0x7d,
|
|
0x4a, 0x34, 0xca, 0x4f, 0xc7, 0xba, 0x14, 0xcf, 0xb6, 0xfe, 0xc2, 0x7d, 0x5a, 0xf9, 0x98, 0x43,
|
|
0x15, 0x98, 0xa7, 0x5c, 0xd6, 0x2c, 0x76, 0x4a, 0x15, 0x6e, 0xa2, 0x1b, 0x87, 0xb6, 0x3d, 0xb0,
|
|
0xee, 0x96, 0xcb, 0x1d, 0xdd, 0x3e, 0x1c, 0xee, 0x6f, 0xb4, 0x8d, 0x5e, 0x99, 0x90, 0x2f, 0x3b,
|
|
0xe4, 0xcb, 0x83, 0x0f, 0x3b, 0x65, 0x6a, 0xb4, 0x19, 0xbf, 0xbd, 0x71, 0x67, 0x9d, 0x8b, 0x6d,
|
|
0xf2, 0xea, 0x60, 0xd0, 0xd5, 0xdb, 0xb4, 0x5b, 0x58, 0xfe, 0xa1, 0x65, 0xf4, 0x83, 0x92, 0x8e,
|
|
0x39, 0x68, 0xdf, 0x9d, 0xc0, 0xdc, 0x9d, 0xc0, 0x7c, 0xef, 0x6a, 0xd4, 0x90, 0x04, 0xc1, 0xc6,
|
|
0xdd, 0x4f, 0xd1, 0xd8, 0xbc, 0xfe, 0xef, 0x00, 0x00, 0x00, 0xff, 0xff, 0x65, 0xfe, 0xc2, 0xc6,
|
|
0x8d, 0x26, 0x00, 0x00,
|
|
}
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
var _ context.Context
|
|
var _ grpc.ClientConn
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
// is compatible with the grpc package it is being compiled against.
|
|
const _ = grpc.SupportPackageIsVersion4
|
|
|
|
// AdminServiceClient is the client API for AdminService service.
|
|
//
|
|
// For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
|
|
type AdminServiceClient interface {
|
|
// Healthz returns status OK as soon as the service started
|
|
Healthz(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error)
|
|
// Ready returns status OK as soon as all dependent services are available
|
|
Ready(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error)
|
|
Validate(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*_struct.Struct, error)
|
|
//ORG
|
|
IsOrgUnique(ctx context.Context, in *UniqueOrgRequest, opts ...grpc.CallOption) (*UniqueOrgResponse, error)
|
|
GetOrgByID(ctx context.Context, in *OrgID, opts ...grpc.CallOption) (*Org, error)
|
|
SearchOrgs(ctx context.Context, in *OrgSearchRequest, opts ...grpc.CallOption) (*OrgSearchResponse, error)
|
|
SetUpOrg(ctx context.Context, in *OrgSetUpRequest, opts ...grpc.CallOption) (*OrgSetUpResponse, error)
|
|
//ORG_IAM_POLICY
|
|
GetOrgIamPolicy(ctx context.Context, in *OrgIamPolicyID, opts ...grpc.CallOption) (*OrgIamPolicy, error)
|
|
CreateOrgIamPolicy(ctx context.Context, in *OrgIamPolicyRequest, opts ...grpc.CallOption) (*OrgIamPolicy, error)
|
|
UpdateOrgIamPolicy(ctx context.Context, in *OrgIamPolicyRequest, opts ...grpc.CallOption) (*OrgIamPolicy, error)
|
|
DeleteOrgIamPolicy(ctx context.Context, in *OrgIamPolicyID, opts ...grpc.CallOption) (*empty.Empty, error)
|
|
GetIamMemberRoles(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*IamMemberRoles, error)
|
|
AddIamMember(ctx context.Context, in *AddIamMemberRequest, opts ...grpc.CallOption) (*IamMember, error)
|
|
ChangeIamMember(ctx context.Context, in *ChangeIamMemberRequest, opts ...grpc.CallOption) (*IamMember, error)
|
|
RemoveIamMember(ctx context.Context, in *RemoveIamMemberRequest, opts ...grpc.CallOption) (*empty.Empty, error)
|
|
SearchIamMembers(ctx context.Context, in *IamMemberSearchRequest, opts ...grpc.CallOption) (*IamMemberSearchResponse, error)
|
|
GetViews(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Views, error)
|
|
ClearView(ctx context.Context, in *ViewID, opts ...grpc.CallOption) (*empty.Empty, error)
|
|
GetFailedEvents(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*FailedEvents, error)
|
|
RemoveFailedEvent(ctx context.Context, in *FailedEventID, opts ...grpc.CallOption) (*empty.Empty, error)
|
|
}
|
|
|
|
type adminServiceClient struct {
|
|
cc *grpc.ClientConn
|
|
}
|
|
|
|
func NewAdminServiceClient(cc *grpc.ClientConn) AdminServiceClient {
|
|
return &adminServiceClient{cc}
|
|
}
|
|
|
|
func (c *adminServiceClient) Healthz(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) {
|
|
out := new(empty.Empty)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/Healthz", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) Ready(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*empty.Empty, error) {
|
|
out := new(empty.Empty)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/Ready", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) Validate(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*_struct.Struct, error) {
|
|
out := new(_struct.Struct)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/Validate", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) IsOrgUnique(ctx context.Context, in *UniqueOrgRequest, opts ...grpc.CallOption) (*UniqueOrgResponse, error) {
|
|
out := new(UniqueOrgResponse)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/IsOrgUnique", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) GetOrgByID(ctx context.Context, in *OrgID, opts ...grpc.CallOption) (*Org, error) {
|
|
out := new(Org)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetOrgByID", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) SearchOrgs(ctx context.Context, in *OrgSearchRequest, opts ...grpc.CallOption) (*OrgSearchResponse, error) {
|
|
out := new(OrgSearchResponse)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/SearchOrgs", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) SetUpOrg(ctx context.Context, in *OrgSetUpRequest, opts ...grpc.CallOption) (*OrgSetUpResponse, error) {
|
|
out := new(OrgSetUpResponse)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/SetUpOrg", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) GetOrgIamPolicy(ctx context.Context, in *OrgIamPolicyID, opts ...grpc.CallOption) (*OrgIamPolicy, error) {
|
|
out := new(OrgIamPolicy)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetOrgIamPolicy", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) CreateOrgIamPolicy(ctx context.Context, in *OrgIamPolicyRequest, opts ...grpc.CallOption) (*OrgIamPolicy, error) {
|
|
out := new(OrgIamPolicy)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/CreateOrgIamPolicy", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) UpdateOrgIamPolicy(ctx context.Context, in *OrgIamPolicyRequest, opts ...grpc.CallOption) (*OrgIamPolicy, error) {
|
|
out := new(OrgIamPolicy)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/UpdateOrgIamPolicy", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) DeleteOrgIamPolicy(ctx context.Context, in *OrgIamPolicyID, opts ...grpc.CallOption) (*empty.Empty, error) {
|
|
out := new(empty.Empty)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/DeleteOrgIamPolicy", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) GetIamMemberRoles(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*IamMemberRoles, error) {
|
|
out := new(IamMemberRoles)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetIamMemberRoles", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) AddIamMember(ctx context.Context, in *AddIamMemberRequest, opts ...grpc.CallOption) (*IamMember, error) {
|
|
out := new(IamMember)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/AddIamMember", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) ChangeIamMember(ctx context.Context, in *ChangeIamMemberRequest, opts ...grpc.CallOption) (*IamMember, error) {
|
|
out := new(IamMember)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/ChangeIamMember", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) RemoveIamMember(ctx context.Context, in *RemoveIamMemberRequest, opts ...grpc.CallOption) (*empty.Empty, error) {
|
|
out := new(empty.Empty)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/RemoveIamMember", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) SearchIamMembers(ctx context.Context, in *IamMemberSearchRequest, opts ...grpc.CallOption) (*IamMemberSearchResponse, error) {
|
|
out := new(IamMemberSearchResponse)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/SearchIamMembers", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) GetViews(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*Views, error) {
|
|
out := new(Views)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetViews", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) ClearView(ctx context.Context, in *ViewID, opts ...grpc.CallOption) (*empty.Empty, error) {
|
|
out := new(empty.Empty)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/ClearView", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) GetFailedEvents(ctx context.Context, in *empty.Empty, opts ...grpc.CallOption) (*FailedEvents, error) {
|
|
out := new(FailedEvents)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/GetFailedEvents", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
func (c *adminServiceClient) RemoveFailedEvent(ctx context.Context, in *FailedEventID, opts ...grpc.CallOption) (*empty.Empty, error) {
|
|
out := new(empty.Empty)
|
|
err := c.cc.Invoke(ctx, "/caos.zitadel.admin.api.v1.AdminService/RemoveFailedEvent", in, out, opts...)
|
|
if err != nil {
|
|
return nil, err
|
|
}
|
|
return out, nil
|
|
}
|
|
|
|
// AdminServiceServer is the server API for AdminService service.
|
|
type AdminServiceServer interface {
|
|
// Healthz returns status OK as soon as the service started
|
|
Healthz(context.Context, *empty.Empty) (*empty.Empty, error)
|
|
// Ready returns status OK as soon as all dependent services are available
|
|
Ready(context.Context, *empty.Empty) (*empty.Empty, error)
|
|
Validate(context.Context, *empty.Empty) (*_struct.Struct, error)
|
|
//ORG
|
|
IsOrgUnique(context.Context, *UniqueOrgRequest) (*UniqueOrgResponse, error)
|
|
GetOrgByID(context.Context, *OrgID) (*Org, error)
|
|
SearchOrgs(context.Context, *OrgSearchRequest) (*OrgSearchResponse, error)
|
|
SetUpOrg(context.Context, *OrgSetUpRequest) (*OrgSetUpResponse, error)
|
|
//ORG_IAM_POLICY
|
|
GetOrgIamPolicy(context.Context, *OrgIamPolicyID) (*OrgIamPolicy, error)
|
|
CreateOrgIamPolicy(context.Context, *OrgIamPolicyRequest) (*OrgIamPolicy, error)
|
|
UpdateOrgIamPolicy(context.Context, *OrgIamPolicyRequest) (*OrgIamPolicy, error)
|
|
DeleteOrgIamPolicy(context.Context, *OrgIamPolicyID) (*empty.Empty, error)
|
|
GetIamMemberRoles(context.Context, *empty.Empty) (*IamMemberRoles, error)
|
|
AddIamMember(context.Context, *AddIamMemberRequest) (*IamMember, error)
|
|
ChangeIamMember(context.Context, *ChangeIamMemberRequest) (*IamMember, error)
|
|
RemoveIamMember(context.Context, *RemoveIamMemberRequest) (*empty.Empty, error)
|
|
SearchIamMembers(context.Context, *IamMemberSearchRequest) (*IamMemberSearchResponse, error)
|
|
GetViews(context.Context, *empty.Empty) (*Views, error)
|
|
ClearView(context.Context, *ViewID) (*empty.Empty, error)
|
|
GetFailedEvents(context.Context, *empty.Empty) (*FailedEvents, error)
|
|
RemoveFailedEvent(context.Context, *FailedEventID) (*empty.Empty, error)
|
|
}
|
|
|
|
// UnimplementedAdminServiceServer can be embedded to have forward compatible implementations.
|
|
type UnimplementedAdminServiceServer struct {
|
|
}
|
|
|
|
func (*UnimplementedAdminServiceServer) Healthz(ctx context.Context, req *empty.Empty) (*empty.Empty, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method Healthz not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) Ready(ctx context.Context, req *empty.Empty) (*empty.Empty, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method Ready not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) Validate(ctx context.Context, req *empty.Empty) (*_struct.Struct, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method Validate not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) IsOrgUnique(ctx context.Context, req *UniqueOrgRequest) (*UniqueOrgResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method IsOrgUnique not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) GetOrgByID(ctx context.Context, req *OrgID) (*Org, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetOrgByID not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) SearchOrgs(ctx context.Context, req *OrgSearchRequest) (*OrgSearchResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method SearchOrgs not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) SetUpOrg(ctx context.Context, req *OrgSetUpRequest) (*OrgSetUpResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method SetUpOrg not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) GetOrgIamPolicy(ctx context.Context, req *OrgIamPolicyID) (*OrgIamPolicy, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetOrgIamPolicy not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) CreateOrgIamPolicy(ctx context.Context, req *OrgIamPolicyRequest) (*OrgIamPolicy, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method CreateOrgIamPolicy not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) UpdateOrgIamPolicy(ctx context.Context, req *OrgIamPolicyRequest) (*OrgIamPolicy, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method UpdateOrgIamPolicy not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) DeleteOrgIamPolicy(ctx context.Context, req *OrgIamPolicyID) (*empty.Empty, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method DeleteOrgIamPolicy not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) GetIamMemberRoles(ctx context.Context, req *empty.Empty) (*IamMemberRoles, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetIamMemberRoles not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) AddIamMember(ctx context.Context, req *AddIamMemberRequest) (*IamMember, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method AddIamMember not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) ChangeIamMember(ctx context.Context, req *ChangeIamMemberRequest) (*IamMember, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method ChangeIamMember not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) RemoveIamMember(ctx context.Context, req *RemoveIamMemberRequest) (*empty.Empty, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method RemoveIamMember not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) SearchIamMembers(ctx context.Context, req *IamMemberSearchRequest) (*IamMemberSearchResponse, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method SearchIamMembers not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) GetViews(ctx context.Context, req *empty.Empty) (*Views, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetViews not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) ClearView(ctx context.Context, req *ViewID) (*empty.Empty, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method ClearView not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) GetFailedEvents(ctx context.Context, req *empty.Empty) (*FailedEvents, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method GetFailedEvents not implemented")
|
|
}
|
|
func (*UnimplementedAdminServiceServer) RemoveFailedEvent(ctx context.Context, req *FailedEventID) (*empty.Empty, error) {
|
|
return nil, status.Errorf(codes.Unimplemented, "method RemoveFailedEvent not implemented")
|
|
}
|
|
|
|
func RegisterAdminServiceServer(s *grpc.Server, srv AdminServiceServer) {
|
|
s.RegisterService(&_AdminService_serviceDesc, srv)
|
|
}
|
|
|
|
func _AdminService_Healthz_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(empty.Empty)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).Healthz(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/Healthz",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).Healthz(ctx, req.(*empty.Empty))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_Ready_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(empty.Empty)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).Ready(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/Ready",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).Ready(ctx, req.(*empty.Empty))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_Validate_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(empty.Empty)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).Validate(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/Validate",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).Validate(ctx, req.(*empty.Empty))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_IsOrgUnique_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(UniqueOrgRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).IsOrgUnique(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/IsOrgUnique",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).IsOrgUnique(ctx, req.(*UniqueOrgRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_GetOrgByID_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(OrgID)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).GetOrgByID(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetOrgByID",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).GetOrgByID(ctx, req.(*OrgID))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_SearchOrgs_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(OrgSearchRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).SearchOrgs(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/SearchOrgs",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).SearchOrgs(ctx, req.(*OrgSearchRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_SetUpOrg_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(OrgSetUpRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).SetUpOrg(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/SetUpOrg",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).SetUpOrg(ctx, req.(*OrgSetUpRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_GetOrgIamPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(OrgIamPolicyID)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).GetOrgIamPolicy(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetOrgIamPolicy",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).GetOrgIamPolicy(ctx, req.(*OrgIamPolicyID))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_CreateOrgIamPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(OrgIamPolicyRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).CreateOrgIamPolicy(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/CreateOrgIamPolicy",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).CreateOrgIamPolicy(ctx, req.(*OrgIamPolicyRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_UpdateOrgIamPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(OrgIamPolicyRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).UpdateOrgIamPolicy(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/UpdateOrgIamPolicy",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).UpdateOrgIamPolicy(ctx, req.(*OrgIamPolicyRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_DeleteOrgIamPolicy_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(OrgIamPolicyID)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).DeleteOrgIamPolicy(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/DeleteOrgIamPolicy",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).DeleteOrgIamPolicy(ctx, req.(*OrgIamPolicyID))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_GetIamMemberRoles_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(empty.Empty)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).GetIamMemberRoles(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetIamMemberRoles",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).GetIamMemberRoles(ctx, req.(*empty.Empty))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_AddIamMember_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(AddIamMemberRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).AddIamMember(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/AddIamMember",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).AddIamMember(ctx, req.(*AddIamMemberRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_ChangeIamMember_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(ChangeIamMemberRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).ChangeIamMember(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/ChangeIamMember",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).ChangeIamMember(ctx, req.(*ChangeIamMemberRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_RemoveIamMember_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(RemoveIamMemberRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).RemoveIamMember(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/RemoveIamMember",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).RemoveIamMember(ctx, req.(*RemoveIamMemberRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_SearchIamMembers_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(IamMemberSearchRequest)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).SearchIamMembers(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/SearchIamMembers",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).SearchIamMembers(ctx, req.(*IamMemberSearchRequest))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_GetViews_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(empty.Empty)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).GetViews(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetViews",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).GetViews(ctx, req.(*empty.Empty))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_ClearView_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(ViewID)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).ClearView(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/ClearView",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).ClearView(ctx, req.(*ViewID))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_GetFailedEvents_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(empty.Empty)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).GetFailedEvents(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/GetFailedEvents",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).GetFailedEvents(ctx, req.(*empty.Empty))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
func _AdminService_RemoveFailedEvent_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) {
|
|
in := new(FailedEventID)
|
|
if err := dec(in); err != nil {
|
|
return nil, err
|
|
}
|
|
if interceptor == nil {
|
|
return srv.(AdminServiceServer).RemoveFailedEvent(ctx, in)
|
|
}
|
|
info := &grpc.UnaryServerInfo{
|
|
Server: srv,
|
|
FullMethod: "/caos.zitadel.admin.api.v1.AdminService/RemoveFailedEvent",
|
|
}
|
|
handler := func(ctx context.Context, req interface{}) (interface{}, error) {
|
|
return srv.(AdminServiceServer).RemoveFailedEvent(ctx, req.(*FailedEventID))
|
|
}
|
|
return interceptor(ctx, in, info, handler)
|
|
}
|
|
|
|
var _AdminService_serviceDesc = grpc.ServiceDesc{
|
|
ServiceName: "caos.zitadel.admin.api.v1.AdminService",
|
|
HandlerType: (*AdminServiceServer)(nil),
|
|
Methods: []grpc.MethodDesc{
|
|
{
|
|
MethodName: "Healthz",
|
|
Handler: _AdminService_Healthz_Handler,
|
|
},
|
|
{
|
|
MethodName: "Ready",
|
|
Handler: _AdminService_Ready_Handler,
|
|
},
|
|
{
|
|
MethodName: "Validate",
|
|
Handler: _AdminService_Validate_Handler,
|
|
},
|
|
{
|
|
MethodName: "IsOrgUnique",
|
|
Handler: _AdminService_IsOrgUnique_Handler,
|
|
},
|
|
{
|
|
MethodName: "GetOrgByID",
|
|
Handler: _AdminService_GetOrgByID_Handler,
|
|
},
|
|
{
|
|
MethodName: "SearchOrgs",
|
|
Handler: _AdminService_SearchOrgs_Handler,
|
|
},
|
|
{
|
|
MethodName: "SetUpOrg",
|
|
Handler: _AdminService_SetUpOrg_Handler,
|
|
},
|
|
{
|
|
MethodName: "GetOrgIamPolicy",
|
|
Handler: _AdminService_GetOrgIamPolicy_Handler,
|
|
},
|
|
{
|
|
MethodName: "CreateOrgIamPolicy",
|
|
Handler: _AdminService_CreateOrgIamPolicy_Handler,
|
|
},
|
|
{
|
|
MethodName: "UpdateOrgIamPolicy",
|
|
Handler: _AdminService_UpdateOrgIamPolicy_Handler,
|
|
},
|
|
{
|
|
MethodName: "DeleteOrgIamPolicy",
|
|
Handler: _AdminService_DeleteOrgIamPolicy_Handler,
|
|
},
|
|
{
|
|
MethodName: "GetIamMemberRoles",
|
|
Handler: _AdminService_GetIamMemberRoles_Handler,
|
|
},
|
|
{
|
|
MethodName: "AddIamMember",
|
|
Handler: _AdminService_AddIamMember_Handler,
|
|
},
|
|
{
|
|
MethodName: "ChangeIamMember",
|
|
Handler: _AdminService_ChangeIamMember_Handler,
|
|
},
|
|
{
|
|
MethodName: "RemoveIamMember",
|
|
Handler: _AdminService_RemoveIamMember_Handler,
|
|
},
|
|
{
|
|
MethodName: "SearchIamMembers",
|
|
Handler: _AdminService_SearchIamMembers_Handler,
|
|
},
|
|
{
|
|
MethodName: "GetViews",
|
|
Handler: _AdminService_GetViews_Handler,
|
|
},
|
|
{
|
|
MethodName: "ClearView",
|
|
Handler: _AdminService_ClearView_Handler,
|
|
},
|
|
{
|
|
MethodName: "GetFailedEvents",
|
|
Handler: _AdminService_GetFailedEvents_Handler,
|
|
},
|
|
{
|
|
MethodName: "RemoveFailedEvent",
|
|
Handler: _AdminService_RemoveFailedEvent_Handler,
|
|
},
|
|
},
|
|
Streams: []grpc.StreamDesc{},
|
|
Metadata: "admin.proto",
|
|
}
|