protocol property

  1. @TagNumber.new(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.new(3)
set protocol (String value)

Implementation

@$pb.TagNumber(3)
set protocol($core.String value) => $_setString(2, value);