Interface SecretsProto.CreateUsernamePasswordRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
SecretsProto.CreateUsernamePasswordRequest, SecretsProto.CreateUsernamePasswordRequest.Builder
Enclosing class:
SecretsProto

public static interface SecretsProto.CreateUsernamePasswordRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .secret.SecretParams options = 1;
    .secret.SecretParams options = 1;
    string password = 3;
    com.google.protobuf.ByteString
    string password = 3;
    string username = 2;
    com.google.protobuf.ByteString
    string username = 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;
    • getUsername

      String getUsername()
      string username = 2;
      Returns:
      The username.
    • getUsernameBytes

      com.google.protobuf.ByteString getUsernameBytes()
      string username = 2;
      Returns:
      The bytes for username.
    • getPassword

      String getPassword()
      string password = 3;
      Returns:
      The password.
    • getPasswordBytes

      com.google.protobuf.ByteString getPasswordBytes()
      string password = 3;
      Returns:
      The bytes for password.