Interface ScanConfig.Authentication.GoogleAccountOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getPassword()
      Deprecated.
      Required.
      com.google.protobuf.ByteString getPasswordBytes()
      Deprecated.
      Required.
      String getUsername()
      Deprecated.
      Required.
      com.google.protobuf.ByteString getUsernameBytes()
      Deprecated.
      Required.
      • 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()
        Deprecated.
         Required. The user name of the Google account.
         
        string username = 1;
        Returns:
        The username.
      • getUsernameBytes

        com.google.protobuf.ByteString getUsernameBytes()
        Deprecated.
         Required. The user name of the Google account.
         
        string username = 1;
        Returns:
        The bytes for username.
      • getPassword

        String getPassword()
        Deprecated.
         Required. Input only. The password of the Google account. The credential is stored encrypted
         and not returned in any response nor included in audit logs.
         
        string password = 2;
        Returns:
        The password.
      • getPasswordBytes

        com.google.protobuf.ByteString getPasswordBytes()
        Deprecated.
         Required. Input only. The password of the Google account. The credential is stored encrypted
         and not returned in any response nor included in audit logs.
         
        string password = 2;
        Returns:
        The bytes for password.