proto_docs/google/api/httpbody.rb in google-cloud-recommendation_engine-v1beta1-0.3.4 vs proto_docs/google/api/httpbody.rb in google-cloud-recommendation_engine-v1beta1-0.3.5

- old
+ new

@@ -37,24 +37,28 @@ # // A unique request id. # string request_id = 1; # # // 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: # # service CaldavService { # rpc GetCalendar(stream google.api.HttpBody) # 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 # handled, all other features will continue to work unchanged. # @!attribute [rw] content_type