Class AkamaiCdnKey (0.41.0)

public final class AkamaiCdnKey extends GeneratedMessageV3 implements AkamaiCdnKeyOrBuilder

Configuration for an Akamai CDN key.

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

Static Fields

TOKEN_KEY_FIELD_NUMBER

public static final int TOKEN_KEY_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static AkamaiCdnKey getDefaultInstance()
Returns
TypeDescription
AkamaiCdnKey

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static AkamaiCdnKey.Builder newBuilder()
Returns
TypeDescription
AkamaiCdnKey.Builder

newBuilder(AkamaiCdnKey prototype)

public static AkamaiCdnKey.Builder newBuilder(AkamaiCdnKey prototype)
Parameter
NameDescription
prototypeAkamaiCdnKey
Returns
TypeDescription
AkamaiCdnKey.Builder

parseDelimitedFrom(InputStream input)

public static AkamaiCdnKey parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AkamaiCdnKey parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static AkamaiCdnKey parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static AkamaiCdnKey parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static AkamaiCdnKey parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static AkamaiCdnKey parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static AkamaiCdnKey parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static AkamaiCdnKey parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static AkamaiCdnKey parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static AkamaiCdnKey parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static AkamaiCdnKey parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static AkamaiCdnKey parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AkamaiCdnKey
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<AkamaiCdnKey> parser()
Returns
TypeDescription
Parser<AkamaiCdnKey>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public AkamaiCdnKey getDefaultInstanceForType()
Returns
TypeDescription
AkamaiCdnKey

getParserForType()

public Parser<AkamaiCdnKey> getParserForType()
Returns
TypeDescription
Parser<AkamaiCdnKey>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
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
TypeDescription
ByteString

The tokenKey.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public AkamaiCdnKey.Builder newBuilderForType()
Returns
TypeDescription
AkamaiCdnKey.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected AkamaiCdnKey.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
AkamaiCdnKey.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public AkamaiCdnKey.Builder toBuilder()
Returns
TypeDescription
AkamaiCdnKey.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException