Uses of Class
com.google.cloud.video.stitcher.v1.RequestMetadata
-
Packages that use RequestMetadata Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of RequestMetadata in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return RequestMetadata Modifier and Type Method Description RequestMetadata
RequestMetadata.Builder. build()
RequestMetadata
RequestMetadata.Builder. buildPartial()
static RequestMetadata
RequestMetadata. getDefaultInstance()
RequestMetadata
RequestMetadata.Builder. getDefaultInstanceForType()
RequestMetadata
RequestMetadata. getDefaultInstanceForType()
RequestMetadata
AdRequest.Builder. getRequestMetadata()
The request metadata used to make the ad request.RequestMetadata
AdRequest. getRequestMetadata()
The request metadata used to make the ad request.RequestMetadata
AdRequestOrBuilder. getRequestMetadata()
The request metadata used to make the ad request.static RequestMetadata
RequestMetadata. parseDelimitedFrom(InputStream input)
static RequestMetadata
RequestMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RequestMetadata
RequestMetadata. parseFrom(byte[] data)
static RequestMetadata
RequestMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RequestMetadata
RequestMetadata. parseFrom(com.google.protobuf.ByteString data)
static RequestMetadata
RequestMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RequestMetadata
RequestMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static RequestMetadata
RequestMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RequestMetadata
RequestMetadata. parseFrom(InputStream input)
static RequestMetadata
RequestMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RequestMetadata
RequestMetadata. parseFrom(ByteBuffer data)
static RequestMetadata
RequestMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type RequestMetadata Modifier and Type Method Description com.google.protobuf.Parser<RequestMetadata>
RequestMetadata. getParserForType()
static com.google.protobuf.Parser<RequestMetadata>
RequestMetadata. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type RequestMetadata Modifier and Type Method Description RequestMetadata.Builder
RequestMetadata.Builder. mergeFrom(RequestMetadata other)
AdRequest.Builder
AdRequest.Builder. mergeRequestMetadata(RequestMetadata value)
The request metadata used to make the ad request.static RequestMetadata.Builder
RequestMetadata. newBuilder(RequestMetadata prototype)
AdRequest.Builder
AdRequest.Builder. setRequestMetadata(RequestMetadata value)
The request metadata used to make the ad request.
-