proto_docs/google/protobuf/any.rb in google-cloud-bigquery-data_transfer-v1-0.1.0 vs proto_docs/google/protobuf/any.rb in google-cloud-bigquery-data_transfer-v1-0.1.1

- old
+ new

@@ -97,11 +97,11 @@ # { # "@type": "type.googleapis.com/google.protobuf.Duration", # "value": "1.212s" # } # @!attribute [rw] type_url - # @return [String] + # @return [::String] # A URL/resource name that uniquely identifies the type of the serialized # protocol buffer message. This string must contain at least # one "/" character. The last segment of the URL's path must represent # the fully qualified name of the type (as in # `path/google.protobuf.Duration`). The name should be in a canonical form @@ -126,13 +126,13 @@ # type.googleapis.com. # # Schemes other than `http`, `https` (or the empty scheme) might be # used with implementation specific semantics. # @!attribute [rw] value - # @return [String] + # @return [::String] # Must be a valid serialized protocol buffer of the above specified type. class Any - include Google::Protobuf::MessageExts - extend Google::Protobuf::MessageExts::ClassMethods + include ::Google::Protobuf::MessageExts + extend ::Google::Protobuf::MessageExts::ClassMethods end end end