Uses of Class
com.google.cloud.video.stitcher.v1.PrefetchConfig
-
Packages that use PrefetchConfig Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of PrefetchConfig in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return PrefetchConfig Modifier and Type Method Description PrefetchConfig
PrefetchConfig.Builder. build()
PrefetchConfig
PrefetchConfig.Builder. buildPartial()
static PrefetchConfig
PrefetchConfig. getDefaultInstance()
PrefetchConfig
PrefetchConfig.Builder. getDefaultInstanceForType()
PrefetchConfig
PrefetchConfig. getDefaultInstanceForType()
PrefetchConfig
LiveConfig.Builder. getPrefetchConfig()
The configuration for prefetching ads.PrefetchConfig
LiveConfig. getPrefetchConfig()
The configuration for prefetching ads.PrefetchConfig
LiveConfigOrBuilder. getPrefetchConfig()
The configuration for prefetching ads.static PrefetchConfig
PrefetchConfig. parseDelimitedFrom(InputStream input)
static PrefetchConfig
PrefetchConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrefetchConfig
PrefetchConfig. parseFrom(byte[] data)
static PrefetchConfig
PrefetchConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrefetchConfig
PrefetchConfig. parseFrom(com.google.protobuf.ByteString data)
static PrefetchConfig
PrefetchConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrefetchConfig
PrefetchConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static PrefetchConfig
PrefetchConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrefetchConfig
PrefetchConfig. parseFrom(InputStream input)
static PrefetchConfig
PrefetchConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PrefetchConfig
PrefetchConfig. parseFrom(ByteBuffer data)
static PrefetchConfig
PrefetchConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type PrefetchConfig Modifier and Type Method Description com.google.protobuf.Parser<PrefetchConfig>
PrefetchConfig. getParserForType()
static com.google.protobuf.Parser<PrefetchConfig>
PrefetchConfig. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type PrefetchConfig Modifier and Type Method Description PrefetchConfig.Builder
PrefetchConfig.Builder. mergeFrom(PrefetchConfig other)
LiveConfig.Builder
LiveConfig.Builder. mergePrefetchConfig(PrefetchConfig value)
The configuration for prefetching ads.static PrefetchConfig.Builder
PrefetchConfig. newBuilder(PrefetchConfig prototype)
LiveConfig.Builder
LiveConfig.Builder. setPrefetchConfig(PrefetchConfig value)
The configuration for prefetching ads.
-