public interface ParseFromActivationKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getActivationKey()
public abstract String getActivationKey()Required. The activation key to get the RemoteTransportProfile for.
string activation_key = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The activationKey. |
getActivationKeyBytes()
public abstract ByteString getActivationKeyBytes()Required. The activation key to get the RemoteTransportProfile for.
string activation_key = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for activationKey. |
getParent()
public abstract String getParent()Required. Parent value for ParseFromActivationKeyRequest.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Parent value for ParseFromActivationKeyRequest.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |