Interface MediaCdnKeyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MediaCdnKey
,MediaCdnKey.Builder
public interface MediaCdnKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKeyName()
The keyset name of the Media CDN key.com.google.protobuf.ByteString
getKeyNameBytes()
The keyset name of the Media CDN key.com.google.protobuf.ByteString
getPrivateKey()
Input only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPrivateKey
com.google.protobuf.ByteString getPrivateKey()
Input only. 64-byte ed25519 private key for this Media CDN key.
bytes private_key = 1 [(.google.api.field_behavior) = INPUT_ONLY];
- Returns:
- The privateKey.
-
getKeyName
String getKeyName()
The keyset name of the Media CDN key.
string key_name = 2;
- Returns:
- The keyName.
-
getKeyNameBytes
com.google.protobuf.ByteString getKeyNameBytes()
The keyset name of the Media CDN key.
string key_name = 2;
- Returns:
- The bytes for keyName.
-
-