protocol property

  1. @TagNumber(3)
String get protocol

The API protocol used for sending the request, such as "http", "https", "grpc", or "internal".

Implementation

@$pb.TagNumber(3)
$core.String get protocol => $_getSZ(2);
  1. @TagNumber(3)
set protocol (String v)

Implementation

@$pb.TagNumber(3)
set protocol($core.String v) { $_setString(2, v); }