Class AkamaiCdnKey.Builder (0.83.0)

public static final class AkamaiCdnKey.Builder extends GeneratedMessage.Builder<AkamaiCdnKey.Builder> implements AkamaiCdnKeyOrBuilder

Configuration for an Akamai CDN key.

Protobuf type google.cloud.video.stitcher.v1.AkamaiCdnKey

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AkamaiCdnKey build()
Returns
Type Description
AkamaiCdnKey

buildPartial()

public AkamaiCdnKey buildPartial()
Returns
Type Description
AkamaiCdnKey

clear()

public AkamaiCdnKey.Builder clear()
Returns
Type Description
AkamaiCdnKey.Builder
Overrides

clearTokenKey()

public AkamaiCdnKey.Builder clearTokenKey()

Input only. Token key for the Akamai CDN edge configuration.

bytes token_key = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
AkamaiCdnKey.Builder

This builder for chaining.

getDefaultInstanceForType()

public AkamaiCdnKey getDefaultInstanceForType()
Returns
Type Description
AkamaiCdnKey

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getTokenKey()

public ByteString getTokenKey()

Input only. Token key for the Akamai CDN edge configuration.

bytes token_key = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
ByteString

The tokenKey.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AkamaiCdnKey other)

public AkamaiCdnKey.Builder mergeFrom(AkamaiCdnKey other)
Parameter
Name Description
other AkamaiCdnKey
Returns
Type Description
AkamaiCdnKey.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AkamaiCdnKey.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AkamaiCdnKey.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AkamaiCdnKey.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AkamaiCdnKey.Builder
Overrides

setTokenKey(ByteString value)

public AkamaiCdnKey.Builder setTokenKey(ByteString value)

Input only. Token key for the Akamai CDN edge configuration.

bytes token_key = 1 [(.google.api.field_behavior) = INPUT_ONLY];

Parameter
Name Description
value ByteString

The tokenKey to set.

Returns
Type Description
AkamaiCdnKey.Builder

This builder for chaining.