proto_docs/google/api/httpbody.rb in google-cloud-retail-v2-0.3.1 vs proto_docs/google/api/httpbody.rb in google-cloud-retail-v2-0.3.2
- old
+ new
@@ -41,11 +41,12 @@
# 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 UpdateResource(google.api.HttpBody) returns
+ # (google.protobuf.Empty);
# }
#
# Example with streaming methods:
#
# service CaldavService {
@@ -57,13 +58,13 @@
#
# 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
# @return [::String]
- # The HTTP Content-Type string representing the content type of the body.
+ # The HTTP Content-Type header value specifying the content type of the body.
# @!attribute [rw] data
# @return [::String]
- # HTTP body binary data.
+ # The HTTP request/response body as raw binary.
# @!attribute [rw] extensions
# @return [::Array<::Google::Protobuf::Any>]
# Application specific response metadata. Must be set in the first response
# for streaming APIs.
class HttpBody