public static interface ProvisioningProtos.ProvisionMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getIdentityKeyPrivate()
optional bytes identityKeyPrivate = 2; |
com.google.protobuf.ByteString |
getIdentityKeyPublic()
optional bytes identityKeyPublic = 1; |
java.lang.String |
getNumber()
optional string number = 3; |
com.google.protobuf.ByteString |
getNumberBytes()
optional string number = 3; |
java.lang.String |
getProvisioningCode()
optional string provisioningCode = 4; |
com.google.protobuf.ByteString |
getProvisioningCodeBytes()
optional string provisioningCode = 4; |
boolean |
hasIdentityKeyPrivate()
optional bytes identityKeyPrivate = 2; |
boolean |
hasIdentityKeyPublic()
optional bytes identityKeyPublic = 1; |
boolean |
hasNumber()
optional string number = 3; |
boolean |
hasProvisioningCode()
optional string provisioningCode = 4; |
boolean hasIdentityKeyPublic()
optional bytes identityKeyPublic = 1;com.google.protobuf.ByteString getIdentityKeyPublic()
optional bytes identityKeyPublic = 1;boolean hasIdentityKeyPrivate()
optional bytes identityKeyPrivate = 2;com.google.protobuf.ByteString getIdentityKeyPrivate()
optional bytes identityKeyPrivate = 2;boolean hasNumber()
optional string number = 3;java.lang.String getNumber()
optional string number = 3;com.google.protobuf.ByteString getNumberBytes()
optional string number = 3;boolean hasProvisioningCode()
optional string provisioningCode = 4;java.lang.String getProvisioningCode()
optional string provisioningCode = 4;com.google.protobuf.ByteString getProvisioningCodeBytes()
optional string provisioningCode = 4;