HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/api.javaapp.co.uk/node_modules/@grpc/grpc-js/src/generated/grpc/channelz/v1/Server.ts
// Original file: proto/channelz.proto

import type { ServerRef as _grpc_channelz_v1_ServerRef, ServerRef__Output as _grpc_channelz_v1_ServerRef__Output } from '../../../grpc/channelz/v1/ServerRef';
import type { ServerData as _grpc_channelz_v1_ServerData, ServerData__Output as _grpc_channelz_v1_ServerData__Output } from '../../../grpc/channelz/v1/ServerData';
import type { SocketRef as _grpc_channelz_v1_SocketRef, SocketRef__Output as _grpc_channelz_v1_SocketRef__Output } from '../../../grpc/channelz/v1/SocketRef';

/**
 * Server represents a single server.  There may be multiple servers in a single
 * program.
 */
export interface Server {
  /**
   * The identifier for a Server.  This should be set.
   */
  'ref'?: (_grpc_channelz_v1_ServerRef | null);
  /**
   * The associated data of the Server.
   */
  'data'?: (_grpc_channelz_v1_ServerData | null);
  /**
   * The sockets that the server is listening on.  There are no ordering
   * guarantees.  This may be absent.
   */
  'listen_socket'?: (_grpc_channelz_v1_SocketRef)[];
}

/**
 * Server represents a single server.  There may be multiple servers in a single
 * program.
 */
export interface Server__Output {
  /**
   * The identifier for a Server.  This should be set.
   */
  'ref': (_grpc_channelz_v1_ServerRef__Output | null);
  /**
   * The associated data of the Server.
   */
  'data': (_grpc_channelz_v1_ServerData__Output | null);
  /**
   * The sockets that the server is listening on.  There are no ordering
   * guarantees.  This may be absent.
   */
  'listen_socket': (_grpc_channelz_v1_SocketRef__Output)[];
}