Interface CredentialsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Credentials, Credentials.Builder

    public interface CredentialsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPassword()
      Initial password.
      com.google.protobuf.ByteString getPasswordBytes()
      Initial password.
      String getUsername()
      Initial username.
      com.google.protobuf.ByteString getUsernameBytes()
      Initial username.
      • 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 Detail

      • getUsername

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

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

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

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