Interface SecretsProto.CreateKeyPairRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SecretsProto.CreateKeyPairRequest,SecretsProto.CreateKeyPairRequest.Builder
- Enclosing class:
SecretsProto
public static interface SecretsProto.CreateKeyPairRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.secret.SecretParams options = 1;.secret.SecretParams options = 1;com.google.protobuf.ByteStringbytes privateKey = 3;com.google.protobuf.ByteStringbytes publicKey = 2;boolean.secret.SecretParams options = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasOptions
boolean hasOptions().secret.SecretParams options = 1;- Returns:
- Whether the options field is set.
-
getOptions
SecretsProto.SecretParams getOptions().secret.SecretParams options = 1;- Returns:
- The options.
-
getOptionsOrBuilder
SecretsProto.SecretParamsOrBuilder getOptionsOrBuilder().secret.SecretParams options = 1; -
getPublicKey
com.google.protobuf.ByteString getPublicKey()bytes publicKey = 2;- Returns:
- The publicKey.
-
getPrivateKey
com.google.protobuf.ByteString getPrivateKey()bytes privateKey = 3;- Returns:
- The privateKey.
-