Video Stitcher v1 API - Class FetchOptions (3.3.0)

public sealed class FetchOptions : IMessage<FetchOptions>, IEquatable<FetchOptions>, IDeepCloneable<FetchOptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Video Stitcher v1 API class FetchOptions.

Options on how fetches should be made.

Inheritance

object > FetchOptions

Namespace

Google.Cloud.Video.Stitcher.V1

Assembly

Google.Cloud.Video.Stitcher.V1.dll

Constructors

FetchOptions()

public FetchOptions()

FetchOptions(FetchOptions)

public FetchOptions(FetchOptions other)
Parameter
Name Description
other FetchOptions

Properties

Headers

public MapField<string, string> Headers { get; }

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.

Property Value
Type Description
MapFieldstringstring