You've already forked dart-core-sdk
Release 1.12.3
This commit is contained in:
@@ -38,15 +38,12 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
///
|
||||
/// // The raw HTTP body is bound to this field.
|
||||
/// google.api.HttpBody http_body = 2;
|
||||
///
|
||||
/// }
|
||||
///
|
||||
/// service ResourceService {
|
||||
/// rpc GetResource(GetResourceRequest)
|
||||
/// returns (google.api.HttpBody);
|
||||
/// rpc UpdateResource(google.api.HttpBody)
|
||||
/// returns (google.protobuf.Empty);
|
||||
///
|
||||
/// rpc GetResource(GetResourceRequest) returns (google.api.HttpBody);
|
||||
/// rpc UpdateResource(google.api.HttpBody) returns
|
||||
/// (google.protobuf.Empty);
|
||||
/// }
|
||||
///
|
||||
/// Example with streaming methods:
|
||||
@@ -56,7 +53,6 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
/// returns (stream google.api.HttpBody);
|
||||
/// rpc UpdateCalendar(stream google.api.HttpBody)
|
||||
/// returns (stream google.api.HttpBody);
|
||||
///
|
||||
/// }
|
||||
///
|
||||
/// Use of this type only changes how the request and response bodies are
|
||||
|
||||
Reference in New Issue
Block a user