Class AkamaiCdnKey.Builder (0.42.0)

public static final class AkamaiCdnKey.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AkamaiCdnKey.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AkamaiCdnKey.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public AkamaiCdnKey.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
AkamaiCdnKey.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public AkamaiCdnKey.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AkamaiCdnKey.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AkamaiCdnKey.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public AkamaiCdnKey.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
AkamaiCdnKey.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AkamaiCdnKey.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
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.

setUnknownFields(UnknownFieldSet unknownFields)

public final AkamaiCdnKey.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
AkamaiCdnKey.Builder
Overrides