transportProtocol property

Required. Immutable. The transport protocol used between the client and the server.

Implementation

@$pb.TagNumber(1)
ClientConnectorService_Ingress_Config_TransportProtocol get transportProtocol => $_getN(0);
  1. @TagNumber(1)
void transportProtocol=(ClientConnectorService_Ingress_Config_TransportProtocol v)

Implementation

@$pb.TagNumber(1)
set transportProtocol(ClientConnectorService_Ingress_Config_TransportProtocol v) { setField(1, v); }