Uses of Class
com.google.cloud.video.stitcher.v1.GoogleCdnKey
-
Packages that use GoogleCdnKey Package Description com.google.cloud.video.stitcher.v1 A client to Video Stitcher API -
-
Uses of GoogleCdnKey in com.google.cloud.video.stitcher.v1
Methods in com.google.cloud.video.stitcher.v1 that return GoogleCdnKey Modifier and Type Method Description GoogleCdnKey
GoogleCdnKey.Builder. build()
GoogleCdnKey
GoogleCdnKey.Builder. buildPartial()
static GoogleCdnKey
GoogleCdnKey. getDefaultInstance()
GoogleCdnKey
GoogleCdnKey.Builder. getDefaultInstanceForType()
GoogleCdnKey
GoogleCdnKey. getDefaultInstanceForType()
GoogleCdnKey
CdnKey.Builder. getGoogleCdnKey()
The configuration for a Google Cloud CDN key.GoogleCdnKey
CdnKey. getGoogleCdnKey()
The configuration for a Google Cloud CDN key.GoogleCdnKey
CdnKeyOrBuilder. getGoogleCdnKey()
The configuration for a Google Cloud CDN key.static GoogleCdnKey
GoogleCdnKey. parseDelimitedFrom(InputStream input)
static GoogleCdnKey
GoogleCdnKey. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GoogleCdnKey
GoogleCdnKey. parseFrom(byte[] data)
static GoogleCdnKey
GoogleCdnKey. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GoogleCdnKey
GoogleCdnKey. parseFrom(com.google.protobuf.ByteString data)
static GoogleCdnKey
GoogleCdnKey. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GoogleCdnKey
GoogleCdnKey. parseFrom(com.google.protobuf.CodedInputStream input)
static GoogleCdnKey
GoogleCdnKey. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GoogleCdnKey
GoogleCdnKey. parseFrom(InputStream input)
static GoogleCdnKey
GoogleCdnKey. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GoogleCdnKey
GoogleCdnKey. parseFrom(ByteBuffer data)
static GoogleCdnKey
GoogleCdnKey. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.video.stitcher.v1 that return types with arguments of type GoogleCdnKey Modifier and Type Method Description com.google.protobuf.Parser<GoogleCdnKey>
GoogleCdnKey. getParserForType()
static com.google.protobuf.Parser<GoogleCdnKey>
GoogleCdnKey. parser()
Methods in com.google.cloud.video.stitcher.v1 with parameters of type GoogleCdnKey Modifier and Type Method Description GoogleCdnKey.Builder
GoogleCdnKey.Builder. mergeFrom(GoogleCdnKey other)
CdnKey.Builder
CdnKey.Builder. mergeGoogleCdnKey(GoogleCdnKey value)
The configuration for a Google Cloud CDN key.static GoogleCdnKey.Builder
GoogleCdnKey. newBuilder(GoogleCdnKey prototype)
CdnKey.Builder
CdnKey.Builder. setGoogleCdnKey(GoogleCdnKey value)
The configuration for a Google Cloud CDN key.
-