Interface GoogleCdnKeyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GoogleCdnKey
,GoogleCdnKey.Builder
public interface GoogleCdnKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getKeyName()
The public name of the Google Cloud CDN key.com.google.protobuf.ByteString
getKeyNameBytes()
The public name of the Google Cloud 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. Secret for this Google Cloud CDN key.
bytes private_key = 1 [(.google.api.field_behavior) = INPUT_ONLY];
- Returns:
- The privateKey.
-
getKeyName
String getKeyName()
The public name of the Google Cloud CDN key.
string key_name = 2;
- Returns:
- The keyName.
-
getKeyNameBytes
com.google.protobuf.ByteString getKeyNameBytes()
The public name of the Google Cloud CDN key.
string key_name = 2;
- Returns:
- The bytes for keyName.
-
-