📄 GetSubchannelRequest.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/src/generated/grpc/channelz/v1/GetSubchannelRequest.ts
Language: ts • Lines: 17
// Original file: proto/channelz.proto

import type { Long } from '@grpc/proto-loader';

export interface GetSubchannelRequest {
  /**
   * subchannel_id is the identifier of the specific subchannel to get.
   */
  'subchannel_id'?: (number | string | Long);
}

export interface GetSubchannelRequest__Output {
  /**
   * subchannel_id is the identifier of the specific subchannel to get.
   */
  'subchannel_id': (string);
}