public interface SslCertsCreateEphemeralRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAccessToken()
public abstract String getAccessToken()Access token to include in the signed certificate.
string access_token = 2 [json_name = "access_token"];
| Returns | |
|---|---|
| Type | Description |
String |
The accessToken. |
getAccessTokenBytes()
public abstract ByteString getAccessTokenBytes()Access token to include in the signed certificate.
string access_token = 2 [json_name = "access_token"];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for accessToken. |
getPublicKey()
public abstract String getPublicKey()PEM encoded public key to include in the signed certificate.
string public_key = 1 [json_name = "public_key"];
| Returns | |
|---|---|
| Type | Description |
String |
The publicKey. |
getPublicKeyBytes()
public abstract ByteString getPublicKeyBytes()PEM encoded public key to include in the signed certificate.
string public_key = 1 [json_name = "public_key"];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publicKey. |