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

93 lines
2.3 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.

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: api/user.proto
namespace GPBMetadata\Chirpstack\Api;
class User
{
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/user.protoapigoogle/protobuf/timestamp.protogoogle/protobuf/empty.proto"T
User
id ( 
is_admin (
is_active (
email ( 
note ( "®
UserListItem
id ( .
created_at ( 2.google.protobuf.Timestamp.
updated_at ( 2.google.protobuf.Timestamp
email ( 
is_admin (
is_active ("d
UserTenant
tenant_id ( 
is_admin (
is_device_admin (
is_gateway_admin ("`
CreateUserRequest
user ( 2 .api.User
password ( 
tenants ( 2.api.UserTenant"
CreateUserResponse
id ( "
GetUserRequest
id ( "Š
GetUserResponse
user ( 2 .api.User.
created_at ( 2.google.protobuf.Timestamp.
updated_at ( 2.google.protobuf.Timestamp",
UpdateUserRequest
user ( 2 .api.User"
DeleteUserRequest
id ( "1
ListUsersRequest
limit (

offset (
"K
ListUsersResponse
total_count (
!
result ( 2.api.UserListItem">
UpdateUserPasswordRequest
user_id ( 
password ( 2—
UserServiceP
Create.api.CreateUserRequest.api.CreateUserResponse"‚Óä“"
/api/users:*I
Get.api.GetUserRequest.api.GetUserResponse"‚Óä“/api/users/{id}Y
Update.api.UpdateUserRequest.google.protobuf.Empty"‚Óä“/api/users/{user.id}:*Q
Delete.api.DeleteUserRequest.google.protobuf.Empty"‚Óä“*/api/users/{id}I
List.api.ListUsersRequest.api.ListUsersResponse"‚Óä“ 
/api/usersr
UpdatePassword.api.UpdateUserPasswordRequest.google.protobuf.Empty"(‚Óä“""/api/users/{user_id}/password:*B<>
io.chirpstack.apiB UserProtoPZ.github.com/chirpstack/chirpstack/api/go/v4/apiªChirpstack.ApiÊChirpstack\\ApiâGPBMetadata\\Chirpstack\\Apibproto3'
, true);
static::$is_initialized = true;
}
}