tenantv1

package
v1.36.11-2025101912503... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: MIT Imports: 5 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_iracelog_tenant_v1_tenant_proto protoreflect.FileDescriptor
View Source
var File_iracelog_tenant_v1_tenant_service_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateTenantRequest

type CreateTenantRequest struct {
	Name     string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ApiKey   string `protobuf:"bytes,2,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	IsActive bool   `protobuf:"varint,3,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTenantRequest) GetApiKey

func (x *CreateTenantRequest) GetApiKey() string

func (*CreateTenantRequest) GetIsActive

func (x *CreateTenantRequest) GetIsActive() bool

func (*CreateTenantRequest) GetName

func (x *CreateTenantRequest) GetName() string

func (*CreateTenantRequest) ProtoMessage

func (*CreateTenantRequest) ProtoMessage()

func (*CreateTenantRequest) ProtoReflect

func (x *CreateTenantRequest) ProtoReflect() protoreflect.Message

func (*CreateTenantRequest) Reset

func (x *CreateTenantRequest) Reset()

func (*CreateTenantRequest) SetApiKey

func (x *CreateTenantRequest) SetApiKey(v string)

func (*CreateTenantRequest) SetIsActive

func (x *CreateTenantRequest) SetIsActive(v bool)

func (*CreateTenantRequest) SetName

func (x *CreateTenantRequest) SetName(v string)

func (*CreateTenantRequest) String

func (x *CreateTenantRequest) String() string

type CreateTenantRequest_builder

type CreateTenantRequest_builder struct {
	Name     string
	ApiKey   string
	IsActive bool
	// contains filtered or unexported fields
}

func (CreateTenantRequest_builder) Build

type CreateTenantResponse

type CreateTenantResponse struct {
	Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTenantResponse) ClearTenant

func (x *CreateTenantResponse) ClearTenant()

func (*CreateTenantResponse) GetTenant

func (x *CreateTenantResponse) GetTenant() *Tenant

func (*CreateTenantResponse) HasTenant

func (x *CreateTenantResponse) HasTenant() bool

func (*CreateTenantResponse) ProtoMessage

func (*CreateTenantResponse) ProtoMessage()

func (*CreateTenantResponse) ProtoReflect

func (x *CreateTenantResponse) ProtoReflect() protoreflect.Message

func (*CreateTenantResponse) Reset

func (x *CreateTenantResponse) Reset()

func (*CreateTenantResponse) SetTenant

func (x *CreateTenantResponse) SetTenant(v *Tenant)

func (*CreateTenantResponse) String

func (x *CreateTenantResponse) String() string

type CreateTenantResponse_builder

type CreateTenantResponse_builder struct {
	Tenant *Tenant
	// contains filtered or unexported fields
}

func (CreateTenantResponse_builder) Build

type DeleteTenantRequest

type DeleteTenantRequest struct {
	Tenant *v1.TenantSelector `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTenantRequest) ClearTenant

func (x *DeleteTenantRequest) ClearTenant()

func (*DeleteTenantRequest) GetTenant

func (x *DeleteTenantRequest) GetTenant() *v1.TenantSelector

func (*DeleteTenantRequest) HasTenant

func (x *DeleteTenantRequest) HasTenant() bool

func (*DeleteTenantRequest) ProtoMessage

func (*DeleteTenantRequest) ProtoMessage()

func (*DeleteTenantRequest) ProtoReflect

func (x *DeleteTenantRequest) ProtoReflect() protoreflect.Message

func (*DeleteTenantRequest) Reset

func (x *DeleteTenantRequest) Reset()

func (*DeleteTenantRequest) SetTenant

func (x *DeleteTenantRequest) SetTenant(v *v1.TenantSelector)

func (*DeleteTenantRequest) String

func (x *DeleteTenantRequest) String() string

type DeleteTenantRequest_builder

type DeleteTenantRequest_builder struct {
	Tenant *v1.TenantSelector
	// contains filtered or unexported fields
}

func (DeleteTenantRequest_builder) Build

type DeleteTenantResponse

type DeleteTenantResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteTenantResponse) ProtoMessage

func (*DeleteTenantResponse) ProtoMessage()

func (*DeleteTenantResponse) ProtoReflect

func (x *DeleteTenantResponse) ProtoReflect() protoreflect.Message

func (*DeleteTenantResponse) Reset

func (x *DeleteTenantResponse) Reset()

func (*DeleteTenantResponse) String

func (x *DeleteTenantResponse) String() string

type DeleteTenantResponse_builder

type DeleteTenantResponse_builder struct {
	// contains filtered or unexported fields
}

func (DeleteTenantResponse_builder) Build

type GetTenantRequest

type GetTenantRequest struct {
	Tenant *v1.TenantSelector `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTenantRequest) ClearTenant

func (x *GetTenantRequest) ClearTenant()

func (*GetTenantRequest) GetTenant

func (x *GetTenantRequest) GetTenant() *v1.TenantSelector

func (*GetTenantRequest) HasTenant

func (x *GetTenantRequest) HasTenant() bool

func (*GetTenantRequest) ProtoMessage

func (*GetTenantRequest) ProtoMessage()

func (*GetTenantRequest) ProtoReflect

func (x *GetTenantRequest) ProtoReflect() protoreflect.Message

func (*GetTenantRequest) Reset

func (x *GetTenantRequest) Reset()

func (*GetTenantRequest) SetTenant

func (x *GetTenantRequest) SetTenant(v *v1.TenantSelector)

func (*GetTenantRequest) String

func (x *GetTenantRequest) String() string

type GetTenantRequest_builder

type GetTenantRequest_builder struct {
	Tenant *v1.TenantSelector
	// contains filtered or unexported fields
}

func (GetTenantRequest_builder) Build

type GetTenantResponse

type GetTenantResponse struct {
	Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTenantResponse) ClearTenant

func (x *GetTenantResponse) ClearTenant()

func (*GetTenantResponse) GetTenant

func (x *GetTenantResponse) GetTenant() *Tenant

func (*GetTenantResponse) HasTenant

func (x *GetTenantResponse) HasTenant() bool

func (*GetTenantResponse) ProtoMessage

func (*GetTenantResponse) ProtoMessage()

func (*GetTenantResponse) ProtoReflect

func (x *GetTenantResponse) ProtoReflect() protoreflect.Message

func (*GetTenantResponse) Reset

func (x *GetTenantResponse) Reset()

func (*GetTenantResponse) SetTenant

func (x *GetTenantResponse) SetTenant(v *Tenant)

func (*GetTenantResponse) String

func (x *GetTenantResponse) String() string

type GetTenantResponse_builder

type GetTenantResponse_builder struct {
	Tenant *Tenant
	// contains filtered or unexported fields
}

func (GetTenantResponse_builder) Build

type GetTenantsRequest

type GetTenantsRequest struct {
	// contains filtered or unexported fields
}

func (*GetTenantsRequest) ProtoMessage

func (*GetTenantsRequest) ProtoMessage()

func (*GetTenantsRequest) ProtoReflect

func (x *GetTenantsRequest) ProtoReflect() protoreflect.Message

func (*GetTenantsRequest) Reset

func (x *GetTenantsRequest) Reset()

func (*GetTenantsRequest) String

func (x *GetTenantsRequest) String() string

type GetTenantsRequest_builder

type GetTenantsRequest_builder struct {
	// contains filtered or unexported fields
}

func (GetTenantsRequest_builder) Build

type GetTenantsResponse

type GetTenantsResponse struct {
	Tenants []*Tenant `protobuf:"bytes,1,rep,name=tenants,proto3" json:"tenants,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTenantsResponse) GetTenants

func (x *GetTenantsResponse) GetTenants() []*Tenant

func (*GetTenantsResponse) ProtoMessage

func (*GetTenantsResponse) ProtoMessage()

func (*GetTenantsResponse) ProtoReflect

func (x *GetTenantsResponse) ProtoReflect() protoreflect.Message

func (*GetTenantsResponse) Reset

func (x *GetTenantsResponse) Reset()

func (*GetTenantsResponse) SetTenants

func (x *GetTenantsResponse) SetTenants(v []*Tenant)

func (*GetTenantsResponse) String

func (x *GetTenantsResponse) String() string

type GetTenantsResponse_builder

type GetTenantsResponse_builder struct {
	Tenants []*Tenant
	// contains filtered or unexported fields
}

func (GetTenantsResponse_builder) Build

type ReloadTenantsRequest

type ReloadTenantsRequest struct {
	// contains filtered or unexported fields
}

func (*ReloadTenantsRequest) ProtoMessage

func (*ReloadTenantsRequest) ProtoMessage()

func (*ReloadTenantsRequest) ProtoReflect

func (x *ReloadTenantsRequest) ProtoReflect() protoreflect.Message

func (*ReloadTenantsRequest) Reset

func (x *ReloadTenantsRequest) Reset()

func (*ReloadTenantsRequest) String

func (x *ReloadTenantsRequest) String() string

type ReloadTenantsRequest_builder

type ReloadTenantsRequest_builder struct {
	// contains filtered or unexported fields
}

func (ReloadTenantsRequest_builder) Build

type ReloadTenantsResponse

type ReloadTenantsResponse struct {
	// contains filtered or unexported fields
}

func (*ReloadTenantsResponse) ProtoMessage

func (*ReloadTenantsResponse) ProtoMessage()

func (*ReloadTenantsResponse) ProtoReflect

func (x *ReloadTenantsResponse) ProtoReflect() protoreflect.Message

func (*ReloadTenantsResponse) Reset

func (x *ReloadTenantsResponse) Reset()

func (*ReloadTenantsResponse) String

func (x *ReloadTenantsResponse) String() string

type ReloadTenantsResponse_builder

type ReloadTenantsResponse_builder struct {
	// contains filtered or unexported fields
}

func (ReloadTenantsResponse_builder) Build

type Tenant

type Tenant struct {
	ExternalId *v1.UUID `protobuf:"bytes,1,opt,name=external_id,json=externalId,proto3" json:"external_id,omitempty"`
	Name       string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	IsActive   bool     `protobuf:"varint,3,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// contains filtered or unexported fields
}

func (*Tenant) ClearExternalId

func (x *Tenant) ClearExternalId()

func (*Tenant) GetExternalId

func (x *Tenant) GetExternalId() *v1.UUID

func (*Tenant) GetIsActive

func (x *Tenant) GetIsActive() bool

func (*Tenant) GetName

func (x *Tenant) GetName() string

func (*Tenant) HasExternalId

func (x *Tenant) HasExternalId() bool

func (*Tenant) ProtoMessage

func (*Tenant) ProtoMessage()

func (*Tenant) ProtoReflect

func (x *Tenant) ProtoReflect() protoreflect.Message

func (*Tenant) Reset

func (x *Tenant) Reset()

func (*Tenant) SetExternalId

func (x *Tenant) SetExternalId(v *v1.UUID)

func (*Tenant) SetIsActive

func (x *Tenant) SetIsActive(v bool)

func (*Tenant) SetName

func (x *Tenant) SetName(v string)

func (*Tenant) String

func (x *Tenant) String() string

type Tenant_builder

type Tenant_builder struct {
	ExternalId *v1.UUID
	Name       string
	IsActive   bool
	// contains filtered or unexported fields
}

func (Tenant_builder) Build

func (b0 Tenant_builder) Build() *Tenant

type UpdateTenantRequest

type UpdateTenantRequest struct {
	Tenant   *v1.TenantSelector `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	Name     string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ApiKey   string             `protobuf:"bytes,3,opt,name=api_key,json=apiKey,proto3" json:"api_key,omitempty"`
	IsActive bool               `protobuf:"varint,4,opt,name=is_active,json=isActive,proto3" json:"is_active,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTenantRequest) ClearTenant

func (x *UpdateTenantRequest) ClearTenant()

func (*UpdateTenantRequest) GetApiKey

func (x *UpdateTenantRequest) GetApiKey() string

func (*UpdateTenantRequest) GetIsActive

func (x *UpdateTenantRequest) GetIsActive() bool

func (*UpdateTenantRequest) GetName

func (x *UpdateTenantRequest) GetName() string

func (*UpdateTenantRequest) GetTenant

func (x *UpdateTenantRequest) GetTenant() *v1.TenantSelector

func (*UpdateTenantRequest) HasTenant

func (x *UpdateTenantRequest) HasTenant() bool

func (*UpdateTenantRequest) ProtoMessage

func (*UpdateTenantRequest) ProtoMessage()

func (*UpdateTenantRequest) ProtoReflect

func (x *UpdateTenantRequest) ProtoReflect() protoreflect.Message

func (*UpdateTenantRequest) Reset

func (x *UpdateTenantRequest) Reset()

func (*UpdateTenantRequest) SetApiKey

func (x *UpdateTenantRequest) SetApiKey(v string)

func (*UpdateTenantRequest) SetIsActive

func (x *UpdateTenantRequest) SetIsActive(v bool)

func (*UpdateTenantRequest) SetName

func (x *UpdateTenantRequest) SetName(v string)

func (*UpdateTenantRequest) SetTenant

func (x *UpdateTenantRequest) SetTenant(v *v1.TenantSelector)

func (*UpdateTenantRequest) String

func (x *UpdateTenantRequest) String() string

type UpdateTenantRequest_builder

type UpdateTenantRequest_builder struct {
	Tenant   *v1.TenantSelector
	Name     string
	ApiKey   string
	IsActive bool
	// contains filtered or unexported fields
}

func (UpdateTenantRequest_builder) Build

type UpdateTenantResponse

type UpdateTenantResponse struct {
	Tenant *Tenant `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateTenantResponse) ClearTenant

func (x *UpdateTenantResponse) ClearTenant()

func (*UpdateTenantResponse) GetTenant

func (x *UpdateTenantResponse) GetTenant() *Tenant

func (*UpdateTenantResponse) HasTenant

func (x *UpdateTenantResponse) HasTenant() bool

func (*UpdateTenantResponse) ProtoMessage

func (*UpdateTenantResponse) ProtoMessage()

func (*UpdateTenantResponse) ProtoReflect

func (x *UpdateTenantResponse) ProtoReflect() protoreflect.Message

func (*UpdateTenantResponse) Reset

func (x *UpdateTenantResponse) Reset()

func (*UpdateTenantResponse) SetTenant

func (x *UpdateTenantResponse) SetTenant(v *Tenant)

func (*UpdateTenantResponse) String

func (x *UpdateTenantResponse) String() string

type UpdateTenantResponse_builder

type UpdateTenantResponse_builder struct {
	Tenant *Tenant
	// contains filtered or unexported fields
}

func (UpdateTenantResponse_builder) Build

Source Files

  • tenant.pb.go
  • tenant_service.pb.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL