Interface CloudSqlCredentialOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getPassword()
      The password for the credential.
      com.google.protobuf.ByteString getPasswordBytes()
      The password for the credential.
      String getUsername()
      The username for the credential.
      com.google.protobuf.ByteString getUsernameBytes()
      The username for the credential.
      • 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()
         The username for the credential.
         
        string username = 1;
        Returns:
        The username.
      • getUsernameBytes

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

        String getPassword()
         The password for the credential.
         
        string password = 2;
        Returns:
        The password.
      • getPasswordBytes

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