public interface GoogleCdnKeyOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKeyName()
public abstract String getKeyName()
The public name of the Google Cloud CDN key.
string key_name = 2;
Returns | |
---|---|
Type | Description |
String |
The keyName. |
getKeyNameBytes()
public abstract ByteString getKeyNameBytes()
The public name of the Google Cloud CDN key.
string key_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for keyName. |
getPrivateKey()
public abstract ByteString getPrivateKey()
Input only. Secret for this Google Cloud CDN key.
bytes private_key = 1 [(.google.api.field_behavior) = INPUT_ONLY];
Returns | |
---|---|
Type | Description |
ByteString |
The privateKey. |