mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-26 13:59:46 +00:00
140 lines
3.9 KiB
PHP
Vendored
140 lines
3.9 KiB
PHP
Vendored
<?php
|
||
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
# source: api/tenant.proto
|
||
|
||
namespace GPBMetadata\Chirpstack\Api;
|
||
|
||
class Tenant
|
||
{
|
||
public static $is_initialized = false;
|
||
|
||
public static function initOnce() {
|
||
$pool = \Google\Protobuf\Internal\DescriptorPool::getGeneratedPool();
|
||
|
||
if (static::$is_initialized == true) {
|
||
return;
|
||
}
|
||
\GPBMetadata\Google\Api\Annotations::initOnce();
|
||
\GPBMetadata\Google\Protobuf\Timestamp::initOnce();
|
||
\GPBMetadata\Google\Protobuf\GPBEmpty::initOnce();
|
||
$pool->internalAddGeneratedFile(
|
||
'
|
||
…
|
||
api/tenant.protoapigoogle/protobuf/timestamp.protogoogle/protobuf/empty.proto"•
|
||
Tenant
|
||
|
||
id (
|
||
name (
|
||
description (
|
||
can_have_gateways (
|
||
max_gateway_count (
|
||
|
||
max_device_count (
|
||
|
||
private_gateways_up (
|
||
private_gateways_down (#
|
||
tags (2.api.Tenant.TagsEntry+
|
||
TagsEntry
|
||
key (
|
||
value ( :8"–
|
||
TenantListItem
|
||
|
||
id ( .
|
||
|
||
created_at (2.google.protobuf.Timestamp.
|
||
|
||
updated_at (2.google.protobuf.Timestamp
|
||
name (
|
||
can_have_gateways (
|
||
private_gateways_up (
|
||
private_gateways_down (
|
||
max_gateway_count (
|
||
|
||
max_device_count (
|
||
"2
|
||
CreateTenantRequest
|
||
tenant (2.api.Tenant""
|
||
CreateTenantResponse
|
||
|
||
id ( "
|
||
GetTenantRequest
|
||
|
||
id ( "<22>
|
||
GetTenantResponse
|
||
tenant (2.api.Tenant.
|
||
|
||
created_at (2.google.protobuf.Timestamp.
|
||
|
||
updated_at (2.google.protobuf.Timestamp"2
|
||
UpdateTenantRequest
|
||
tenant (2.api.Tenant"!
|
||
DeleteTenantRequest
|
||
|
||
id ( "T
|
||
ListTenantsRequest
|
||
limit (
|
||
|
||
offset (
|
||
|
||
search (
|
||
user_id ( "O
|
||
ListTenantsResponse
|
||
total_count (
|
||
#
|
||
result (2.api.TenantListItem"„
|
||
|
||
TenantUser
|
||
tenant_id (
|
||
user_id (
|
||
is_admin (
|
||
is_device_admin (
|
||
is_gateway_admin (
|
||
email ( "ì
|
||
TenantUserListItem
|
||
tenant_id (
|
||
user_id ( .
|
||
|
||
created_at (2.google.protobuf.Timestamp.
|
||
|
||
updated_at (2.google.protobuf.Timestamp
|
||
email (
|
||
is_admin (
|
||
is_device_admin (
|
||
is_gateway_admin ("<
|
||
AddTenantUserRequest$
|
||
tenant_user (2.api.TenantUser":
|
||
GetTenantUserRequest
|
||
tenant_id (
|
||
user_id ( "<22>
|
||
GetTenantUserResponse$
|
||
tenant_user (2.api.TenantUser.
|
||
|
||
created_at (2.google.protobuf.Timestamp.
|
||
|
||
updated_at (2.google.protobuf.Timestamp"?
|
||
UpdateTenantUserRequest$
|
||
tenant_user (2.api.TenantUser"=
|
||
DeleteTenantUserRequest
|
||
tenant_id (
|
||
user_id ( "J
|
||
ListTenantUsersRequest
|
||
tenant_id (
|
||
limit (
|
||
|
||
offset (
|
||
"W
|
||
ListTenantUsersResponse
|
||
total_count (
|
||
\'
|
||
result (2.api.TenantUserListItem2¢
|
||
|
||
TenantServiceV
|
||
Create.api.CreateTenantRequest.api.CreateTenantResponse"‚Óä“"/api/tenants:*O
|
||
Get.api.GetTenantRequest.api.GetTenantResponse"‚Óä“/api/tenants/{id}_
|
||
Update.api.UpdateTenantRequest.google.protobuf.Empty"#‚Óä“/api/tenants/{tenant.id}:*U
|
||
Delete.api.DeleteTenantRequest.google.protobuf.Empty"‚Óä“*/api/tenants/{id}O
|
||
List.api.ListTenantsRequest.api.ListTenantsResponse"‚Óä“/api/tenantss
|
||
AddUser.api.AddTenantUserRequest.google.protobuf.Empty"5‚Óä“/"*/api/tenants/{tenant_user.tenant_id}/users:*r
|
||
GetUser.api.GetTenantUserRequest.api.GetTenantUserResponse"0‚Óä“*(/api/tenants/{tenant_id}/users/{user_id}<12>
|
||
|
||
UpdateUser.api.UpdateTenantUserRequest.google.protobuf.Empty"K‚Óä“E@/api/tenants/{tenant_user.tenant_id}/users/{tenant_user.user_id}:*t
|
||
|
||
DeleteUser.api.DeleteTenantUserRequest.google.protobuf.Empty"0‚Óä“**(/api/tenants/{tenant_id}/users/{user_id}n
|
||
ListUsers.api.ListTenantUsersRequest.api.ListTenantUsersResponse"&‚Óä“ /api/tenants/{tenant_id}/usersB‘
|
||
io.chirpstack.apiBTenantProtoPZ.github.com/chirpstack/chirpstack/api/go/v4/apiªChirpstack.ApiÊChirpstack\\ApiâGPBMetadata\\Chirpstack\\Apibproto3'
|
||
, true);
|
||
|
||
static::$is_initialized = true;
|
||
}
|
||
}
|
||
|