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 Type
    Method
    Description
    .secret.SecretParams options = 1;
    .secret.SecretParams options = 1;
    com.google.protobuf.ByteString
    bytes privateKey = 3;
    com.google.protobuf.ByteString
    bytes publicKey = 2;
    boolean
    .secret.SecretParams options = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      .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.