2024-06-25 12:27:28 +01:00

140 lines
3.9 KiB
PHP
Vendored
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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.apiB TenantProtoPZ.github.com/chirpstack/chirpstack/api/go/v4/apiªChirpstack.ApiÊChirpstack\\ApiâGPBMetadata\\Chirpstack\\Apibproto3'
, true);
static::$is_initialized = true;
}
}