Class: Google::Cloud::Video::Stitcher::V1::FetchOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Video::Stitcher::V1::FetchOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/stitcher/v1/fetch_options.rb
Overview
Options on how fetches should be made.
Defined Under Namespace
Classes: HeadersEntry
Instance Attribute Summary collapse
-
#headers ⇒ ::Google::Protobuf::Map{::String => ::String}
Custom headers to pass into fetch request.
Instance Attribute Details
#headers ⇒ ::Google::Protobuf::Map{::String => ::String}
Returns Custom headers to pass into fetch request. Headers must have a maximum of 3 key value pairs. Each key value pair must have a maximum of 256 characters per key and 256 characters per value.
32 33 34 35 36 37 38 39 40 41 42 43 44 |
# File 'proto_docs/google/cloud/video/stitcher/v1/fetch_options.rb', line 32 class FetchOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::String] class HeadersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |